Modify User

Modify an existing user.

Path Params
string
required

ID of the Lucid user to modify.

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

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.

Language
Credentials
URL