---
title: "GET /users/emails"
method: GET
path: "/users/emails"
tags: ["users"]
---

# GET /users/emails

`GET /users/emails`

Admin-only endpoint. Get the emails of all Dockstore users

## Response `200`

A list of Dockstore users' emails.

- UserInfo[]
  - `dockstoreUsername` string
  - `thirdPartyEmail` string
  - `thirdPartyUsername` string
  - `tokenType` string

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.dev/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.dev/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/revisions/9d82a4e96aa7/schema)
