cURL
Teammates
Update Teammate
Updates a teammate’s name, manager, group memberships, and/or activation status.
PATCH
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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 of the teammate
Last name of the teammate
The manager identifier, which can be a UUID, an email using the format alt:email:<email>, or null to clear the manager
Object specifying group membership changes
Set to true to activate the teammate or false to deactivate them
Response
Teammate updated successfully