List employees and retrieve custom field values from the BambooHR API

domain: documentation.bamboohr.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Generate an API key from the BambooHR account settings (My Account > API Keys) and use it as the username in HTTP Basic Auth with any string as the password.
  2. Call GET /v1/meta/fields against your company subdomain (https://{companyDomain}.bamboohr.com/api/gateway.php/{companyDomain}/v1/meta/fields) to discover all available fields including custom ones and their numeric IDs.
  3. Call GET /v1/employees/directory or GET /v1/employees/{id} with a fields query parameter listing the desired field IDs (comma-separated, including custom field IDs from the previous step).
  4. Parse the returned JSON; custom fields appear at the same level as standard fields, keyed by their numeric ID.
  5. To retrieve all employees with specific fields in bulk, use POST /v1/reports/custom with a JSON body specifying the field IDs.

Known gotchas

Related routes

List and execute saved Custom Reports via the BambooHR API
hr-payroll · 5 steps · unrated
Read and write employee custom field data and org-hierarchy attributes via the Merge HRIS passthrough API for a provider not fully supported by unified endpoints
docs.merge.dev · 5 steps · unrated
Read and set custom field values on ServiceTitan jobs and customers via the API
developer.servicetitan.io · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans