Retrieve Team Member Booking Profile Response
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 of Error |
Optional | Any errors that occurred during the request. |
{
"errors": [],
"team_member_booking_profile": {
"display_name": "Sandbox Staff",
"is_bookable": true,
"team_member_id": "TMaJcbiRqPIGZuS9"
}
}