Hi Team,
I hope this message finds you well. I wanted to provide you with an update on our ongoing integration with the Zoom API.
We’ve been working on user creation using the “/v2/users” endpoint, and during the process, we encountered a permission issue. The error message received is as follows:
}
“code”: 2016,
“message”: “No permission, please contact Zoom customer support.”
}
Upon further investigation, it was identified that the correct action to be used in the request body is “CustCreate” instead of “Create.” We have made this adjustment, but we are still facing the permission error.
Hi , Team
We’ve been working on user creation using the “/v2/users” endpoint and got the same problem
{
“code”: 2016,
“message”: “No permission, please contact Zoom customer support.”
}
This is our payload
{
“action”: “custCreate”,
“user_info”: {
“email”: “drpadron@focusadhdindy.com”,
“first_name”: “Mario”,
“last_name”: “Padron”,
“display_name”: “drpadron”,
“password”: “B6vCaZPzJ7yHqLSXMFKs”,
“type”: 2
}
}
Can you help us asap ?