Adds a Box user to a shield information barrier segment for compliance and information security. This assigns users to segments that restrict collaboration between departments (e.g., Investment Banking vs Research in financial institutions). Users can only belong to ONE segment…
typestringThe type of the object. Must be 'shield_information_barrier_segment_member' if provided. This is an optional field that defaults to the correct value.
user__idRequiredstring**Required**. The ID of the Box user to add as a member of the segment. Obtain this from get_current_user, list_enterprise_users, or other user-related actions. The user must exist in the same enterprise.
user__typestringThe type of the user object. Must be 'user'. This field has a sensible default value and typically doesn't need to be explicitly provided.
shield__information__barrier__idstring(Optional) The unique identifier for the shield information barrier. If not provided, the system will infer it from the segment.
shield__information__barrier__typestring(Optional) The type of the shield information barrier object. Must be 'shield_information_barrier' if provided.
shield__information__barrier__segment__idRequiredstring**Required**. The unique ID of the shield information barrier segment to which the user will be added. Obtain this from list_shield_information_barrier_segments or create_shield_information_barrier_segment actions. A user can only belong to one segment.
shield__information__barrier__segment__typestringThe type of the shield barrier segment object. Must be 'shield_information_barrier_segment'. This field has a sensible default and typically doesn't need to be provided.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.