ListGoogleGroups 2025.10.9.21

Bundle

com.snowflake.openflow.runtime | runtime-google-drive-nar

Description

Lists all of the groups for a given domain in Google Workspace. It supports an optional ‘Query’ to filter the groups. The retrieved group metadata (id, etag, email, name, directMembersCount, description) are output to a Record Writer.

Tags

cloud, directory, domain, gcp, google, groups, list

Input Requirement

ALLOWED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Custom QueryCustom query to filter the returned groups. For example, ‘email=test-*’. See Google’s Admin SDK Directory API documentation for supported syntax.
GCP Credentials ServiceController Service used to obtain Google Cloud Platform credentials.
Google DomainDomain name to list Google Groups (e.g., ‘example.com’).
Record WriterRecord writer used for writing out the records of retrieved Google Groups.

Relationships

NameDescription
failureFlowFiles are routed here if the processor fails to retrieve Google Groups.
retryFlowFiles are routed here if a transient failure occurs (e.g. rate-limited, socket timeouts) and should be retried.
successA FlowFile containing a record set of the groups is routed here upon success.

Writes attributes

NameDescription
record.countThe number of records (groups) returned.
mime.typeThe MIME type for the resulting FlowFile.

See also