Hi there,
I’m looking to modify team calendar assignments for booking profiles through the API. I wasn’t able to find any fields related to Zoom account for the GET or PATCH calls related to team member profiles. In the API documentation I can see and successfully PATCH these fields listed below…is there one for the team member’s Zoom account?
{
“id”: “string”,
“name”: “string”,
“description”: “string”,
“pic”: “string”,
“email”: “string”,
“calendarId”: “string”
}