Hey All!
I am working on an integration to connect Google Sheets to Zoom to do a mass upload of phone numbers we would like to block.
First, phone isn't supported by the native integration, so I am using HTTP to post.
https://developers.zoom.us/docs/api/rest/reference/phone/methods/#operation/addAnumberToBlockedList
Payload all looks good on my end, I have the correct scope assigned in Zoom, but I get this error when attempting the post -
[
{
"source": "application",
"code": 400,
"message": "{\"code\":104,\"message\":\"Invalid access token, does not contain scopes:[phone:write:blocked_list:admin].\"}",
"resolved": false,
"occurredAt": 1715805476430,
"classification": "connection"
}
]