External DocumentationTo learn more, visit the Zscaler Private Access documentation.
Actions
List Posture Profiles
List all posture profiles.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page Number | The number of the pages to return. |
| Page Size | The size of each returned page. |
| Search | An open search string to query the results by. |
| Tenant ID | The unique identifier of the ZPA tenant. |
{
"list": [
{
"applyToMachineTunnelEnabled": true,
"creationTime": 0,
"crlCheckEnabled": true,
"domain": "string",
"id": 0,
"masterCustomerId": "string",
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"nonExportablePrivateKeyEnabled": true,
"platform": [
"string"
],
"postureType": "string",
"postureUdid": "string",
"rootCert": "string",
"zscalerCloud": "string",
"zscalerCustomerId": 0
}
],
"totalCount": 0,
"totalPages": 0
}
Was this page helpful?