v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01206322659.2 KB
orgs

Create a SCIM bearer token for the organization.

post/orgs/{org_id}/scim-tokens

Path parameters

org_idstring required

Request body

labelstring nullable

Human label for the admin UI (e.g. "Entra prod").

provider_idinteger nullable

Optional IdP connection to bind this token to. When set, SCIM group pushes resolve roles through that connection's group→role mappings; when omitted the token does membership-only SCIM (auto add/remove).

Response

Token created

created_atinteger required
enabledboolean required
idstring required
labelstring nullable
last_used_atinteger nullable
org_idstring required
provider_idstring nullable
updated_atinteger required
base_urlstring required

The base URL the IdP should target, e.g. https://api.timbal.ai/scim/v2.

tokenstring required

The bearer token to paste into the IdP's SCIM config. Shown once.