v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
Domain restrictions (User exemptions)

Create user exemption from collaboration domain restrictions

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

post/collaboration_whitelist_exempt_targets

Request body

Example request

{
  "user": {
    "id": "23522323"
  }
}

Response

Returns a new exemption entry.

idstring

The unique identifier for this exemption.

type'collaboration_whitelist_exempt_target'

The value will always be collaboration_whitelist_exempt_target.

created_atstring date-time

The time the entry was created.

modified_atstring date-time

The time the entry was modified.

Example response

{
  "id": "11446498",
  "type": "collaboration_whitelist_exempt_target",
  "enterprise": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  },
  "user": {
    "id": "11446498",
    "type": "user",
    "name": "Aaron Levie",
    "login": "ceo@example.com"
  },
  "created_at": "2012-12-12T10:53:43-08:00",
  "modified_at": "2012-12-12T10:53:43-08:00"
}