---
title: "Get alternate email"
method: GET
path: "/users/{userId}/alternateemails/{alternateEmailId}"
tags: ["alternateEmailAddress"]
---

# Get alternate email

`GET /users/{userId}/alternateemails/{alternateEmailId}`

Gets the specified alternate email.

> **Who can use this operation?**
> 
> - **Plans:** Only Enterprise and Advanced Work Management plans with this feature activated by Support can use this method. If you want to activate this feature, please contact Support.
> - **Permissions:** System Admin

## Response `200`

Returns [AlternateEmail object](/api/smartsheet/openapi/alternateemailaddress/alternateemail)

- AlternateEmail
  - `id` number — AlternateEmail ID.
  - `confirmed` boolean — Indicates whether the alternate email address has been confirmed.
  - `email` string — User's alternate email address.

## Other responses

- `default` — Generic Error Payload

---

[API](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/smartsheet-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/smartsheet-openapi-reference/versions/b4afda95fb51/schema)
