---
title: "Retrieve a contact email address"
method: GET
path: "/v1/users/{userId}/contact-email"
tags: ["user"]
---

# Retrieve a contact email address

`GET /v1/users/{userId}/contact-email`

Retrieves a contact email address.

## Path parameters

- `userId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

OK - Successfully retrieved contact email address.

- object
  - `email` string, email — Contact email address.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

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