Permissions
List Roles
GET
To use this endpoint, your root key must have the rbac.*.read_role
permission.
Changelog
Date | Changes |
---|---|
Jul 08 2024 | Introduced endpoint |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
The Roles in your workspace
The id of the role
Example:
"role_1234"
The name of the role.
Example:
"domain.record.manager"
The description of what this role does. This is just for your team, your users will not see this.
Example:
"Can manage dns records"
Was this page helpful?