Skip to main content
PUT
/
v1
/
users
/
{id}
/
password
{
  "code": "users.invalid_user_input",
  "message": "Invalid user input data"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json

The body is of type any.

Response

Password changed successfully