Skip to main content

Change user password

PUT 

//v1/users/:username/password

Change user password

Request

Path Parameters

    username stringrequired

    The username

Body

required

The users new password

    password stringrequired

Responses

User successfully updated

Authorization: Authorization

name: Authorizationtype: apiKeydescription: JWT Tokenin: header
curl -L -X PUT '/v1/users/:username/password' \
-H 'Content-Type: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
--data-raw '{
"password": "password"
}'
Request Collapse all
Base URL
Auth
Parameters
— pathrequired
Body required
{
  "password": "password"
}
ResponseClear

Click the Send API Request button above and see the response here!