Sets the password for a single license user, if the requesting manager has access permissions to it.
Only managers with appropriate access permissions can perform this action.
Endpoint
URL: /api/v1/license-users/{id}/set_password/
/api/v1/license-users/{id}/set_password/
Method: POST
POST
Request body example:
{ "password": "pass123" }
Success response:
Code: 200 OK
200 OK
{ "message": "Password set." }
Was this helpful?