list_users
Retrieve shop users and technicians from Shopmonkey with filtering by location and pagination controls.
Instructions
List shop users and technicians from Shopmonkey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locationId | No | Filter by location ID. Defaults to SHOPMONKEY_LOCATION_ID env var if set. | |
| limit | No | Maximum number of results to return (default: 25) | |
| page | No | Page number for pagination (default: 1) |