External DocumentationTo learn more, visit the Zscaler Private Access documentation.
Actions
List Isolation Profiles
List all isolation 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. |
| Show Disabled | Whether disabled isolation profiles are included in the response. |
| Tenant ID | The unique identifier of the ZPA tenant. |
{
"list": [
{
"isolationProfileId": "string",
"isolationTenantId": "string",
"isolationUrl": "string",
"creationTime": 0,
"description": "string",
"enabled": true,
"id": 0,
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"microtenantId": 0,
"microtenantName": "string"
}
],
"totalCount": 0,
"totalPages": 0
}
Was this page helpful?