Deprecated. Returns the authentication type for the specified user email id
POST/v1/auth/login
Deprecated. Returns the authentication type for the specified user email id
Request
- application/json
 
Body
required
emailIdstring
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
appEnvstring
authTypestring
Possible values: [password, sso]
Deprecated.
orgNamestring
Deprecated.
orgs object[]
authTypestring
Possible values: [password, sso]
orgNamestring
redirectUrlstring
redirectUrlstring
Deprecated.
{
  "appEnv": "string",
  "authType": "password",
  "orgName": "string",
  "orgs": [
    {
      "authType": "password",
      "orgName": "string",
      "redirectUrl": "string"
    }
  ],
  "redirectUrl": "string"
}
Loading...