List workspace members
dropthis_membersList a team workspace's members by its ID, showing accountId, email, role, and join date for access management. Requires team-scoped members:read permission.
Instructions
List a team workspace's members by its id — each row carries accountId, email, role (owner/admin/member), whether it is you (isYou), and when they joined. Requires a team-scoped credential (ADR-0068: members:read). Use dropthis_workspaces to find the workspace id; the accountId here is what dropthis_update_member_role and dropthis_remove_member take.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | The workspace id whose members to list (see dropthis_workspaces). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| members | No | The workspace's members {accountId, email, role, isYou, joinedAt}. |