upservice_list_employees
Retrieve a paginated list of employees from your Upservice account. Use limit and offset parameters to control page size and skip items.
Instructions
List employees in the Upservice account.
Args: params (ListEmployeesInput): - limit (Optional[int]): Page size, 1-100 (default 25) - offset (Optional[int]): Items to skip for pagination (default 0)
Returns: str: JSON array/object of employees as returned by the Upservice API (fields typically include id, first_name, last_name, email, position, department).
Error Handling: Returns "Error: ..." with an actionable message on failure (see error codes below).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |