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.
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. |