05-27-2024 09:31 PM
Hi everyone,
I have a service app that uses the developer sandbox to generate a guest token. My service app has the following scopes: meeting:schedules_read, meeting:schedules_write, meeting:admin_schedule_read, meeting:admin_schedule_write, spark:all, guest-issuer:read, guest-issuer:write.
When I tried to use a guest token generated from the service app for the meeting API (/v1/meetings), I encountered an error consistently. For instance, after creating a meeting from my current admin account and then using a guest token to retrieve the meeting information through the list meetings API, I consistently encountered this error.
The server understood the request, but refused to fulfill it because the access token is missing required scopes or the user is missing required roles or licenses.
Am I missing any scope or config?
Solved! Go to Solution.
05-28-2024 03:30 AM
@hung9-nguyen you also opened a support ticket for this. As mentioned there Guest Users do not have Meetings license, so they cannot query the Meetings API.
05-28-2024 03:30 AM
@hung9-nguyen you also opened a support ticket for this. As mentioned there Guest Users do not have Meetings license, so they cannot query the Meetings API.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide