/mgmtconfig/v1/admin/customers/{customerId}/authDomains

Parameters

Name
Description
customerId *required
integer($int64)
(path)
The unique identifier of the ZPA tenant.

authDomains
array[string]
The authentication domains of the customer.
Responses
Response content type:
Code
200
Description
OK
Example Value
{
  "authDomains": [
    "string"
  ]
}
Code
401
Description
Unauthorized
Code
403
Description
Forbidden
Code
404
Description
Not Found