---
title: "Create shield information barrier segment restriction"
method: POST
path: "/shield_information_barrier_segment_restrictions"
tags: ["Shield information barrier segment restrictions"]
---

# Create shield information barrier segment restriction

`POST /shield_information_barrier_segment_restrictions`

Creates a shield information barrier
segment restriction object.

## Request body

- object
  - `type` 'shield_information_barrier_segment_restriction', required — The type of the shield barrier segment restriction for this member.
  - `shield_information_barrier` ShieldInformationBarrierBase — A base 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.
  - `shield_information_barrier_segment` object, required — The `type` and `id` of the requested shield information barrier segment.
    - `id` string — The ID reference of the requesting shield information barrier segment.
    - `type` 'shield_information_barrier_segment' — The type of the shield barrier segment for this member.
  - `restricted_segment` object, required — The `type` and `id` of the restricted shield information barrier segment.
    - `id` string — The ID reference of the restricted shield information barrier segment.
    - `type` 'shield_information_barrier_segment' — The type of the restricted shield information barrier segment.

## Response `201`

Returns the newly created Shield
Information Barrier Segment Restriction object.

- ShieldInformationBarrierSegmentRestriction — A base representation of a segment restriction object for the shield information barrier.
  - `type` 'shield_information_barrier_segment_restriction' — Shield information barrier segment restriction.
  - `id` string — The unique identifier for the shield information barrier segment restriction.
  - `shield_information_barrier_segment` object, required — The `type` and `id` of the requested shield information barrier segment.
    - `id` string — The ID reference of the requesting shield information barrier segment.
    - `type` 'shield_information_barrier_segment' — The type of the shield information barrier segment.
  - `restricted_segment` object, required — The `type` and `id` of the restricted shield information barrier segment.
    - `id` string — The ID reference of the restricted shield information barrier segment.
    - `type` 'shield_information_barrier_segment' — The type of the shield information segment.
  - `shield_information_barrier` ShieldInformationBarrierBase — A base 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.
  - `created_at` string, date-time — ISO date time string when this shield information barrier Segment Restriction object was created.
  - `created_by` object — The user who created this shield information barrier segment Restriction.
    - `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 segment Restriction was updated.
  - `updated_by` object — The user that updated this shield information barrier segment Restriction.
    - `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 or segment was not found.
- `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/versions/ba8f087e1a4d/schema)
