Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.
Description
Hi, i am trying to create a meeting using server to server oauth app but for some reason I am only able to create meeting for 1 user account, I am only able to set schedule_for for only 1 email in my account, I have around 7 emails in my account, creating a meeting for any other email gives this error: You cannot schedule a meeting for {email}
I have tried to do everything, all the permissions are correct and I am able to create a meeting but not sure why not for all emails in my account
Error?
{
“code”: 3000,
“message”: “You cannot schedule a meeting for {email}”
}