PUT
/
users
/
{id}

Authorizations

lume-api-key
string
header
required

Path Parameters

id
string
required

Body

application/json
email
string | null

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

name
string | null

The username 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
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

email
string | null
required

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

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.

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

is_superuser
boolean
default:
false

Whether the user is a superuser

job_limit
integer | null

The maximum number of jobs the user can create

pipeline_limit
integer | null

The maximum number of pipelines 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