Zoom account field in API

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”
}

This will be the Contributor/Editor/Administrators account Id you want to sync with their Zoom integration.

You can find this information from the v1/{accountId}/availableaccounts end point.