GetBoxGroupMembers 2025.10.9.21

Bundle

org.apache.nifi | nifi-box-nar

Description

Retrieves members for a Box Group and writes their details in FlowFile attributes.

Tags

box, metadata, storage

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Box Client ServiceController Service used to obtain a Box API connection.
Group IDThe ID of the Group to retrieve members for

Relationships

NameDescription
failureThe FlowFile will be routed here when Group memberships retrieval was attempted but failed.
not.foundThe FlowFile will be routed here when the Group was not found.
successThe FlowFile will be routed here after successfully retrieving Group members.

Writes attributes

NameDescription
box.group.user.idsA comma-separated list of user IDs in the group.
box.group.user.loginsA comma-separated list of user Logins (emails) in the group.
error.codeAn http error code returned by Box.
error.messageAn error message returned by Box.