I am working on my app where I want to be able to edit/patch account settings.
Currently I just wanna get the settings; (patch would have been the next step) but I get the error:
{"code":4711,"message":"Invalid access token, does not contain scopes:[account:read:settings:admin]."}
I do not see any such scope in my scopes.
The only scope under accounts is zra:indicator:read
PS: I am making this call with an admin account’s access token
curl https://api.zoom.us/v2/accounts/me/settings
--header 'Authorization: Bearer ACCESS_TOKEN
Where can I find the said scope?