Update User Password By ID
Users
Update User Password By ID
Updates the password for the specified user ID.
PUT
Update User Password By ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
User ID (UUID).
Body
application/json
New password (min 6 chars).
Response
200 - application/json
Password updated
User ID.
User email.
Phone in E.164 format.
Given name.
Family name.
Assigned role. Admin can only be assigned via PUT /api/v1/auth/user/id/{id}/role by an existing admin.
Available options:
customer, vendor, subvendor, user, admin Current KYC status.