list_team_members
List active organization members with user_id, name, email, role, and status. Supports pagination via page/limit; returns full array or paginated envelope. Read-only.
Instructions
List the active users of the caller's organization with user_id, name, email, role, and status. Called with no arguments it returns the full member array; passing page or limit switches to a paginated envelope {members, total, page, limit, pages} (defaults page 1, limit 25). Use the returned user_id with update_team_member_role or remove_team_member. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number; enables the paginated envelope. | |
| limit | No | Members per page (default 25 when paginating). |