---
title: "List a user's registered security keys."
method: POST
path: "/v1/users/{userId}/configuration/security-key/list"
tags: ["Accounts"]
---

# List a user's registered security keys.

`POST /v1/users/{userId}/configuration/security-key/list`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxTwoStepVerificationApiListSecurityKeyResponse — Response parameters for listing all credentials under a user.
  - `credentials` RobloxTwoStepVerificationApiSecurityKeyCredential[] — An array of credentials for a user.
    - `nickname` string — Nickname the user has chosen for this credential.

## Other responses

- `400` — 2: The user ID is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `503` — 7: Two step verification is currently under maintenance.

---

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