BigID · Example Payload

Bigid Create Dsar Report Example

Data SecurityDSPMDLPPrivacyAI SecurityData CatalogDSARData DiscoveryCompliance

Bigid Create Dsar Report Example is an example object payload from BigID, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://tenant.bigid.com/api/v1/sar/reports",
    "headers": {
      "Authorization": "<systemToken>",
      "Content-Type": "application/json"
    },
    "body": {
      "profileId": "65f4a8b9c2d3e4f5a6b7c8d9",
      "userValues": [
        { "attributeName": "email", "attributeValue": "jane.doe@example.com" },
        { "attributeName": "fullName", "attributeValue": "Jane Doe" }
      ],
      "skipAlertOnNoData": false
    }
  },
  "response": {
    "status": 201,
    "body": {
      "requestId": "dsar-20260525-0001"
    }
  }
}