# geni workspace members

> List the active members of the active workspace, to resolve a person to an exact email.

Source: https://docs.generalinput.com/cli/workspace/members



```sh
geni workspace members [flags]
```

Names and emails of the workspace's active members. The way to turn "send it to Ada" into an address before emailing, assigning, or sharing.

| Flag                 | Notes                               |
| -------------------- | ----------------------------------- |
| `-q, --query <text>` | Substring filter on name and email. |
| `--page <n>`         | 1-based page of 25. Default 1.      |
| `--json`             | Machine-readable output.            |

## Output [#output]

```
NAME           EMAIL
Ada Lovelace   ada@acme.com
Jack Joliet    jack@acme.com
Showing page 1 of 31 matches. Next: --page 2
```

With `--json`, each member also carries `membershipId` and `memberRoles`, the workspace-configured role names the person holds.
