Get login options

GET {{url}}/auth/login?email=user1@email.com&cid=00000000-0000-0000-0000-000000000000

Gets the login options for provided email.

Request Params

KeyDatatypeRequiredDescription
emailstringThe email address to check login options for
cidstringCompany id to check sso settings for if user does not exists

RESPONSES

status: OK

[{"customerId":"00000000-0000-0000-0000-000000000000","customerName":"SMA","passwordLoginEnabled":true,"ssoUrl":"https://test.com"},{"customerId":"00000000-0000-0000-0000-000000000001","customerName":"Another Company","passwordLoginEnabled":true,"ssoUrl":"https://test2.com"}]