action i_cue_put_administration_entity { label: "Pause organization" description: "This is an iCUE only endpoint or Enterprise feature." provider: i_cue method: PUT path: "/administration/entity" encoding: json input: { type: "object" properties: { Token: { type: "string" } id: { type: "integer" format: "int32" } isActive: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }