Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 895 Bytes

list-team-member-booking-profiles-response.md

File metadata and controls

35 lines (27 loc) · 895 Bytes

List Team Member Booking Profiles Response

Structure

List Team Member Booking Profiles Response

Fields

Name Type Tags Description
team_member_booking_profiles List of Team Member Booking Profile Optional The list of team member booking profiles.
cursor string Optional The cursor for paginating through the results.
errors List of Error Optional Any errors that occurred during the request.

Example (as JSON)

{
  "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"
    }
  ]
}