Skip to main content
API version 2024.0 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.
id
string
example: 11446498The unique identifier for the shield information barrier segment member.
type
string
example: shield_information_barrier_segment_memberThe type of the shield information barrier segment member.Value is always shield_information_barrier_segment_member
user
User (Base)object
The type and id of the requested shield information barrier segment member.
{
  "id": "11446498",
  "type": "shield_information_barrier_segment_member",
  "user": {
    "id": "11446498",
    "type": "user"
  }
}