List custom roles
Lists all custom roles in a customer workspace.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number of the custom roles to fetch. Defaults to 1
.
per_page
Number of custom roles to return in a single page. Defaults to 100
. Max is 100
.
role_name
Filter by role name.
Response
Success response
id
Unique identifier of the role.
name
Name of the role.
inheritable
Indicates whether the role is inheritable.
folder_ids
List of folder IDs associated with the role.
created_at
Timestamp when the role was created.
updated_at
Timestamp when the role was last updated.
privileges