List Team Members
list_team_membersRetrieve a list of all workspace members including ID, name, email, role, and invite status to manage access and audit account permissions.
Instructions
List all members in the workspace. Returns member ID, name, email, role, and invite status (pending/active). Useful for access management and auditing who has access to the account. / Lista todos los miembros del espacio de trabajo. Devuelve ID, nombre, email, rol y estado de invitacion (pendiente/activo). Util para gestion de accesos y auditoria de quien tiene acceso a la cuenta.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by role / Filtrar por rol | |
| status | No | Filter by invite status / Filtrar por estado de invitacion | |
| limit | No | Max results (1-100) / Resultados maximos | |
| offset | No | Offset / Desplazamiento |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| nextCursor | No |