---
title: "List all documents"
method: GET
path: "/v2/users/{userId}/kyc/documents"
tags: ["Kyc"]
---

# List all documents

`GET /v2/users/{userId}/kyc/documents`

Get all documents associated with the user.

## Path parameters

- `userId` string, required

## Response `200`

Success

- DocumentObjectList
  - `count` integer — Number of documents.
  - `data` DocumentObject[]
    - `type` string
    - `subType` string
    - `issuedCountry` string
    - `issuedDate` string, date
    - `expiryDate` string, date
    - `number` string
    - `description` string
    - `url` string
    - `fileId` string
    - `uboId` string

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hifibridge/apis/hifi-api.md) · [All operations](https://skmtc.net/hifibridge/apis/hifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hifibridge/hifi-api/versions/74d9e530fbea/schema)
