---
title: "List emails"
method: GET
path: "/2/profile/emails"
tags: ["Profile > Emails"]
---

# List emails

`GET /2/profile/emails`

Retrieve list of all email addresses of the current user's profile.

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 087adaadUseremail[]
    - `id` integer, required — Unique identifier of the resource `User email`
    - `email` string, required — Email
    - `created_at` integer, required — Timestamp `User email` has been created
    - `reminder` boolean, required
    - `checked` boolean, required
    - `type` 'other' | 'personal' | 'professional', required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
