Get Password Policy

Get the configured password policy for the project.

See Also

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <Project ID:Refresh JWT>

SecurityAuthProjectIdJwt
Responses
200

OK

get/v1/auth/password/policy
Request samples
Response samples
application/json
{
  • "minLength": 0,
  • "lowercase": true,
  • "uppercase": true,
  • "number": true,
  • "nonAlphanumeric": true
}