latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-189455174.2 KB

addaba6fddad

Organization
Role

Get organization roles

Return the roles that are assigned to the organization.

get/v1/organizations/{id}/roles

Query parameters

page_sizeinteger

Maximum number of items to return.

page_tokenstring

Opaque continuation token from a previous page_info.next_page_token.

Response

OK

Example response

{
  "items": [
    {
      "id": "9bsv0s46s6s002p9ltq0",
      "name": "Collaborators",
      "description": "Users who can collaborate on the project.",
      "member_count": 4,
      "permissions": [
        "9bsv0s46s6s002p9ltq0"
      ]
    }
  ]
}