Skip to main content
GET
/
orgs
/
{org_id}
/
identity-providers
/
{provider_id}
/
group-mappings
cURL
curl --request GET \
  --url https://api.timbal.ai/orgs/{org_id}/identity-providers/{provider_id}/group-mappings \
  --header 'Authorization: Bearer <token>'
{
  "group_role_mappings": [
    {
      "created_at": 123,
      "external_group": "<string>",
      "id": "<string>",
      "provider_id": "<string>",
      "role_id": "<string>",
      "updated_at": 123
    }
  ]
}

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
provider_id
string
required

Response

Mappings listed

group_role_mappings
object[]
required