Palo Alto Networks · Example Payload

Prisma Cloud Mssp Api Mssp List User Response Example

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Prisma Cloud Mssp Api Mssp List User Response Example is an example object payload from Palo Alto Networks, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

valuenextPageToken

Example Payload

Raw ↑
{
  "value": [
    {
      "username": "jane.doe",
      "firstName": "Corporate Policy 35",
      "lastName": "Branch Cluster 39",
      "lastModifiedBy": "example-lastModifiedBy",
      "lastModifiedAt": 919
    },
    {
      "username": "jsmith",
      "firstName": "Corporate Sensor 59",
      "lastName": "Branch Gateway 83",
      "lastModifiedBy": "example-lastModifiedBy",
      "lastModifiedAt": 250
    }
  ],
  "nextPageToken": "example-nextPageToken"
}