API reference · Access Control & Users v1
PUT/api/v1/users/{id}/password

Change user password

Changes password for self or another user with user:update permission.

RBAC · user

Path parameters

idstring <uuid>Required
User UUID from users.user_id.

Request body

Content type: application/json · schema AccessChangePasswordBodyV1

current_passwordstring
new_passwordstringRequired
min length 8
confirm_passwordstringRequired

Response body

Success response 200 · schema AccessApiSuccessV1

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Operation succeeded.
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.