Unable to add country while adding registrant to meeting

Hi,

I’m trying to add a registrant to an existing meeting via API. (/meetings/{meetingId}/registrants)

I got the following error: “Invalid parameter: country”. I removed the country field in post body, everything is worked as expected. However, country field is crucial for our use case and we need to add the country information when we added a registrant.

I’ve checked the documentation there wasn’t any validation for the country.

Steps to reproduce:

  1. Create a meeting that is enabled for registration.
  2. Select the country field in the registration questions.
  3. Call /meetings/{meetingId}/registrants endpoint with country parameter.

Do you have any idea on the matter?

Thanks in advance.

Hi @onurince, thanks for posting and for using Zoom!

The country field should follow the following Country Abbreviations List.

Let us know if you still run into errors after using these.