---
title: "Add changed status of shield information barrier with specified ID"
method: POST
path: "/shield_information_barriers/change_status"
tags: ["Shield information barriers"]
---

# Add changed status of shield information barrier with specified ID

`POST /shield_information_barriers/change_status`

Change status of shield information barrier with the specified ID.

## Request body

- object
  - `id` string, required — The ID of the shield information barrier.
  - `status` 'pending' | 'disabled', required — The desired status for the shield information barrier.

## Response `200`

Returns the updated shield information barrier object.

- ShieldInformationBarrier — A standard representation of a shield information barrier object.
  - `id` string — The unique identifier for the shield information barrier.
  - `type` 'shield_information_barrier' — The type of the shield information barrier.
  - `enterprise` EnterpriseBase — A representation of a enterprise, used when nested within another resource.
    - `id` string — The unique identifier for this enterprise.
    - `type` 'enterprise' — The value will always be `enterprise`.
  - `status` 'draft' | 'pending' | 'disabled' | 'enabled' | 'invalid' — Status of the shield information barrier.
  - `created_at` string, date-time — ISO date time string when this shield information barrier object was created.
  - `created_by` UserBase — A mini representation of a user, used when nested within another resource.
    - `id` string, required — The unique identifier for this user.
    - `type` 'user', required — The value will always be `user`.
  - `updated_at` string, date-time — ISO date time string when this shield information barrier was updated.
  - `updated_by` UserBase — A mini representation of a user, used when nested within another resource.
    - `id` string, required — The unique identifier for this user.
    - `type` 'user', required — The value will always be `user`.
  - `enabled_at` string, date-time — ISO date time string when this shield information barrier was enabled.
  - `enabled_by` object — The user that enabled this shield information barrier.
    - `id` string, required — The unique identifier for this user.
    - `type` 'user', required — The value will always be `user`.

## Other responses

- `404` — Returns a `not_found` error if the shield information barrier was not found.
- `409` — Returns an error if there exists Conflicts with existing information barriers.
- `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)
