---
title: "Check if the email is associated with the authenticated user"
method: GET
path: "/me/associated-email"
tags: ["profiles"]
---

# Check if the email is associated with the authenticated user

`GET /me/associated-email`

Checks if the provided email address is associated with the authenticated user.

## Query parameters

- `email_hash` string, required

## Response `200`

The email is associated with the authenticated user

- AssociatedResponse
  - `associated` boolean, required — Whether the entity is associated with the account.

## Other responses

- `401` — Not Authorized
- `403` — Insufficient Scope

---

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