---
title: "List members"
description: "Everyone in the workspace, owners first. `userId` is what a mention's assigneeId and a person's ownerId take."
canonical: https://docs.mentio.dev/api/members/list-members
markdown: https://docs.mentio.dev/api/members/list-members.mdx
---

# List members

`GET /v1/members`

Everyone in the workspace, owners first. `userId` is what a mention's assigneeId and a person's ownerId take.

## Responses

- 200: The members
- 401: Missing or invalid API key

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
