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.
cursorstring
The cursor for paginating through 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"
}
]
}