You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Role definitions in the Management API contain permissions associated with entries, assets, and webhook subscriptions, and with users and groups assigned to those permissions.
Roles
Role definitions in the Management API contain permissions associated with entries, assets, and webhook subscriptions, and with users and groups assigned to those permissions.
One or more languages to give permissions to. * denotes all languages.
actions
array
string
One or more actions to give permission to. * denotes all actions. {workflowStateName}.* denotes all permissions applicable to the given workflow state.
Webhook subscription permissions
Name
Type
Format
Description
actions
array
string
One or more actions to give permission for webhook subscriptions. The possible values are: create, update, delete, view.
Assignments
Name
Type
Format
Description
users
array
string
Zero or more user names.
groups
array
string
Zero or more group names.
apiKeys
array
string
Zero or more API key names.
Example
This JSON example shows a role that gives authoring permissions for the user group "Movie Editors", and the user "a.user" to movie content type entries for the en-GB language code, all permissions for all assets, and create and view permissions for webhook subscriptions.