action i_cue_post_administration_entity { label: "Create organization" description: "This is an iCUE only endpoint or Enterprise feature." provider: i_cue method: POST path: "/administration/entity" encoding: json input: { type: "object" properties: { Token: { type: "string" } address: { type: "string" } email: { type: "string" } name: { type: "string" } } additionalProperties: false } output: { type: "string" format: "uuid" } }