Description
I am trying to create meetings with alternative hosts.
Problem is that sometimes one or more alt-hosts do not exists in Zoom. I just want to create the meeting without them and give a message to the end user “Users a@aa.a, b@bb.b could not be set as alt hosts”.
Is there a way to get the invalid users in a structured way (i.e. not screen-scraping the error message) and to get them all at once rather than one by one ?
So far I have met error codes 404/1113 and 400/1115 which do not correspond with what is in the documentation.
Are there other codes for invalid users ?
Is there somewhere a current list of error codes ?
Which Endpoint/s?
POST /users/{userId}/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- try to create a meeting with 3 invalid and 3 valid alternative_hosts
- find which of the 6 alt_hosts are not valid
Thanks