v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
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

successboolean

Example response

{
  "data": [
    {
      "name": "Operator",
      "slug": "operator"
    }
  ]
}