v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Update Password

Allows updating the password of a user account.

put/user_auth/update

Request body

mobilestring

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

emailstring

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
}