For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update a SAML provider

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
samlProviderIdstringRequired

The unique id of the SAML provider

Body
labelstring · min: 1 · max: 30Optional
entityIDstring · max: 1024Optional
certificatestring · max: 10000Optional
ssoURLstring · uri · max: 2048Optional
defaultTeamstringOptional
defaultRolestring · enum · nullableOptional

The role of a member in an organization, null for guests

Possible values:
Responses
200

SAML provider has been updated

application/json
objectstring · enumRequired

Type of Object, always equals to "saml-provider"

Possible values:
idstringRequired

Unique identifier for the provider.

labelstring · min: 1 · max: 30Required
ssoURLstring · uri · max: 2048Required
entityIDstring · max: 1024Required
certificatestring · max: 10000Required
defaultRolestring · enum · nullableRequired

The role of a member in an organization, null for guests

Possible values:
createdAtstring · date-timeRequired

Date at which the provider was created.

statusstring · enumRequired

Status of the provider.

  • active: The provider is active and can be used to authenticate users.
  • pending: The provider is pending and is not yet fully configured.
Possible values:
patch/orgs/{organizationId}/saml/{samlProviderId}
200

SAML provider has been updated

Last updated

Was this helpful?

Powered by GitBook