---
title: "List users exempt from collaboration domain restrictions"
method: GET
path: "/collaboration_whitelist_exempt_targets"
tags: ["Domain restrictions (User exemptions)"]
---

# List users exempt from collaboration domain restrictions

`GET /collaboration_whitelist_exempt_targets`

Returns a list of users who have been exempt from the collaboration
domain restrictions.

## Query parameters

- `marker` string
- `limit` integer

## Response `200`

Returns a collection of user exemptions.

- CollaborationAllowlistExemptTargets — The part of an API response that describes marker based pagination.
  - `limit` integer — The limit that was used for these entries. This will be the same as the `limit` query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API.
  - `next_marker` string, nullable — The marker for the start of the next page of results.
  - `prev_marker` string, nullable — The marker for the start of the previous page of results.
  - `entries` CollaborationAllowlistExemptTarget[] — A list of users 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.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)
