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
schemas
array of strings
required
schemas*
Operations
array of objects
required
Operations*
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