---
title: "Get Employment"
method: GET
path: "/accounts/{account_id}/employment"
tags: ["Income and Employment"]
---

# Get Employment

`GET /accounts/{account_id}/employment`

Get the current employment information of the account owner.

## Path parameters

- `account_id` string, uuid, required — UUID of the payroll account.

## Headers

- `Pinwheel-Version` '2025-07-08' | '2023-11-22' | '2023-07-18' | '2023-04-18' | '2022-09-09' | '2022-06-22' | '2022-03-02', required

## Response `200`

OK

- object
  - `data` EmploymentObjResponse, required
    - `id` string, uuid, required — Unique identifier for the object.
    - `created_at` string, date-time, required — ISO 8601 timestamp of created time.
    - `updated_at` string, date-time, required — ISO 8601 timestamp of the last update to this object.
    - `account_id` string, uuid, required — Unique identifier for the object.
    - `status` 'employed' | 'terminated' | 'furloughed' — The employment status of the employee.
    - `start_date` string, date — The date the employee began their job.
    - `termination_date` string, date — The date the employee was terminated.
    - `employer_name` string, required — Name of employer, e.g., Apple, Disney, Walmart.
    - `employer_address` AddressGetResponseItem
      - `raw` string, required — The raw address.
      - `line1` string — The first line of the address.
      - `line2` string — The second line of the address.
      - `city` string — The city of the address.
      - `state` string — The state of the address.
      - `postal_code` string — The postal code of the address.
      - `country` 'US' — The country of the address.
    - `employer_phone_number` PhoneNumberGetResponseItem
      - `value` string, required — The E.164 formatted phone number.
      - `type` 'home' | 'work' | 'mobile' — home, mobile, work, etc.
    - `title` string — The job title of the employee.
  - `meta` RefreshableMeta, required
    - `refreshed_at` string, date-time — ISO 8601 timestamp of the most recent refresh of this data.

---

[API](https://skmtc.net/getpinwheel/apis/pinwheel.md) · [All operations](https://skmtc.net/getpinwheel/apis/pinwheel/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getpinwheel/pinwheel/revisions/8ef86dd4902e/schema)
