v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBOrganizations
Update organization SAML preferences
Update the SAML preferences for the current organization.
Use this endpoint to set the just-in-time (JIT) provisioning domains and the default role assigned to just-in-time provisioned users.
patch/api/v2/org/saml_configurations
Request body
Example request
{
"data": {
"attributes": {
"default_role_uuids": [
"8dd1cf3c-0c75-11ea-ad28-fb5701eabc7d"
],
"jit_domains": [
"example.com"
]
},
"id": "00000000-0000-0000-0000-000000000000",
"type": "saml_preferences"
}
}Response
No Content