REST API - Code 300 - invalid input parameter

Hi there,

Im having issues with using our forms to submit to Zoom through the REST API. Its setup as follows:

https://drive.google.com/file/d/0B8eM_LKvSy1IcE1paDZIaTc2Nm8/view?usp=sharing

And the response I get is:

Data posted to https://api.zoom.us/v1/user/create. Response code: 200.
{“error”:{“code”:300,“message”:“Invalid input parameter: type”}}

 

Do you know what this means please

Are you sending “type”?

 

https://zoom.github.io/api/#create-user

Aah thats what Im missing!

Thanks Joshua!!