Get a Specific Role
Retrieve details of a specific role by its identifier
Authorizations
JWT Bearer token authentication
Path Parameters
The account identifier (external account ID)
"my-company-account"
The role identifier (external role ID)
"account_admin"
Response
Successfully retrieved role
Role identifier (external_id from database)
50"account_admin"
Role name
"account_admin"
The scope of the role:
- ACCOUNT: Role applies at the account level (e.g., account_admin)
- PROJECT: Role applies at the project level (e.g., project_admin, project_reader)
- RESOURCE: Role applies to specific resources
ACCOUNT, PROJECT, RESOURCE The status of the role
ACTIVE, INACTIVE Whether this is a custom role (false for system roles like account_admin, project_admin, project_reader)
Timestamp when the role was created
Timestamp when the role was last updated
Account identifier (external account ID, null for system roles)
"my-company-account"
Project identifier (external project ID, for project-scoped custom roles)
"project-alpha"
Role description
500"Full administrative access to the account"
Creator identifier (external user ID)
"admin.user"
