GetMicrosoft365GroupMembers 2025.10.9.21

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.

Tags

cdc, document, graph, library, microsoft, sharepoint, unstructured

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Authentication ServiceThe service that provides authentication for the SharePoint API
Fallback Retry DurationThe 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 idSpecifies a Microsoft365 group id to retrieve the members for. Supports Expression Language.

Relationships

NameDescription
comms.failureA FlowFile is routed here if the processor failed to communicate with the Graph API. Can be retried
failureAn incoming FlowFile is routed to this relationship if the group members could not be fetched
not.foundA FlowFile is routed here if the group was not found
successA FlowFile is routed here if the group members were successfully retrieved

Writes attributes

NameDescription
microsoft365.group.user.idsA comma-separated list of Microsoft365 user ids that are members of the Microsoft365 group.
microsoft365.group.user.emailsA comma-separated list of user emails that are members of the Microsoft365 group.