Bookings
RetrieveTeamMemberBookingProfile
Retrieves a team member's booking profile.
get/v2/bookings/team-member-booking-profiles/{team_member_id}
Path parameters
team_member_idstring required
The ID of the team member to retrieve.
Response
Success
Example response
{
"errors": [],
"team_member_booking_profile": {
"display_name": "Sandbox Staff",
"is_bookable": true,
"team_member_id": "TMaJcbiRqPIGZuS9"
}
}