User create error: No privilege

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

Hi @jovy ,

That error is related to role management. You have to be an admin with those privileged enabled in your settings:

Gianni

Hi @gianni.zoom

Thanks for your help.
my issue is resolved now

1 Like