Description
Hi,
I’m getting an error that I would appreciate your assistance with.
Using API:
I list all meeting of a user using: /users/{userId}/meetings
Then I select a meeting and when I check the meeting details I see that the host is indeed the user I listed meetings for.
However, when I try to update a meeting I get: “{“code”:3003,“message”:“Not meeting host.”}”
It happens only to some users for some meetings but I couldn’t pin-point what is the case exactly.
Could you please point me to what am I missing here?
Thanks!
Are you the meeting owner or someone with scheduling privileges for the meeting in question? If not, this may be why you’re running into this error.
The JWT app you’re authenticating your call with will not have scheduling permission assigned to it; rather, the userID of the original host will need to give you this privilege.
Hi and thanks for the quick response.
We do have permission to modify the meetings of relevant users (but there are some specific meetings that give us this error).
What might be the case that when listing some user meetings we get a meeting and when looking into it I can clearly see that the same user is the meeting host but I get “code”:3003,“message”:“Not meeting host.” when I try to update the meeting?
Thanks!