Schedule_for makes meeting visible for every user with "schedule for"-privileges

Dear @elisa.zoom

thank you for the response. I will exercise some patience :wink:

Regarding the second issue, I’m sorry to say your link is not helpful at all. I explained in great detail what my issue is. I did it in a kind and respectful manner. Unfortunately my post was automatically flagged as spam. I do not understand why. If you could help me understand, I am of course very much willing to adjust style or wording if necessary.

We are able to use Language Interpretation. We use it for French → Dutch, and Dutch → French. Scheduling a meeting with this enabled via the Client (GUI) works as expected.

The issue is that the API-call fails with NL as language, where the same body succeeds with for example US as language.

Succeeds: POST a request to https://api.zoom.us/v2/users/me/meetings with body

{... "settings": {
        "language_interpretation": {
            "enable": "true",
            "interpreters": [{
                    "email": "interpreter@mydomain.be",
                    "languages": "FR,US"
            }]
}}}

Does not succeed: POST request to https://api.zoom.us/v2/users/me/meetings with body except for different countrycode

{... "settings": {
        "language_interpretation": {
            "enable": "true",
            "interpreters": [{
                    "email": "interpreter@mydomain.be",
                    "languages": "FR,NL"
            }]
}}}

I also refer to this issue: Set italian as one of the interpreter language - #4 by MaxM
Setting Italian as language apparently also needs to be added. Is this also the case for Dutch? Can this be considered?

I hope I have clarified my issue. And i hope this reply does not get flagged as spam or inappropriate :slight_smile:

I hope to hear from you soon.

Kind regards,

Thomas