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

Modify User

Modify an existing user.

Path Params
string
required

ID of the Lucid user to modify.

Body Params
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
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

400

Bad Request. Occurs if request body syntax is incorrect.

401

Unauthorized. Occurs if bearer token is invalid.

403

Forbidden. Occurs if the user does not exist.

409

Conflict. Occurs if new username or email already exists on account.

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json