Nuix · Example Payload

Nuix Rest Cases Caseid Evidence Ms365 Post Simple Microsoft 365 Ingestion

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Nuix Rest Cases Caseid Evidence Ms365 Post Simple Microsoft 365 Ingestion is an example object payload from Nuix, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

value

Example Payload

Raw ↑
{
  "value": {
    "target": {
      "tenantId": "tenantId",
      "clientId": "clientId",
      "clientSecret": "clientSecret",
      "from": "2021-01-01",
      "to": "2021-04-30",
      "username": "username",
      "password": "password",
      "userPrincipalNames": [
        "userprincipal@domain.com"
      ],
      "retrievals": [
        "USERS_CONTACTS"
      ]
    }
  }
}