Create shield information barrier

post
https://api.box.com/2.0
/shield_information_barriers

Creates a shield information barrier to separate individuals/groups within the same firm and prevents confidential information passing between them.

Request

Bearer [ACCESS_TOKEN]
application/json

Request Body

stringin bodyoptional
11446498

The unique identifier for the shield information barrier

stringin bodyoptional
shield_information_barrier

The type of the shield information barrier

Value is always shield_information_barrier

string / date-timein bodyoptional
2020-06-26T18:44:45.869Z

ISO date time string when this shield information barrier object was created.

User (Base) objectin body

The user who created this shield information barrier.

string / date-timein bodyoptional
2020-07-26T18:44:45.869Z

ISO date time string when this shield information barrier was enabled.

User (Base) objectin body

The user that enabled this shield information barrier.

The type and id of enterprise this barrier is under.

stringin bodyoptional
draft

Status of the shield information barrier

Value is one of draft,pending,disabled,enabled,invalid

string / date-timein bodyoptional
2020-07-26T18:44:45.869Z

ISO date time string when this shield information barrier was updated.

User (Base) objectin body

The user that updated this shield information barrier.

Response

Returns a new shield information barrier object.

application/jsonClient error

Returns an error if the enterprise was not found.

application/jsonClient error

An unexpected client error.

post
Create shield information barrier
You can now try out some of our APIs live, right here in the documentation.
Log in

Response Example

{
  "id": 11446498,
  "type": "shield_information_barrier",
  "created_at": "2020-06-26T18:44:45.869Z",
  "created_by": {
    "id": 11446498,
    "type": "user"
  },
  "enabled_at": "2020-07-26T18:44:45.869Z",
  "enabled_by": {
    "id": 11446498,
    "type": "user"
  },
  "enterprise": {
    "id": 1910967,
    "type": "enterprise"
  },
  "status": "draft",
  "updated_at": "2020-07-26T18:44:45.869Z",
  "updated_by": {
    "id": 11446498,
    "type": "user"
  }
}