Retrieve details of a specific role by its identifier
JWT Bearer token authentication
The account identifier (external account ID)
"my-company-account"
The role identifier (external role ID)
"account_admin"
Successfully retrieved role
Role identifier (external_id from database)
50"account_admin"
Role name
"account_admin"
The scope of the role:
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"