Deskhero Developer Hub
Back to deskhero.com
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
Authorisation
No authentication needed

Request arguments

Name Type Source
Request body example
No input arguments

Response

Status
200 (OK)
Type
DTO_login_alternative[]
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest)
Response body example
DTO_login_alternative
NameTypeReadOnlyDescription
nameStringName
typeENUM login_alternative_typeType
external_idp_urlStringExternal idp url
ENUM login_alternative_type
ValueNameDescription
0UNKNOWNUNKNOWN
1COGNITOCOGNITO
2GOOGLEGOOGLE
3MICROSOFTMICROSOFT
4FACEBOOKFACEBOOK
5SAMLSAML

Generated Aug 4, 2026 18:37