User

Create User

Allows you to create a user by providing an email (mandatory) and name (optional). The email must be in a valid format. The success response will contain the generated userId for that user.

post/api/license-manager/users

Request body

namestring required

Name of the user

emailstring required

Email of the user

Response

Success

idstring

ID of user

emailstring

Email of user

namestring

Name of user

Changes