StackOne · Example Payload

Stackone List Employees Example

Retrieve employees from a connected HRIS system via StackOne Unified API

IntegrationiPaaS

Stackone List Employees Example is an example object payload from StackOne, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "List Employees Example",
  "description": "Retrieve employees from a connected HRIS system via StackOne Unified API",
  "request": {
    "method": "GET",
    "url": "https://api.stackone.com/unified/hris/employees?page=1&page_size=25",
    "headers": {
      "Authorization": "Basic {{BASE64_ENCODED_API_KEY}}",
      "x-account-id": "account_bamboohr_12345"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": [
        {
          "id": "emp_unified_001",
          "remote_id": "bamboo_emp_456",
          "first_name": "Jane",
          "last_name": "Smith",
          "email": "jane.smith@acme.com",
          "job_title": "Senior Engineer",
          "department": "Engineering",
          "employment_type": "full_time",
          "start_date": "2022-03-15",
          "created_at": "2022-03-15T09:00:00Z",
          "updated_at": "2025-12-01T14:30:00Z"
        }
      ],
      "meta": {
        "total_count": 150,
        "page": 1,
        "page_size": 25
      }
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/stackone-list-employees-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.