action citrixonline_get_groups_group_key_organizers { label: "Get organizers by group" description: "Returns all the organizers within a specific group. This API call is only available to users with the admin role." provider: citrixonline method: GET path: "/groups/{groupKey}/organizers" encoding: json output: { type: "object" additionalProperties: true } }