DistributorUsersUser_idPassword
Change password
Updates the authenticated user's password.
Authorization
BearerAuth Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Path Parameters
user_id*string
User ID (UUID)
Request Body
application/json
New password
Response Body
application/json
application/json
application/json
application/json
curl -X PUT "https://loading/api/users/string/password" \ -H "Content-Type: application/json" \ -d '{}'"string"{
"error": "Validation failed"
}{
"error": "Validation failed"
}{
"error": "Validation failed"
}