---
title: "Add access list entries"
method: POST
path: "/v2/quotes/{quoteId}/access-list"
tags: ["Quote access list"]
---

# Add access list entries

`POST /v2/quotes/{quoteId}/access-list`

Share the quote by adding the emails of the intended recipients to this access list.

## Path parameters

- `quoteId` string, uuid, required

## Request body

- AddAccessListEntryPayload[]
  - `accountName` string
  - `accountRole` string
  - `accountType` 'user' | 'contact' | 'guest'
  - `email` string, required
  - `userId` string, uuid

## Response `201`

Created

- AccessListEntry[]
  - `accountName` string
  - `accountRole` string
  - `accountType` 'user' | 'contact' | 'guest', required
  - `email` string, required
  - `id` string, uuid, required
  - `link` string, required
  - `userId` string, uuid

## Other responses

- `400` — Bad Request
- `403` — Authorization Error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
