# Set a contact email address

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.

Endpoint: PUT /v1/users/{userId}/contact-email
Security: UserToken

## Path parameters:

  - `userId` (integer, required)
    The user ID.
    Example: 101

## Request fields (application/json):

  - `email` (string)
    Contact email address.
    Example: "new-user@email.com"

## Response 200 fields (application/json):

  - `email` (string)
    Contact email address.


