Change a user’s password to a new one.
old_password
(string) - The user’s existing password for authentication.new-password
(string) - The user’s new desired password.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
API versioning is required. Include the header X-API-Version
with current version value in all requests.
"v1"
The response is of type object
.