Alaksiej Ščarbaty created NIFI-14333:
----------------------------------------
Summary: Create GetBoxGroupMembers processor
Key: NIFI-14333
URL: https://issues.apache.org/jira/browse/NIFI-14333
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Alaksiej Ščarbaty
A processor responsible for [retrieving
members|https://developer.box.com/reference/get-groups-id-memberships/] for a
BoxGroup.
h3. Input
Required.
Reads _box.group.id_ attribute.
h3. Output
|*Relationship Name*|*Description*|
|success|A FlowFile will be routed here for successfully retrieved Group
members.|
|failure|A FlowFile will be routed here for each Group for which the members
retrieval was attempted but failed.|
|not found|A FlowFile will be routed here for each Group which doesn’t exist.|
In case of success, the members are written into FlowFile attributes:
_box.group.user.ids_
_box.group.user.logins_
h3. Parameters
|*Name*|*Description*|*Example Value*|
|Box Client Service|Controller Service used to obtain a Box API
connection.|[BoxClientService instance]|
|Group ID|The ID of the Group to retrieve members for.
_Supports expression language._|${box.group.id}
12345|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)