These docs are for v1.0. Click to read the latest docs for v1.4.

Create User

Create a new user.

Body Params

A standard representation of a user.

string

Will be in the form "lucid-1234" with 1234 being the ID of the Lucid user.

schemas
array of strings
required
schemas*
string
required

The user's username (usually their email).

name
object
required

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.

urn:ietf:params:scim:schemas:extension:lucid:1.0:User
object
required

Includes user's license status in "productLicenses".

meta
object
roles
array of strings

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
Allowed:
urn:ietf:params:scim:schemas:extension:lucidchart:1.0:User
object

Contains the user’s add-on licenses.

string

Passwords must be at least 6 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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json