<- Bookings API

Bookings API

Bulk retrieve team member booking profiles

POST

 /v2/bookings/team-member-booking-profiles/bulk-retrieve

Retrieves one or more team members' booking profiles.

Permissions:APPOINTMENTS_BUSINESS_SETTINGS_READ
Try in API Explorer
Link to section

Request body

Example code

Link to section

team_member_ids

string [ ]

Required

A non-empty list of IDs of team members whose booking profiles you want to retrieve.

Link to section

Response fields

Link to section

team_member_booking_profiles

The returned team members' booking profiles, as a map with team_member_id as the key and TeamMemberBookingProfile the value.

Link to section

errors

Errors that occurred during the request.