User Groups¶
User Groups organize users and manage permissions collectively.
Overview¶
Groups simplify permission management by:
- Applying permissions to multiple users at once
- Controlling feature access per group
- Managing content sharing between users
- Supporting multi-tenant configurations
Creating a User Group¶
- Navigate to Administration > User Groups
- Click Add User Group
- Enter a Name
- Configure:
- Library Quota - Storage limit for group members
- Features - Enable/disable CMS features for the group
- Click Save
Managing Group Members¶
- Open the group's row menu
- Select Members
- Add or remove users
- Click Save
Group Permissions¶
Feature Access¶
Control which CMS features group members can use:
- Dashboard access
- Display management
- Library management
- Layout design
- Scheduling
- Reporting
- Administration settings
Content Permissions¶
Set default sharing rules for content created by group members:
- View - Can see the content
- Edit - Can modify the content
- Delete - Can remove the content
ACL (Access Control List)¶
For fine-grained control:
- Open the group's row menu
- Select Page Security
- Configure which CMS pages and API routes the group can access
Info
Users can belong to multiple groups. Their effective permissions are the combination of all group permissions.