Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 817 Bytes

update-team-member-request.md

File metadata and controls

39 lines (30 loc) · 817 Bytes

Update Team Member Request

Represents an update request for a TeamMember object.

Structure

UpdateTeamMemberRequest

Fields

Name Type Tags Description
teamMember TeamMember | undefined Optional A record representing an individual team member for a business.

Example (as JSON)

{
  "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
  }
}