Creating Users
Last updated
Last updated
You will usually create users with admin roles through the admin portal but creating users with user or organization-admin roles for your licenses will be most of the time done using the Web API, when your customer makes a purchase.
Following is a sample request which creates a user with a user
role:
POST
https://api.cryptlex.com/v3/users
Creates a new user.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization*
string
Bearer access token.
firstName*
string
First name of the user.
lastName*
string
Last name of the user.
email*
string
Email address of the user.
password*
string
Password of the user.
role*
string
Role of the user - 'user' or 'organization-admin'