GetSharepointSiteGroupMembers 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-sharepoint-rest-nar
DESCRIPTION¶
Retrieves all members of a SharePoint site group.
TAGS¶
groups, membership, microsoft, openflow, sharepoint
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Group ID |
The ID of the SharePoint group. |
OAuth2 Access Token Provider |
Enables managed retrieval of OAuth2 Bearer Token. |
Site URL |
The URL of the SharePoint site. |
Web Client Service |
The Web Client Service to use for communicating with Sharepoint. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
A FlowFile is routed here if the group members could not be fetched |
comms.failure |
A FlowFile is routed here if the processor failed to communicate with Sharepoint. Can be retried |
success |
A FlowFile is routed here if the group members were successfully retrieved |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
sharepoint.group.user.ids |
The IDs of the users in the SharePoint site group. |
sharepoint.group.user.emails |
The emails of the users in the SharePoint site group. |