Check whether SAML SSO is enabled
Checks whether SAML SSO is enabled for the account.
POST/v3/accounts/login/saml/verify
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| accountAlias* | string | Unique account alias. | min: 0, max: 256 |
| organizationAlias | string | Optional organization alias within the tenant. When provided, the server will use the org-level SAML configuration. | min: 0, max: 256 |
Request Example
Responses
204
400
409
429
500