action citrixonline_get_groups_group_key_attendees { label: "Get attendees by group" description: "Returns all attendees for all meetings within specified date range held by organizers within the 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}/attendees" encoding: json input: { type: "object" properties: { endDate: { type: "string" } startDate: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }