---
title: "GET /policies/unique_password/"
method: GET
path: "/policies/unique_password/"
tags: ["policies"]
---

# GET /policies/unique_password/

`GET /policies/unique_password/`

Password Uniqueness Policy Viewset

## Query parameters

- `created` string, date-time
- `execution_logging` boolean
- `last_updated` string, date-time
- `name` string
- `num_historical_passwords` integer
- `ordering` string
- `page` integer
- `page_size` integer
- `password_field` string
- `policy_uuid` string, uuid
- `search` string

## Response `200`

- PaginatedUniquePasswordPolicyList
  - `pagination` Pagination, required
    - `next` number, required
    - `previous` number, required
    - `count` number, required
    - `current` number, required
    - `total_pages` number, required
    - `start_index` number, required
    - `end_index` number, required
  - `results` UniquePasswordPolicy[], required
    - `pk` string, uuid, required
    - `name` string, required
    - `execution_logging` boolean — When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged.
    - `component` string, required — Get object component so that we know how to edit the object
    - `verbose_name` string, required — Return object's verbose_name
    - `verbose_name_plural` string, required — Return object's plural verbose_name
    - `meta_model_name` string, required — Return internal model name
    - `bound_to` integer, required — Return objects policy is bound to
    - `password_field` string — Field key to check, field keys defined in Prompt stages are available.
    - `num_historical_passwords` integer — Number of passwords to check against.
  - `autocomplete` Autocomplete, required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
