Skip to main content

Get SAML Attributes By IdP

Get all SAML attributes configured for the specified Tenant and identity provider ID (IdP).

External Documentation

To learn more, visit the Zscaler Private Access documentation.

Parameters

ParameterDescription
Identity Provider IDThe unique identifier of the identity provider (IdP).
Page NumberThe number of the pages to return.
Page SizeThe size of each returned page. Valid range is 1-500.
SearchAn open search string to query the results by.
Tenant IDThe 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 by Idp with Zscaler Private Access and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop