Sazabi
APIIntegrations

Update the organization external-identity JIT policy

PATCH
/integrations/external-identity-jit-policy

Enable or disable external-identity JIT across an organization.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/integrations/external-identity-jit-policy" \  -H "Content-Type: application/json" \  -d '{    "enabled": true  }'
{  "organizationEnabled": true,  "effectiveEnabled": true}