PUT
/
v0
/
settings
/
sso
cURL
curl --request PUT \
  --url 'https://api-(organization).gable.ai/v0/settings/sso' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "SAML",
  "identityProvider": "Okta",
  "metadataDocumentEndpointUrl": "https://company.okta.com/app/123456789/sso/saml/metadata"
}'
{
  "type": "SAML",
  "identityProvider": "Okta",
  "metadataDocumentEndpointUrl": "https://company.okta.com/app/123456789/sso/saml/metadata"
}

Body

application/json

Configuration for setting up SSO

The body is of type object.

Response

200
application/json

SSO was successfully configured

The response is of type object.