Lists booking profiles for team members.
GET
/v2/bookings/team-member-booking-profiles
Lists booking profiles for team members.
Indicates whether to include only bookable team members in the returned result (true
) or not (false
).
The pagination cursor from the preceding response to return the next page of the results. Do not set this when retrieving the first page of the results.
The list of team member booking profiles. The results are returned in the ascending order of the time when the team member booking profiles were last updated. Multiple booking profiles updated at the same time are further sorted in the ascending order of their IDs.
The pagination cursor to be used in the subsequent request to get the next page of the results. Stop retrieving the next page of the results when the cursor is not set.