Update password
PUT/identity/v2/manage/account/:uid/password
Sets or updates the password for a user account using the UID.
Request
Responses
- 200
- 400
- 401
- 403
Password successfully set for the account.
Bad Request - Invalid or missing parameters.
Unauthorized - The request requires user authentication.
Forbidden - The client is not authorized to perform this action.