Management API
...
License
Users
Set Password for License User
2min
sets password for a single license user, if requesting manager has access permissions to it url /api/v1/license users/{id}/set password/ method post data example { "password" "pass123" } success response code 200 ok content examples { "message" "password set " }