---
title: "Get KYC status for a user"
method: GET
path: "/v1/users/{user_id}/fiat/kyc"
tags: ["Fiat"]
---

# Get KYC status for a user

`GET /v1/users/{user_id}/fiat/kyc`

Get the current KYC verification status for a user from the configured provider

## Path parameters

- `user_id` string, required — The ID of the user to get KYC status for

## Query parameters

- `provider` 'bridge' | 'bridge-sandbox', required — Valid set of onramp providers

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Response `200`

KYC verification status

- object
  - `provider_user_id` string
  - `status` 'not_found' | 'active' | 'awaiting_questionnaire' | 'awaiting_ubo' | 'incomplete' | 'not_started' | 'offboarded' | 'paused' | 'rejected' | 'under_review', required — Status of the KYC verification process.
  - `user_id` string, required

---

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