v1

latestOpenAPI 3.0.42026-08-062942352.0 MB
OrganizationSamlConfigurations

Update an organization saml configuration

Updates the specified organization saml configuration by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

patch/v3/organizations/{id}/saml-configuration

Path parameters

idstring required

Unique identifier for the organization saml configuration.

Request body

metadataUrlstring uri nullable

SAML metadata xml url.

assertionConsumerServiceUrlstring uri nullable

SAML assertion consumer service url.

entityIdstring nullable

Entity Id of SAML service provider.

autoProvisionUsersboolean nullable

Auto provision users.

enabledboolean nullable

Enable or disable the SAML SSO.

Response

OK

idstring uuid required
createdAtstring date-time required
updatedAtstring date-time required
metadataUrlstring required
assertionConsumerServiceUrlstring required
entityIdstring required
enabledboolean required
autoProvisionUsersboolean required