---
title: "GET /users/{user_pk}/mfa/{mfa_pk}/methods/{pk}"
method: GET
path: "/users/{user_pk}/mfa/{mfa_pk}/methods/{pk}"
tags: ["MfaMethods"]
---

# GET /users/{user_pk}/mfa/{mfa_pk}/methods/{pk}

`GET /users/{user_pk}/mfa/{mfa_pk}/methods/{pk}`

## Path parameters

- `user_pk` string, required
- `mfa_pk` string, required
- `pk` string, required

## Response `200`

- AuthMFAMethod
  - `id` string
  - `type` string, required
  - `is_active` boolean

## Other responses

- `400`

---

[API](https://skmtc.dev/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.dev/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
