GET
/v1/auth/password/policy
Get the configured password policy for the project.
See Also
- See Password Policy Customization for further details on password policy configuration.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID:Refresh JWT\>
Authorization
Authorization
RequiredBearer <token>
In: header
Status code | Description |
---|---|
200 | OK |
Was this helpful?