Nuix · Schema

NmsUser

Schema for NmsUser in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
longName string The long name of the user.
shortName string The short name of the user.
View JSON Schema on GitHub

JSON Schema

nuix-rest-nmsuser.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-nmsuser.json",
  "title": "NmsUser",
  "description": "Schema for NmsUser in Nuix REST API",
  "type": "object",
  "properties": {
    "longName": {
      "type": "string",
      "description": "The long name of the user."
    },
    "shortName": {
      "type": "string",
      "description": "The short name of the user."
    }
  }
}