---
title: "List user's 2FA bindings"
method: GET
path: "/v1/users/{user-id}/2fa-bindings"
tags: ["Two-Factor Authentication"]
---

# List user's 2FA bindings

`GET /v1/users/{user-id}/2fa-bindings`

Retrieve the list of two-factor authentication method bindings for a specific user.
Users can view their own bindings; viewing other users' bindings requires MANAGE_USERS access right.

## Path parameters

- `user-id` integer, required

## Response `200`

2FA bindings retrieved successfully

- TwoFactorBinding[]
  - `methodName` string — Name of the 2FA method
  - `configuration` object — Method-specific binding configuration as key-value pairs

## Other responses

- `400` — Invalid user ID
- `403` — Access denied (not own user and no MANAGE_USERS right)
- `404` — User not found

---

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