Users APIPUT/api/v1/users/{id}/password
Product availabilityAlgaPSAAlgaDesk
Change user password
Changes password for self or another user with user:update permission.
Path parameters
idstring <uuid>Required
User UUID from users.user_id.
Request body
Content type: application/json · schema AccessChangePasswordBodyV1
new_passwordstringRequired
min length 8
confirm_passwordstringRequired
Response body
Success response 200 · schema AccessApiSuccessV1
anyOf (option 2)array of object
Response codes
400
Validation failed (payload/query/path parsing).
401
API key missing/invalid or key user not found.
403
RBAC denied for user:update.
404
Target record not found.
500
Unexpected controller/service failure.