action citrixonline_get_groups_group_key_upcoming_meetings { label: "Get upcoming meetings by group" description: "Get upcoming meetings for a specified group. This API call is only available to users with the admin role. This API call can be used only for groups with maximum 50 organizers." provider: citrixonline method: GET path: "/groups/{groupKey}/upcomingMeetings" encoding: json output: { type: "object" additionalProperties: true } }