"{"code": 4711, "message": "Invalid access token, does not contain scopes: [meeting:write:meeting, meeting:write:meeting:admin]."?"

I see this topic posted a few times, but staff always switch to DM and don’t post the solution.

In my app, users are getting the {“code”: 4711, “message”: “Invalid access token, does not contain scopes: [meeting:write:meeting, meeting:write:meeting:admin].”} error.

I was able to add meeting:write:meeting, but I cannot find meeting:write:meeting:admin.
I am creating this as the account owner, so I do have permissions or can update as necessary.

hi @ChrisMoravian ,

Welcome to the community.

Yes, you must get the scopes added to app in the marketplace before you make use of them.
You don’t have any permissions until you specify them.

all the best

John

I believe I’ve added what I can, but meeting.write.meeting.admin is missing from the scope options when building the app.

The app has all 26 scopes under ‘Meetings.View all user meetings’ and all 22 scopes under ‘Meetings.View and manage your meetings’. The users have reauthorized their accounts, and their new requests still have the same error -

“requestBody” : string “{“duration”:60, “settings”: {“use_pmi”: false}, “start_time”:“2025-05-2318:29:00”, “timezone”:“UTC”, “topic”:”“,“type”:2}”|
“httpStatus” : string “400”
“response” : string “{“code”: 4711, “message”: “Invalid access token, does not contain scopes: [meeting:write:meeting, meeting:write:meeting:admin].”?”

For future readers, this has been resolved. In our case, the app scopes were right, but in the application itself, it needed to be validated/authorized using an admin account. That’s where the ‘admin’ api scope kicked in. Read more about Oracle HCM Zoom integration if you’re confused what I mean by validated.