Obtaining Customer Details Using API

This article provides information for managing Zscaler Private Access (ZPA) customers using APIs. All APIs are rate limited. To learn more, see About Rate Limiting.

Getting Authentication Domains for a Customer

To get authentication domains for the customer:

  1. Send a GET request to the endpoint /mgmtconfig/v1/admin/customers/{customerId}/authdomains in the customer-controller.
  2. Provide the customerId, the ZPA tenant ID of the customer, in the request endpoint. For example: /mgmtconfig/v1/admin/customers/217246660302995456/authdomains.

A successful response returns code 200. To learn more, see About Error Codes.