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
Key | Datatype | Required | Description |
---|---|---|---|
email | string | The email address to check login options for | |
cid | string | Company 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"}]