---
title: "Approve Trust Center access request"
method: POST
path: "/trust-centers/{slugId}/access-requests/{accessRequestId}/approve"
tags: ["Trust Centers"]
---

# Approve Trust Center access request

`POST /trust-centers/{slugId}/access-requests/{accessRequestId}/approve`

Approves an access request on a Trust Center.

## Path parameters

- `slugId` string, required
- `accessRequestId` string, required

## Request body

- ApproveTrustCenterAccessRequestInput
  - `expirationDate` string, date-time — The date access should expire for this viewer. If a date isn't provided, access will not expire.
  - `isNdaRequired` boolean — Whether to require an NDA for the viewer. Defaults to true.
  - `resourceIds` string[] — Identifiers for the resources that this viewer should have access to. If this field is omitted, the viewer will have access to all resources that they requested.
  - `accessLevel` 'FULL_ACCESS' | 'PARTIAL_ACCESS' — The access level of the viewer. FULL_ACCESS means having access to all resources on the trust center. PARTIAL_ACCESS means having access to all public resources and a select list of requestable resources.

## Response `204`

No content

---

[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)
