List a profile's team members
list_team_membersList the team members configured on a profile (booking page). YCBM API: GET /v1/profiles/{profileId} with a teamMembers field selection. Returns the profile's teamMembers block (each member has id, name, email, description, pic, calendarId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profileId | Yes | The profile (booking page) id. |