Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 809 Bytes

retrieve-team-member-booking-profile-response.md

File metadata and controls

27 lines (19 loc) · 809 Bytes

Retrieve Team Member Booking Profile Response

Structure

RetrieveTeamMemberBookingProfileResponse

Fields

Name Type Tags Description
teamMemberBookingProfile TeamMemberBookingProfile | undefined Optional The booking profile of a seller's team member, including the team member's ID, display name, description and whether the team member can be booked as a service provider.
errors Error[] | undefined Optional Errors that occurred during the request.

Example (as JSON)

{
  "errors": [],
  "team_member_booking_profile": {
    "display_name": "Sandbox Staff",
    "is_bookable": true,
    "team_member_id": "TMaJcbiRqPIGZuS9"
  }
}