Nuix · Schema

createGroupRequest

Schema for createGroupRequest in Nuix ECC REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
groupName string name of the group to be created
description string description of the group to be created
View JSON Schema on GitHub

JSON Schema

nuix-ecc-creategrouprequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-creategrouprequest.json",
  "title": "createGroupRequest",
  "description": "Schema for createGroupRequest in Nuix ECC REST API",
  "type": "object",
  "properties": {
    "groupName": {
      "type": "string",
      "description": "name of the group to be created"
    },
    "description": {
      "type": "string",
      "description": "description of the group to be created"
    }
  }
}