---
title: "Sends an email of all accounts belonging to an email"
method: POST
path: "/v1/usernames/recover"
tags: ["Accounts"]
---

# Sends an email of all accounts belonging to an email

`POST /v1/usernames/recover`

## Request body

- RobloxAuthenticationApiModelsRecoverUsernameRequest
  - `targetType` 0 | 1 | 2 — ['Email' = 0, 'PhoneNumber' = 1, 'RecoverySessionID' = 2]
  - `target` string

## Response `200`

OK

- RobloxAuthenticationApiModelsRecoverUsernameResponse
  - `transmissionType` 0 | 1

## Other responses

- `400` — 20: Invalid Email 21: Invalid Phone 23: No Account Found
- `403` — 0: Token Validation Failed 11: Too many attempts. Please wait a bit.
- `500` — 0: An unexpected error occurred.

## Changes

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

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/usernames/recover/post.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)
