Management API
...
License
Users
Set Password for License User by Email
3min
sets password for a single license user, if requesting manager has access permissions to it url /api/v1/license users/set password/ method post query parameters email user's email address example email=user\@example com data example { "password" "pass123" } success response code 200 ok content examples { "message" "password set " }