List Team Members
list_team_membersRetrieve workspace members with roles 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 | |
| limit | No | Max results (1-100) / Resultados maximos | |
| offset | No | Offset / Desplazamiento | |
| status | No | Filter by invite status / Filtrar por estado de invitacion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| nextCursor | No |