Export Password Policies

Export Password Policies
Export all password policies

Exports all password policies as a CSV file download. Data is fetched in bounded batches and streamed directly to the response so that the full dataset is never held in JVM heap simultaneously.

Request
URI
POST
https://{api_host}/suite-api/api/fleet-management/password-policies/export
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

CSV file containing all password policies

"No Custom Example is Available"

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/suite-api/api/fleet-management/password-policies/export