peopleforce_api_request
Make raw GET requests to PeopleForce v3 API paths when no dedicated tool is available. Use with relative paths like 'employees/12345'.
Instructions
Escape hatch: perform a raw GET against any PeopleForce v3 API path (relative to /api/public/v3). Use when no dedicated tool covers the endpoint. Example path: 'employees/12345' or 'leave_requests?state=approved'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path relative to /api/public/v3 (no leading slash needed). | |
| query | No | Optional query params as key-value pairs. Values will be stringified. |