list_company_members
List all members of a company using its ID, with optional search, limit, and offset for pagination.
Instructions
Lists all members of a company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit results | |
| offset | No | Offset for pagination | |
| search | No | Search query for member names | |
| company_id | Yes | Company ID whose members to list |