How should we select the one that corresponds to the above authority?
Please tell me how to select the one corresponding to the above authority.
From the error message, we think that the authorization corresponding to contact:read has not been granted.
I think that the authorization corresponding to contact:read may not have been granted.
-Occurrence-.
Create an OAuth app (UserManaged) on the zoom developer site, then,
POST request to “https://zoom.us/oauth/token” to obtain an access token
At the time of the GET request, the following message will appear.
“code”: 4711,
“message”: “Invalid access token, does not contain scopes:[contact:read:list_contacts, contact:read:list_contacts:admin].”
-Possible causes
No authorization is attached to the access token of the OAuth app.
Although there is a screen to grant authorization in the OAuth app creation flow,
However, due to a specification change in zoom’s Scope setting, it seems that the same authorization as before 21.March cannot be selected.
The same authorization as before 21.March is not available due to the specification change of zoom scope setting.
I understand that the scope of granularity that needs to be added is contact:read:list_contacts
However, the issue here is that contact:read:list_contacts
is not found when selecting the SCOPE in the OAUTH app creation flow.
I have been reading various topics on this site for the past week or so,
I believe there are many similar questions.
“code”: 4711,.
“message”: “Invalid access token, does not contain scopes:.”
Although the type of authorization is different, we believe that this is a case where the required SCOPE cannot be selected (not found) depending on the API being used.
I think that this is the case.
No worries at all! As a member of the App Marketplace Specialist team, I collaborate with third-party developers to help with their app submissions to the Zoom Marketplace. I’d be happy to tag one of my peers here to better assist with your questions.
Please click on the API from this list to see which are available for the available endpoints. If it is not listed here yet, this means it is not yet in production and published for use.
Please also not the Cloud Recording granular scopes should be present, but there is a bug preventing their visibility. This is being worked on and should be fixed soon (ZOOM-696701).