Request payload for the BulkRetrieveTeamMemberBookingProfiles endpoint.
BulkRetrieveTeamMemberBookingProfilesRequest
Name | Type | Tags | Description | Getter |
---|---|---|---|---|
TeamMemberIds |
List<String> |
Required | A non-empty list of IDs of team members whose booking profiles you want to retrieve. | List getTeamMemberIds() |
{
"team_member_ids": [
"team_member_ids1",
"team_member_ids2"
]
}