action citrixonline_get_organizers_organizer_key { label: "Get organizer" description: "Returns the individual organizer specified by the key. This API call is only available to users with the admin role. Non-admin users can only make this call for their own organizerKey." provider: citrixonline method: GET path: "/organizers/{organizerKey}" encoding: json output: { type: "object" additionalProperties: true } }