Description
Sometimes on a request sent to https://api.zoom.us/v2/accounts/me/settings I am getting an unusual response that the user do not have permission to make this call.
EDIT: Also sometimes on requests sent to https://api.zoom.us/v2/users/{userId}/settings
Error
{“code”:200,“message”:“No permission.”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
I was wondering in what ways it would be possible for an account or user to receive this response from a request to these endpoints as I have been seeing it somewhat regularly and have no clue what’s causing this error.