Management API
...
License
Users
Create License User
3min
creates a license user if requesting manager has access permissions to it url /api/v1/license users/ method post parameters email string first name string last name string phone number string password string metadata json data example { "email" "tlucreation20\@gmail com", "metadata" { "this" "that" } } success response code 200 ok content examples { "id" 3490, "true email" "tlucreation20\@gmail com", "is initial password" true, "initial password" "bb!wbrml", "first name" "", "last name" "", "phone number" "", "new user" true, "metadata" { "this" "that" }, "password" "bb!wbrml" }