---
title: "Add domain to list of allowed collaboration domains"
method: POST
path: "/collaboration_whitelist_entries"
tags: ["Domain restrictions for collaborations"]
---

# Add domain to list of allowed collaboration domains

`POST /collaboration_whitelist_entries`

Creates a new entry in the list of allowed domains to allow
collaboration for.

## Request body

- object
  - `domain` string, required — The domain to add to the list of allowed domains.
  - `direction` 'inbound' | 'outbound' | 'both', required — The direction in which to allow collaborations.

## Response `200`

Returns a new entry on the list of allowed domains.

- CollaborationAllowlistEntry — An entry that describes an approved domain for which users can collaborate with files and folders in your enterprise or vice versa.
  - `id` string — The unique identifier for this entry.
  - `type` 'collaboration_whitelist_entry' — The value will always be `collaboration_whitelist_entry`.
  - `domain` string — The whitelisted domain.
  - `direction` 'inbound' | 'outbound' | 'both' — The direction of the collaborations to allow.
  - `enterprise` object — The enterprise this list is applied to.
    - `id` string — The unique identifier for this enterprise.
    - `type` 'enterprise' — The value will always be `enterprise`.
    - `name` string — The name of the enterprise.
  - `created_at` string, date-time — The time the entry was created at.

## Other responses

- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
