Get all roles assigned to a user
IAM
Get all Roles assigned to a User
Retrieve all roles assigned to a specific user within an account, including account-level and project-level role assignments
GET
Get all roles assigned to a user
Authorizations
JWT Bearer token authentication
Path Parameters
The account identifier (external account ID)
Example:
"my-company-account"
The user identifier (external user ID)
Example:
"john.doe"
Query Parameters
Filter role assignments by status The status of the role assignment
Available options:
ACTIVE, INACTIVE Filter role assignments by role scope 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
Available options:
ACCOUNT, PROJECT, RESOURCE Filter role assignments by project ID
Example:
"project-alpha"
