Request payload for the BulkRetrieveTeamMemberBookingProfiles endpoint.
Bulk Retrieve Team Member Booking Profiles Request
Name | Type | Tags | Description |
---|---|---|---|
team_member_ids |
List[str] |
Required | A non-empty list of IDs of team members whose booking profiles you want to retrieve. |
{
"team_member_ids": [
"team_member_ids1",
"team_member_ids2"
]
}