Updates a single TeamMember object.
TeamMember
Open in API Reference
The ID of the team member to update.
A string that contains no characters. In an API request this value will appear as ''. Can be used to remove a field’s value.
''
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.
wage_setting.job_assignments
job_id
A nonexistent value. In an API request this value will appear as null. Can be used to clear a field entirely.
null
// No response received yet.