action citrixonline_put_organizers_organizer_key { label: "Update organizer" description: "Updates the products of the specified organizer. To add a product (G2M, G2W, G2T, OPENVOICE) for the organizer, the call must be sent once for each product you want to add. To remove all products for the organizer, set status to 'suspended'. The call is limited to users with the admin role." provider: citrixonline method: PUT path: "/organizers/{organizerKey}" encoding: json output: { type: "object" additionalProperties: true } }