v1

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

Get user exempt from collaboration domain restrictions

Returns a users who has been exempt from the collaboration domain restrictions.

get/collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}

Path parameters

collaboration_whitelist_exempt_target_idstring required

The ID of the exemption to the list.

Response

Returns the user's exempted from the list of collaboration domains.

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"
}