v1

latestOpenAPI 3.0.1Vanta Terms of Service2026-07-26327517821.8 KB
Auditors

Create an auditor

Create an auditor in Vanta.

Rate limit: 10 requests / minute.

post/auditors

Request body

emailstring required

Email of the new user.

givenNamestring required

First name of the new user.

familyNamestring required

Last name of the new user.

Example request

{
  "email": "auditor@example.com",
  "givenName": "Sam",
  "familyName": "Auditor"
}

Response

Ok

idstring required
organizationIdstring required

The unique identifier for the organization.

emailstring required

The email address of the auditor.

givenNamestring required

The given name (first name) of the auditor.

familyNamestring required

The family name (last name) of the auditor.