---
title: "Company Previous Payroll Provider Access"
method: POST
path: "/companies/{company}/components/previous_provider_access"
---

# Company Previous Payroll Provider Access

`POST /companies/{company}/components/previous_provider_access`

Generates a Previous Payroll Provider Access component used to gain access to a company's previous provider for migration.

## Path parameters

- `company` string, required

## Request body

- object
  - `signer_name` string, required — The name of the person who has permission to onboard on behalf of the company.
  - `signer_title` string, required — The title of the person who has permission to onboard on behalf of the company (e.g. "Officer", "Manager", etc.).
  - `email` string, required — The email of the person who has permission to onboard on behalf of the company
  - `signatory` string — The ID of the signatory object for this company. You may use either a signatory ID or the three body params above

## Response `200`

200

- object
  - `url` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/revisions/f46e28134549/schema)
