I am making a GET request to the /users/{userId}/meetings endpoint to list a user’s meetings. I am not attempting to create or modify a meeting. The API is returning an error that is typically associated with meeting hosting and scheduling, but we are just trying to fetch data.
My understanding is that a GET request to list meetings should not require the user to have a licensed account. The error is unexpected for this type of request.
{ “code”: 3161, “message”: “Your user account is not allowed meeting hosting and scheduling capabilities.” }
Hi @Apurv
Thansk for reaching out to us!
I have not seen this error on my end.
Can you make sure you have the following scope added in your app and try again meeting:read:list_meetings:admin
I’m also experiencing the same error. This issue only seems to affect data for some users under the same account. I have already added the scopes that @elisa.zoom mentioned, but the error persists. I hope this problem gets resolved soon.
Hi @wtnvenga
Thanks for reaching out to us.
Can you please share more details about this issue? What endpoints are you calling and what app type are you using?
Hi, @elisa.zoom . Thanks for the reply.
I’m also getting an error with the /users/<user_id>/meetings endpoint.
Specifically, I’ve been granted the required scopes mentioned in the API documentation.
I sent requests with both "upcoming_meetings" and "previous_meetings" as the type query parameter, but both resulted in a 3161 error.