Management API
...
License
Users
Update License User
3min
updates a license user, if requesting manager has access permissions to it url /api/v1/license users/{id}/ method patch parameters first name string last name string phone number string data example { "first name" "harry" } success response code 200 ok content examples { "id" 2270, "last login" null, "email" "end user\@gmail com|tn", "true email" "end user\@gmail com", "created at" "2021 08 24t07 22 27z", "updated at" "2021 10 14t08 11 39 085690z", "is active" true, "is manager" false, "initial password" "5dh7oqfq", "is initial password" true, "first name" "harry", "last name" "sre", "phone number" "123" }