Create User

Use this API to create a new user in your account.

Body Params
string
required
length between 0 and 100

The first name of the user.

string
required
length between 0 and 100

The last name of the user.

string
required
length between 0 and 100

The email address of the user.

boolean
Defaults to false

Indicates whether the user is an internal user.

date-time

The expiration date for the user in the system.

string
length between 0 and 128

The external identifier for the user.

accessLevels
array of objects
length β‰₯ 1
accessLevels
uuid
required

The unique identifier of the organization.

roleIds
array of uuids
length β‰₯ 1

The list of role identifiers to be associated with the organization.

roleIds
boolean
Defaults to false

The indicator of whether the provided organization will be treated as the default organization.

boolean
Defaults to false

The indicator to suppress notifying the user on creation.

Responses

400

Invalid request data

401

Unauthorized - Invalid or missing authentication

403

Forbidden - Insufficient permissions

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*