Format Your New Topic as Follows:
not being able to access API with general or admin apps
Description
I was asked to look into accessing the zoom API for my company. so i started by creating a General app to start off with to gain access to the API and to see what I could d. I managed to create the general app and get an access token which was all great. When I tried to access the user summary data I got an error saying I didn’t have the write scopes. All these scopes were admin scopes and couldn’t add them into the access token I had created. I then created an admin app to see if that would fix the error and now when I try to create an access token for my new admin app I get an error telling me to look at my sub account management for the app. i dont know if these errors are happening cause i am using postman to look at them
Error
for the general app - cant add in the current scopes to my access token
for the admin app - message telling me to look at my sub account management for the app
How To Reproduce
Steps to reproduce the behaviour:
- create apps
- follow the postman screens.
- try to create access token