action i_cue_put_administration_user_lock { label: "Lock user" description: "After lock user won't be able to use iCUE API endpoints." provider: i_cue method: PUT path: "/administration/user/lock" encoding: json input: { type: "object" properties: { Token: { type: "string" } entityId: { type: "integer" format: "int32" } id: { type: "integer" format: "int32" } isActive: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }