# list_workspace_members

List the members of a workspace with their email, role, and status.

Use this to discover who belongs to a workspace and to find the email addresses  
that the suspend\_member, reactivate\_member, add\_project\_members, and  
remove\_project\_member tools take. Both active and suspended members are returned.

## Parameters

| Parameter             | Type            | Default | Description                          |
| --------------------- | --------------- | ------- | ------------------------------------ |
| workspace\_idrequired | string (uuid)   | —       | The workspace whose members to list. |
| pagination            | PaginationInput | —       | Parameters driving result pagination |
| limit                 | integer1–100    | 20      | Maximum number of results to return  |
| cursor                | string          | —       | Cursor from which to return results  |
