Update User Password

Change the password for the Local User Account.

SecurityOAuth2
Request
path Parameters
userId
required
string <uuid> = 36 characters

The User Identifier to User Profile data for.

Example: 4e428628-2537-40b5-91a4-5393cbf167df
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Request Body schema: password
required

Provide the new password

string
Responses
200

Successful Request. Password Changed Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

patch/users/{userId}/update-password
Request samples