Sets the password for a single license user, if the requesting manager has access permissions.
URL: /api/v1/license-users/set_password/ Method: POST
/api/v1/license-users/set_password/
POST
email — User's email address. Example: [email protected]
email
[email protected]
{ "password": "pass123" }
Code: 200 OK
200 OK
{ "message": "Password set." }
Was this helpful?