Administrator Password Policy API
- Last Updated: October 17, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Hybrid Data Pipeline supports two types of password policies: the default policy or the custom policy. The default policy is a static policy that cannot be modified. The custom policy enables system administrators with the Administrator (12) permission to modify password rules such as password expiration, minimum and maximum number of characters, and character requirements. The Administrator Password Policy API allows administrators to modify the custom policy. The API may also be used to retrieve either the default policy or the custom policy.
The Administrator Password Policy API can be used to perform the following operations.
| Operation | Request | URL |
|---|---|---|
| Returns details on the specified policy | GET | https://<myserver>:<port>/api/admin/passwordpolicy/{id} |
| Updates the custom policy | PUT | https://<myserver>:<port>/api/admin/passwordpolicy/{id} |