list_members
Retrieve club members with support for pagination and name/email search. Filter by location for multi-location clubs.
Instructions
List club members with optional paging and search filter.
Use when: "show me all members", "find member Jane Doe", "list active members at our downtown location".
Args: skip: Records to skip (paging offset). Default 0. take: Page size (max records returned). Default 100. q: Search query - matches name/email substring. location_id: Filter to a single location (multi-location clubs only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | ||
| skip | No | ||
| take | No | ||
| location_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |