---
title: "Gets metadata needed for the password reset view."
method: GET
path: "/v2/passwords/reset"
tags: ["Accounts", "Metadata"]
---

# Gets metadata needed for the password reset view.

`GET /v2/passwords/reset`

## Query parameters

- `TargetType` 0 | 1 | 2, required
- `Ticket` string, required

## Response `200`

OK

- RobloxAuthenticationApiModelsPasswordResetMetadataResponse
  - `users` RobloxWebResponsesUsersLegacyUserResponse[]
    - `userId` integer
    - `username` string
    - `displayName` string

## Other responses

- `400` — 3: Request was empty. 9: The target type is invalid. 11: The password reset ticket is invalid. 14: The nonce is invalid.
- `403` — 11: The password reset ticket is invalid. 16: The ticket is expired.
- `500` — 0: Unknown error occured.
- `503` — 1: Feature temporarily disabled. Please try again later.

## Changes

- **2026-09-03** `d9b4ae8b3380` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v2/passwords/reset/get.md)

---

[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/d9b4ae8b3380/schema)
