---
title: "List password managers for a user"
method: GET
path: "/users/{userID}/passwordManagers"
tags: ["PasswordManagers"]
---

# List password managers for a user

`GET /users/{userID}/passwordManagers`

Returns a list of password managers

## Path parameters

- `userID` string, required

## Response `200`

List of all matching password managers.

- PasswordManagerList
  - `passwordManagers` PasswordManager[], required
    - `id` string, required
    - `userID` string, required
    - `clientEnvID` string, required
    - `credentialID` string, required
    - `aaguid` string, required
    - `status` string, required
    - `score` integer, required
    - `createdMs` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/corbado/apis/corbado-backend-api.md) · [All operations](https://skmtc.dev/corbado/apis/corbado-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corbado/corbado-backend-api/revisions/1f6143efe426/schema)
