Create a user
Creates a new user.
POST/v3/users
JWTuser:write
Request body
firstNamestringrequired
First name of the user.
Length: [1,256]
emailstringrequired
Email address of the user.
Length: [1,256]Format: email
passwordstringrequired
Password of the user.
Length: [8,256]
lastNamestring
Last name of the user.
Length: [0,256]
companystring
Company of the user.
Length: [0,256]
organizationIdstring
Unique identifier for the organization.
Length: [0,256]
resellerIdstring
Unique identifier for the reseller.
Length: [0,256]
allowCustomerPortalAccessboolean
Allow customer portal access.
metadataarray of object
List of metdata key/value pairs.
customAttributesarray of object
List of custom attribute name/value pairs.
tagsarray of string
List of tags.
rolestring
Role of the user.
Length: [1,256]
Response
201
400
401
403
409
429
500
201 Created
idstringrequired
createdAtstringrequired
Format: date-time
updatedAtstringrequired
Format: date-time
namestringrequired
firstNamestringrequired
lastNamestringrequired
emailstringrequired
rolestringrequired
twoFactorEnabledbooleanrequired
googleSsoEnabledbooleanrequired
allowCustomerPortalAccessbooleanrequired
metadataarray of objectrequired
customAttributesarray of objectrequired
tagsarray of stringrequired
lastLoginAtstring
Format: date-time
twoFactorRequiredFromstring
Format: date-time
companystring
lastSeenAtstring
Format: date-time
organizationIdstring
organizationobject
resellerIdstring
resellerobject