# Retrieve a contact email address

Retrieves a contact email address.

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

## Path parameters:

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

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. [Learn more](/guides/developer/headers/correlation-id).

## Response 200 fields (application/json):

  - `email` (string)
    Contact email address.

