Roles
List roles
List all roles available to the account — both system roles (e.g. Owner, Admin, Member, Operator) and any custom roles the account has defined.
get/api/v1/roles
Query parameters
scope'account' | 'project'
Filter by scope (account or project)
limitinteger
offsetinteger
Response
List of roles
Example response
{
"data": [
{
"name": "Operator",
"slug": "operator"
}
]
}