Sazabi
APIIntegrations

Get the organization external-identity JIT policy

GET
/integrations/external-identity-jit-policy

Read the organization's stored external-identity JIT policy.

Query Parameters

organizationId?string

Organization to operate on. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Length1 <= length

Response Body

application/json

curl -X GET "https://example.com/integrations/external-identity-jit-policy"
{  "organizationEnabled": true,  "effectiveEnabled": true}