cURL
curl --request PUT \ --url https://api.managem.co.uk/user/account/password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "password": "p@ssw0rd" } '
Update the password for the authenticated user.
This endpoint is intended for credential rotation and account recovery flows after successful authentication.
Behavior notes:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Password update payload after policy validation
The new password
8
Password updated