Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

TEAMMATE_ID
string
required

The teammate identifier, which can be either its UUID or its email. When using an email, the format should be alt:email:<email>.

Body

application/json
first_name
string

First name of the teammate

last_name
string

Last name of the teammate

manager_id
string | null

The manager identifier, which can be a UUID, an email using the format alt:email:<email>, or null to clear the manager

teammate_groups
object

Object specifying group membership changes

is_active
boolean

Set to true to activate the teammate or false to deactivate them

Response

Teammate updated successfully

data
object