Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Shield information barrier segment member (Mini)

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

A mini representation of a shield information barrier segment member object.

This resource has a few variations that can be encountered when using the API.

The fields that are part of the mini variant are generally returned when the resource is nested within the response for another resource.

string
11446498

The unique identifier for the shield information barrier segment member.

string
shield_information_barrier_segment_member

The type of the shield information barrier segment member.

Value is always shield_information_barrier_segment_member

The type and id of the requested shield information barrier segment member.

Response Example

{
  "id": "11446498",
  "type": "shield_information_barrier_segment_member",
  "user": {
    "id": "11446498",
    "type": "user"
  }
}