Retrieve a list of all members in a group.
External DocumentationTo learn more, visit the Google Admin Console documentation.

Basic Parameters

ParameterDescription
Customer IDThe unique ID for the customer’s Google Workspace account. As an account administrator, you can also use the my_customer alias to represent your account’s customer ID. The customer ID can be obtained by the List Users action.
Group KeyA unique identifier of the group for which to retrieve members. The value can be the group’s email address, group alias, or the unique group ID.
Include Derived MembershipSelect to list indirect memberships.
RolesFilter the retrieved group members by their role.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.
Max ResultsMaximum number of results to return. Max allowed value is 200.
Page TokenA page token, received from a previous execution. Provide this to retrieve the subsequent page. When paginating, all other parameters provided must match the execution that provided the page token.

Example Output

{
  "kind": string,
  "etag": string,
  "members": [
    {
      "kind": string,
      "email": string,
      "role": string,
      "etag": string,
      "type": string,
      "status": string,
      "delivery_settings": string,
      "id": string
    }
  ],
  "nextPageToken": string
}

Workflow Library Example

List Group Members with Google Admin Console and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop