Actions
List Users
Retrieves a paginated list of either deleted users or all users in a domain.
Basic Parameters
Parameter | Description |
---|---|
Customer ID | The unique ID for the customer’s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain. You can also use the my_customer alias to represent youraccount’s customerId . The customerId is also returned as part of the Usersresource. Either the customer or thedomain parameter must be provided. |
Domain | The domain name. Use this field to get fields from only one domain. To return all domains for a customer account, use the customer query parameter instead. Either the customer or the domain parameter must be provided. |
Query | Query string for searching user fields. For more information on constructing user queries, see Search for Users. |
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. |
Max Results | Maximum number of results to return. |
Page Token | Token to specify next page in the list. |
Example Output
Workflow Library Example
List Users with Google Workspace and Send Results Via Email
Preview this Workflow on desktop