Get SAML Attributes
Get all SAML attributes by page for the specified tenant.
External Documentation
To learn more, visit the Zscaler Private Access documentation.
Parameters
Parameter | Description |
---|---|
Page Number | The number of the pages to return. |
Page Size | The size of each returned page. Valid range is 1-500. |
Search | An open search string to query the results by. |
Tenant ID | The unique identifier of the ZPA tenant. |
Example Output
{
"list": [
{
"creationTime": 0,
"id": 0,
"idpId": 0,
"idpName": "string",
"modifiedBy": 0,
"modifiedTime": 0,
"name": "string",
"samlName": "string",
"userAttribute": true
}
],
"totalCount": 0,
"totalPages": 0
}
Workflow Library Example
Get Saml Attributes with Zscaler Private Access and Send Results Via Email
Preview this Workflow on desktop