action citrixonline_get_organizers { label: "Get organizer by email / Get all organizers" description: "Gets the individual organizer specified by the organizer's email address. If an email address is not specified, all organizers are returned. This API call is only available to users with the admin role." provider: citrixonline method: GET path: "/organizers" encoding: json input: { type: "object" properties: { email: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }