action citrixonline_post_organizers { label: "Create organizer" description: "Creates a new organizer and sends an email to the email address defined in the request. This API call is only available to users with the admin role. You may also pass 'G2W' or 'G2T' or 'OPENVOICE' as productType variables, creating organizers for those products. A G2W or G2T organizer will also have access to G2M." provider: citrixonline method: POST path: "/organizers" encoding: json output: { type: "object" additionalProperties: true } }