v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Authorize User

Validates whether the provided user credentials are valid or not.

post/user_auth/authorize_user

Request body

mobilestring required

Specify a valid mobile number of the user that is already registered with your org (in any source).

emailstring required

A valid email id of the user that is registered with your org (in any source).

passwordstring required

Password of the user account as a MD5 hash format.

Response

200

entityboolean

Example response

{
  "entity": true
}