Article Permissions¶
Article Permissions let you restrict access to individual pages. You can control which roles or individual users are allowed to view or edit a specific page, independently of their global role assignments.
By default, a page inherits the access rules of its template and layout. Permissions settings override those defaults for a single article.
When to Use Article Permissions¶
- A page contains sensitive or confidential content that should only be visible to certain roles
- You want a draft page to be editable only by a specific team
- You need to grant a guest user or contractor access to one page without broadening their global role
Opening Permissions for a Page¶
- Go to the Pages Catalog (Editor home).
- Find the page you want to restrict.
- Click the More (...) menu on the page row.
- Select Permissions.
The Permissions screen shows two tabs: Roles and Users.
Role Permissions¶
The Roles tab lets you grant or revoke access by role. This is the recommended approach for most situations.
Grant a role access¶
- Open the Roles tab.
- Use the search or list to find the role.
- Check the Allow box next to the role.
- Save.
Revoke a role¶
- Uncheck Allow next to the role.
- Save.
User Permissions¶
The Users tab lets you assign access to individual user accounts, overriding role-level rules.
Grant a user access¶
- Open the Users tab.
- Find the user by name or email.
- Check Allow next to their account.
- Save.
Clearing All Restrictions¶
To revert a page to default (inherited) permissions:
- Open Permissions for the page.
- Uncheck all role and user assignments.
- Save.
The page will then inherit access rules from the global settings.
Notes¶
- Permissions apply to the article at its current version. New versions inherit the same permissions.
- Permissions affect editor-side visibility, not necessarily public-facing site access (which is controlled by your site's front-end access rules).
- Only users with the Administrator or Content Manager role can modify article permissions.
Related Guides¶
- Role Management — create and manage roles
- User Management — manage user accounts
- Dashboard Overview — finding pages in the Pages Catalog
- Roles & Permissions (developer reference)