Bookings
ListTeamMemberBookingProfiles
Lists booking profiles for team members.
get/v2/bookings/team-member-booking-profiles
Query parameters
bookable_onlyboolean
Indicates whether to include only bookable team members in the returned result (true) or not (false).
limitinteger
The maximum number of results to return in a paged response.
cursorstring
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.
location_idstring
Indicates whether to include only team members enabled at the given location in the returned result.
Response
Success
Example response
{
"errors": [],
"team_member_booking_profiles": [
{
"display_name": "Sandbox Seller",
"is_bookable": true,
"team_member_id": "TMXUrsBWWcHTt79t"
},
{
"display_name": "Sandbox Staff",
"is_bookable": true,
"team_member_id": "TMaJcbiRqPIGZuS9"
}
]
}