Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 879 Bytes

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

File metadata and controls

29 lines (21 loc) · 879 Bytes

Retrieve Team Member Booking Profile Response

Structure

Retrieve Team Member Booking Profile Response

Fields

Name Type Tags Description
team_member_booking_profile Team Member Booking Profile 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 List Error 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",
    "description": "description2",
    "profile_image_url": "profile_image_url8"
  }
}