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 -specific and can be assigned to a (to grant a specific a set of ) 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, customers can define custom
roles on CRUD actions at the single resource level so as to leverage a granular control, tailored to their needs.