gorelo_list_users
List service provider technicians with cursor pagination, sorted by user ID ascending. Use the cursor for subsequent pages and pageSize to control result count.
Instructions
List users (technicians) for the service provider, cursor-paginated, sorted by user id ascending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque pagination cursor from a previous page; omit for the first page. | |
| pageSize | No | Items per page, clamped 1-200 (default 50). |