Create User

Create a new user.

Body Params
schemas
array of strings
required
schemas*
string
required

The user's username (usually their email).

name
object

An object representing a user's name in various formats.

string

The name that is displayed and represents the user (usually their email).

emails
array of objects
required
emails*
boolean

User's administrative status, or whether a user can log in.

meta
object
roles
array of objects

A list of administrative roles assigned to the user. Assigning a role to a user allows that user to perform administrative actions associated with that role.

roles
string

Passwords must be at least 8 characters in length.

Responses

401

Unauthorized. Occurs if bearer token is invalid.

409

Conflict. if username or email already exists on the account.

424

Failed Dependency. Occurs if add-on license requires base license to be active.

Language
Credentials
URL