An object that represents a team member's assignment to locations.
TeamMemberAssignedLocations
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. |
{
"assignment_type": null,
"location_ids": null
}