Check whether SAML SSO is enabled

Checks whether SAML SSO is enabled for the account.

POST/v3/accounts/login/saml/verify

Request Body Schema

PropertyTypeDescriptionConstraints
accountAlias*stringUnique account alias.min: 0, max: 256
organizationAliasstringOptional organization alias within the tenant. When provided, the server will use the org-level SAML configuration.min: 0, max: 256

Request Example

{
  "accountAlias": "string",
  "organizationAlias": "string"
}

Responses

204 No Content