Disable meeting registration

I created from through API new meeting.
tariff: Pro
What option do I take to disable registration?
Old version v1 api had option: “option_registration”. In new version this param not exist.

Once a meeting is created through the API, registration is enabled.
If you turn it off through your website, you can turn it off.

But if you update the rally through the API, it will be turned on again.

How do I disable it through the API?

Nobody knows? Why buy a pro package if you can 't turn off registration?

Hey @uadeveloper,

Do disable registration via the Create Meeting Endpoint, set the "approval_type" to 2 in the "settings" object of the request body.

Screen Shot 2019-12-26 at 10.31.28 AM

Thanks,
Tommy

1 Like