GetMicrosoft365GroupMembers 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-msgraph-nar
DESCRIPTION¶
Retrieves Microsoft365 group members and emits a FlowFile for each change that occurs. This includes membership changes.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Authentication Service |
The service that provides authentication for the SharePoint API |
Fallback Retry Duration |
The time to wait before retrying the operation after a communication failure. This value is used when the response doesn’t contain a Retry-After header. |
Microsoft365 Group id |
Specifies a Microsoft365 group id to retrieve the members for. Supports Expression Language. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
not.found |
A FlowFile is routed here if the group was not found |
failure |
An incoming FlowFile is routed to this relationship if the group members could not be fetched |
success |
A FlowFile is routed here if the group members were successfully retrieved |
comms.failure |
A FlowFile is routed here if the processor failed to communicate with the Graph API. Can be retried |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
microsoft365.group.user.ids |
A comma-separated list of Microsoft365 user ids that are members of the Microsoft365 group. |
microsoft365.group.user.emails |
A comma-separated list of user emails that are members of the Microsoft365 group. |