PUT
/
users
/
{id}

Authorizations

lume-api-key
string
headerrequired

Path Parameters

id
string
required

Body

application/json
name
string | null

The username of the user. Must be unique within the organization and cannot be changed after creation.

email
string | null

The email of the user. Must be unique within the organization and cannot be changed after creation.

role_id
string | null

The role id of the user

Response

200 - application/json
id
string
required

The id of the user

name
string
required

The username of the user. Must be unique within the organization and cannot be changed after creation.

email
string | null
required

The email of the user. Must be unique within the organization and cannot be changed after creation.

api_key
string
required

The api key of the user. Must be unique within the organization and cannot be changed after creation.

created_at
string
required

The date and time this object was created

organization_id
string
required

The id of the organization the user belongs to

role_id
string
required

The role id of the user

auth0_id
string | null

The auth0 id of the user

pipeline_limit
integer | null

The maximum number of pipelines the user can create

job_limit
integer | null

The maximum number of jobs the user can create

record_limit
integer | null

The maximum number of records the user can create

updated_at
string | null

The date and time this object was last updated

is_superuser
boolean
default: false

Whether the user is a superuser