---
title: "Create user exemption from collaboration domain restrictions"
method: POST
path: "/collaboration_whitelist_exempt_targets"
tags: ["Domain restrictions (User exemptions)"]
---

# Create user exemption from collaboration domain restrictions

`POST /collaboration_whitelist_exempt_targets`

Exempts a user from the restrictions set out by the allowed list of domains
for collaborations.

## Request body

- object
  - `user` object, required — The user to exempt.
    - `id` string, required — The ID of the user to exempt.

## Response `200`

Returns a new exemption entry.

- CollaborationAllowlistExemptTarget — The user that is exempt from any of the restrictions imposed by the list of allowed collaboration domains for this enterprise.
  - `id` string — The unique identifier for this exemption.
  - `type` 'collaboration_whitelist_exempt_target' — The value will always be `collaboration_whitelist_exempt_target`.
  - `enterprise` object — The enterprise this entry belongs to.
    - `id` string — The unique identifier for this enterprise.
    - `type` 'enterprise' — The value will always be `enterprise`.
    - `name` string — The name of the enterprise.
  - `user` object — The user that has been exempt.
    - `id` string, required — The unique identifier for this user.
    - `type` 'user', required — The value will always be `user`.
    - `name` string — The display name of this user.
    - `login` string, email — The primary email address of this user.
  - `created_at` string, date-time — The time the entry was created.
  - `modified_at` string, date-time — The time the entry was modified.

## Other responses

- `default` — An unexpected client error.

---

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