Account
Login alternatives
Returns the login methods that are enabled, including the URL to use for each external identity provider.
GET
/api/sys/v{version:apiVersion}/account/login_alternatives
Request arguments
| Name | Type | Source |
|---|
Request body example
Response
Response body example
DTO_login_alternative
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| name | String | Name | |
| type | ENUM login_alternative_type | Type | |
| external_idp_url | String | External idp url |
ENUM login_alternative_type
| Value | Name | Description |
|---|---|---|
| 0 | UNKNOWN | UNKNOWN |
| 1 | COGNITO | COGNITO |
| 2 | ||
| 3 | MICROSOFT | MICROSOFT |
| 4 | ||
| 5 | SAML | SAML |
Generated Aug 4, 2026 18:37