Actions
List Groups
Retrieves all groups of a domain or of a user given a userKey (paginated).
Basic Parameters
Parameter | Description |
---|---|
Customer ID | The unique ID for the customer’s Google Workspace account. You can’t use this field together with the user field. As an account administrator, you can also use the ‘my_customer’ alias to represent your account’s customer ID. The customer ID is also returned as part of the ListUsers action. |
Query | Query string search. For example: “name=Example”. Complete documentation is at https://developers.google.com/admin-sdk/directory/v1/guides/search-groups |
User | An email or an immutable ID of a user to list the groups of. Leave blank to list all groups. You can’t use this field together with the customer ID. |
Advanced Parameters
Parameter | Description |
---|---|
Delegated User Override | Perform 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. |
Example Output
Workflow Library Example
Sync Groups Between Google Workspace and Aws Sso
Preview this Workflow on desktop
Was this page helpful?