---
title: List members
description: The human members of a workspace, with roles and emails.
cli_command: wiblo members list
canonical_url: https://wiblo.app/docs/developers/cli/members/members-list
last_updated: 2026-07-28T17:12:38+02:00
md_url: https://wiblo.app/docs/developers/cli/members/members-list.md
---

# List members

`$ wiblo members list`

## Usage

```bash
wiblo members list
```

```text
$ wiblo members list
Members of acme-studio:

  NAME          ROLE     EMAIL
  Matt Pryce    owner    matt@example.com
  Jane Cooper   admin    jane@example.com
  Sam Reed      member   —
```

`ls` is an alias, and `list` is the default — bare `wiblo members` lists.

## Flags

| Flag | Description |
| --- | --- |
| `--json` | Print an array of `{ "name", "role", "email" }` (email is `null` for unlinked members). |
| `--workspace` | Target workspace (slug or id) if you have not set an active one. |

## Behaviour

- Needs a workspace: resolved from `--workspace` → `WIBLO_WORKSPACE` → the saved active workspace → a picker. Non-interactive runs without one get `workspace_required` JSON listing your workspaces as `choices`.
- Lists human members only — machine members live under the workspace's Automations.
