Adding webinar participant with country code "IR" not working

Posting to API with country code IR (Iran), gives errror 300.

All other requests with another country code goes through - had to set another country for registrant. As I understand it, I am following the country scheme listed on https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#countries

Request:
{
url: 'https://api.zoom.us/v2/webinars/{id}/registrants',
method: 'post',
data: '{"country": "IR", ...}',
headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': 'application/json', Authorization: 'Bearer ', 'User-Agent': 'Zoom-api-Jwt-Request', 'Content-Length': 212 },
}

Error
{ code: 300, message: 'Invalid parameter: country' }

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://api.zoom.us/v2/webinars/{id}/registrants

Hey @kjetil.haaheim,

Thanks for bringing this issue to our attention. We are looking into it and will provide you with an update. (ZOOM-170093)

Thanks,
Tommy

Hey @kjetil.haaheim,

Currently we do not support the country code IR. We will update our docs.

Apologies for the inconvenience,
Tommy