User

Update a user.

PATCH
Update a user.

Path parameters

userIdstringRequired
User ID

Request

This endpoint expects an object.
email
stringOptional
The email address of the user.
first_name
stringOptional
The first name of the user.
last_name
stringOptional
The last name of the user.
metadata
map from strings to anyOptional
The metadata to update

Response

This endpoint returns an object
created_at
stringOptional
deleted_at
stringOptional
email
stringOptional
first_name
stringOptional
id
integerOptional
last_name
stringOptional
metadata
map from strings to anyOptional
project_uuid
stringOptional
session_count
integerOptional
updated_at
stringOptional
user_id
stringOptional
uuid
stringOptional

Errors