Roles
The role object and the allowed CRUD operations on the related resource endpoint
Last updated
The role object and the allowed CRUD operations on the related resource endpoint
Last updated
Roles are organization-specific and can be assigned to a membership (to grant a specific user a set of permissions) or to an API credential.
Roles can be of three types (identified by the kind
attribute):
read_only
— to perform GET
requests on any single resource or list of resources).
admin
— to perform any available CRUD operation on any Core API resource.
custom
— to grant a different set of permissions on multiple resources (available for Enterprise plans only).
While the permission for the read_only
and admin
roles are set by default and assigned at runtime by the Core API, Enterprise customers can define custom
roles specifying custom permissions on CRUD actions at the single resource level so as to leverage a granular control, tailored to their needs.