action citrixonline_get_organizers_organizer_key_upcoming_meetings { label: "Get upcoming meetings by organizer" description: "Get upcoming meetings for a specified organizer. This API call is only available to users with the admin role." provider: citrixonline method: GET path: "/organizers/{organizerKey}/upcomingMeetings" encoding: json output: { type: "object" additionalProperties: true } }