GetBoxGroupMembers 2.3.0

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
Relationships
Name Description
failure The FlowFile will be routed here when Group memberships retrieval was attempted but failed.
not.found The FlowFile will be routed here when the Group was not found.
success The FlowFile will be routed here after successfully retrieving Group members.
Reads Attributes
Name Description
box.group.id The ID of the Group to retrieve members for.
Writes Attributes
Name Description
box.group.user.ids A comma-separated list of user IDs in the group.
box.group.user.logins A comma-separated list of user Logins (emails) in the group.
error.code An http error code returned by Box.
error.message An error message returned by Box.