<- Team API

Team API

All versions ->

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 team member fields to add, change, or clear. Fields can be cleared using a null value. To update wage_setting.job_assignments, you must provide the complete list of job assignments. If needed, call ListJobs to get the required job_id values.

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