Hi There!,
when i try to create new user into zoom account, I get this error. I already added scopes in App settings as follows,
but when try to add user via api i get no priviledge error.
below is complete request and response details
POST https://api.zoom.us/v2/users/
headers {'Authorization': 'Bearer Token', 'Content-Type': 'application/json'}
data {'action': 'create', 'user_info': {'first_name': 'Jovy', 'last_name': 'Chiu', 'email': 'jovy@mirobotic.sg', 'type': 1}}
{
"code": 200,
"message": "No privilege."
}
please help on this