Management API
...
License
Users
Set Password for License User by Email
4min


Updated 05 Sep 2023
Did this page help you?
Sets password for a single license user, if requesting manager has access permissions to it.
URL: /api/v1/license-users/set_password/
Method: POST
{ "password": "pass123" }
Code: 200 OK
Content Examples:
{ "message": "Password set." }