Sign in

Execute GraphQL operation (sandbox)

documented

GraphQL sandbox access for Payroll (availability may vary by region).

POST Sandbox: not generally available for payroll GraphQLPayrollno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://qb.api.intuit.com/graphql" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"query": "query getPayrollEmployee($employeeId: ID!) { payrollEmployee(id: $employeeId) { id name } }", "variables": {"employeeId": "{{$employee_id}}"}}'