---
title: "Lists all members"
method: GET
path: "/v1/config/members"
tags: ["Members"]
---

# Lists all members

`GET /v1/config/members`

Retrieves all of the current members in an organization and returns their email, role, and groups.

## Response `200`

A list of members is returned on success.

- MemberResource[]
  - `email` string — Email of a member
  - `role` 'owner' | 'admin' | 'readonly' | 'member' — role of member. Owner shall not be created or set through api
  - `groups` RbacGroupId[]

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
