<- Team API

Team API

Update team member

PUT

 /v2/team-members/{team_member_id}

Updates a single TeamMember object.

Permissions:EMPLOYEES_WRITE
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

team_member_id

string

Required

The ID of the team member to update.

Link to section

Request body

Link to section

team_member

The data used to update the TeamMember object.

Link to section

Response fields

Link to section

team_member

The successfully updated TeamMember object.

Link to section

errors

The errors that occurred during the request.

Error descriptions