---
title: "Get the signatories for a company"
method: GET
path: "/v1/companies/{company_uuid}/signatories"
tags: ["Signatories"]
---

# Get the signatories for a company

`GET /v1/companies/{company_uuid}/signatories`

Returns the signatories for a company. A company has at most one signatory.

## Related guides
- [Signatory Events](https://docs.gusto.com/embedded-payroll/docs/signatory-events)

scope: `signatories:read`

## Path parameters

- `company_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Successful

- Signatory[]
  - `uuid` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `title` string, nullable
  - `phone` string, nullable
  - `email` string
  - `birthday` string, nullable
  - `is_admin` boolean — Whether or not the signatory is also the payroll admin of the company.
  - `has_ssn` boolean — Indicates whether the signatory has an SSN in Gusto.
  - `version` string — The current version of the signatory. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field.
  - `identity_verification_status` 'Pass' | 'Fail' | 'Skipped', nullable — | | | |---|---| |__Status__| __Description__ | | Pass | Signatory can sign all forms | | Fail | Signatory cannot sign forms | | Skipped | Signatory cannot sign Form 8655 until the form is manually uploaded as wet-signed | | null | Identity verification process has not been completed |
  - `home_address` object, nullable
    - `street_1` string
    - `street_2` string
    - `city` string
    - `state` string
    - `zip` string
    - `country` string

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

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