---
title: "Create an auditor"
method: POST
path: "/auditors"
tags: ["Auditors"]
---

# Create an auditor

`POST /auditors`

Create an auditor in Vanta.

Rate limit: 10 requests / minute.

## Request body

- AddAuditorInput
  - `email` string, required — Email of the new user.
  - `givenName` string, required — First name of the new user.
  - `familyName` string, required — Last name of the new user.

## Response `200`

Ok

- Auditor
  - `id` string, required
  - `organizationId` string, required — The unique identifier for the organization.
  - `email` string, required — The email address of the auditor.
  - `givenName` string, required — The given name (first name) of the auditor.
  - `familyName` string, required — The family name (last name) of the auditor.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
