GetBoxGroupMembers 2025.5.31.15¶
Bundle¶
org.apache.nifi | nifi-box-nar
Description¶
Retrieves members for a Box Group and writes their details in FlowFile attributes.
Input Requirement¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
Properties¶
Property |
Description |
---|---|
Group ID |
The ID of the Group to retrieve members for |
box-client-service |
Controller Service used to obtain a Box API connection. |
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. |
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. |