---
title: "Share information request list with customer"
method: POST
path: "/audits/{auditId}/share-information-request-list"
tags: ["Audits"]
---

# Share information request list with customer

`POST /audits/{auditId}/share-information-request-list`

Shares the current information request list for an audit with the customer organization,
making it visible in their portal. This action allows the customer to see all information
requests that have been created for their audit. Only IRL audits are supported.

Rate limit: 10 requests / minute.

## Path parameters

- `auditId` string, required

## Response `200`

Ok

- Audit
  - `id` string, required — The unique identifier for the audit.
  - `customerOrganizationName` string, required — The domain name of the customer organization being audited (e.g. vanta.com)
  - `customerDisplayName` string, nullable, required — The human readable name of the customer organization being audited (e.g. Vanta)
  - `customerOrganizationId` string, required — The uuid of the customer organization being audited
  - `auditStartDate` string, date-time, required — The start of the audit window. This is also when data collection for audit starts.
  - `auditEndDate` string, date-time, required — The end of the audit window.
  - `earlyAccessStartsAt` string, date-time, nullable, required — Timestamp at which auditors gain access to the audit. Occurs before the audit window begins
  - `framework` string, required — The name of the framework for the audit
  - `displayName` string, required — The display name for the audit. Returns the custom audit name if set, otherwise returns the framework name.
  - `allowAuditorEmails` string[], required — Emails of auditors with access to audit
  - `allowAllAuditors` boolean, required — Set to true if all auditors in audit firm have access
  - `deletionDate` string, date-time, nullable, required — Timestamp when the audit was deleted
  - `creationDate` string, date-time, required — Timestamp when the audit was created
  - `modificationDate` string, date-time, nullable, required — Timestamp when the audit was updated
  - `completionDate` string, date-time, nullable, required — Timestamp when the audit was marked completed, and report was uploaded
  - `auditFocus` 'EXTERNAL' | 'INTERNAL', required
  - `auditorRequestListMetadata` object — Metadata about the auditor request list. This field is only present for IRL (Information Request List) based audits and will be undefined for standard audits. Use the presence of this field to differentiate between IRL and non-IRL audits.
    - `requestsSharedWithCustomer` string, date-time, nullable, required — Timestamp when information requests were shared with the customer. Null if not shared.

---

[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/versions/6c1f7590538b/schema)
