Skip to main content
PATCH
Update User
Updates the first or last name of an existing user.

Authorizations

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Path Parameters

user_id
string<uuid>
required

User UUID.

Body

application/json
first_name
string

First name.

last_name
string

Last name.

Response

200 - application/json

OK

id
string<uuid>
email
string
first_name
string
last_name
string
account_permissions
object[]
account_group_permissions
object[]
created_at
string<date-time>
updated_at
string<date-time>