When creating a scheduled meeting, it didn’t appeared in upcoming meeting in a account profile.
I use JWT app with create meeting api, API work nice, meeting is created, i can start, stop, share start url, but meetings doesn’t appear in a upcoming meetings, so my question why?
Can you share the meeting ID of the meeting that was created? Additionally, can you confirm if you’re not seeing it listed in the API response for scheduled meetings, or if this is in the UI? If it’s the API, sharing the request you’re sending to get scheduled meetings will help me to take a closer look.
Thanks for providing that—in taking a look at your request, I can see that the host for this meeting is an API User, meaning that they cannot access our UI. If you’re looking for this meeting in the UI under Upcoming Meetings, it’s likely that you’re doing so from a different account.
A 201 response will confirm the meeting has been successfully created, but you won’t see it in the UI if the host is an API User.
I hope this helps to clarify, but let me know if there are still questions!