---
title: "Gets the authenticated user's verified email and pending (unverified) email if one exists"
method: GET
path: "/v1/emails"
tags: ["Accounts"]
---

# Gets the authenticated user's verified email and pending (unverified) email if one exists

`GET /v1/emails`

## Response `200`

OK

- RobloxAccountSettingsApiCurrentEmailsResponse — Response model for getting the user's verified and pending email addresses
  - `verifiedEmail` string — The user's most recent verified email address (masked)
  - `pendingEmail` string — The user's pending (unverified) email address if one exists (masked)

## Other responses

- `401` — 0: Authorization has been denied for this request.

---

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