Roles
PostSider has three roles: Owner, Admin, and Member. In the API and database these roles are namedSUPERADMIN, ADMIN, and USER respectively.
Owner
Owners have full control over the organization, including destructive security and organization actions.
Admin
Admins manage the organization. They can:
- Connect and disconnect channels
- Invite and remove team members
- Manage organization settings
- Access security settings
Member
Members focus on content work. Their access depends on the instance’s role and plan policy. They can typically:
- Create, edit, and delete posts
- View scheduled content
- View analytics and post performance
- Manage tags and media
Inviting Team Members
WhenDISABLE_REGISTRATION=true, public registration is disabled. An Owner or Admin can invite people from the dashboard. Only the Owner can grant the Admin role, manage billing, change roles, or delete the organization.
1
Open Settings
Navigate to Settings → Users in the dashboard.
2
Send an invitation
Click Invite and enter the teammate’s email address. PostSider creates a one-time invite and shows the link to the administrator. If email is configured, it also sends the invitation.
3
Teammate accepts
Your teammate opens the link, completes account setup, and joins your organization.
Set
DISABLE_REGISTRATION=true after the first bootstrap if the instance must be invite-only. The .env.example keeps registration enabled so the initial web registration flow remains available before bootstrap.
