Skip to main content
PUT
Update User Password API Endpoint

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
email_address
string<email>
required
Minimum string length: 1
secret_key
string
required
Minimum string length: 1
new_password
string
required
Minimum string length: 1

Response

Successfully updated password

is_updated
boolean