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

# Set a contact email address

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

Sets a contact email address. The contact email address is used to send notifications to users who have been registered with a dummy email address.

## Path parameters

- `userId` integer, required

## Headers

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

## Request body

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

## Response `200`

OK - Contact email address set successfully.

- 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)
