Skip to main content
PUT
Update User Password

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

user_id
integer
required

Body

application/json

Schema for updating a user's password.

current_password
string
required
new_password
string
required
Minimum string length: 8
new_password_confirm
string
required

Response

Successful Response