Represents an update request for a TeamMember
object.
UpdateTeamMemberRequest
Name | Type | Tags | Description |
---|---|---|---|
teamMember |
TeamMember | undefined |
Optional | A record representing an individual team member for a business. |
{
"team_member": {
"assigned_locations": {
"assignment_type": "EXPLICIT_LOCATIONS",
"location_ids": [
"YSGH2WBKG94QZ",
"GA2Y9HSJ8KRYT"
]
},
"email_address": "[email protected]",
"family_name": "Doe",
"given_name": "Joe",
"phone_number": "+14159283333",
"reference_id": "reference_id_1",
"status": "ACTIVE",
"id": "id6",
"is_owner": false
}
}