Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 621 Bytes

team-member-assigned-locations.md

File metadata and controls

25 lines (16 loc) · 621 Bytes

Team Member Assigned Locations

An object that represents a team member's assignment to locations.

Structure

TeamMemberAssignedLocations

Fields

Name Type Tags Description
assignmentType string | undefined Optional Enumerates the possible assignment types that the team member can have.
locationIds string[] | undefined Optional The locations that the team member is assigned to.

Example (as JSON)

{
  "assignment_type": null,
  "location_ids": null
}