Skip to main content
GET
/
orgs
/
{org_id}
/
iam
/
roles
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/iam/roles \
  --header 'Authorization: Bearer <token>'
{
  "roles": [
    {
      "created_at": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "name": "<string>",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required

Response

Roles for the organization

roles
object[]
required

Roles available to this organization — system rows first, then custom rows alphabetically by name.