List Team Member Booking Profiles Response
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. |
{
"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"
}
]
}