---
title: "Get information about TOTP enrollment"
method: GET
path: "/users/{user_id}/totp"
tags: ["MFA"]
---

# Get information about TOTP enrollment

`GET /users/{user_id}/totp`

Retrieves TOTP enrollment information.

## Response `200`

OK

- object
  - `issuer` string, uri
  - `account_name` string — Account name for the enrollment.
  - `secret` string — The secret seed for the enrollment
  - `qr_code` string, byte — Data URI of a PNG QR code image for the enrollment.

## Other responses

- `403` — Forbidden
- `409` — Conflict

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
