You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>Retrieves a paginated list of either deleted users or all users in a domain.
372
372
373
373
Args:
374
374
customFieldMask: string, A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when `projection=custom`.
375
375
customer: string, 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 your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). Either the `customer` or the `domain` parameter must be provided.
376
376
domain: string, 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.
377
+
event: string, Event on which subscription is intended (if subscribing)
378
+
Allowed values
379
+
eventUndefined -
380
+
add - User Created Event
381
+
delete - User Deleted Event
382
+
makeAdmin - User Admin Status Change Event
383
+
undelete - User Undeleted Event
384
+
update - User Updated Event
377
385
maxResults: integer, Maximum number of results to return.
378
386
orderBy: string, Property to use for sorting results.
Copy file name to clipboardExpand all lines: docs/dyn/admin_reports_v1.customerUsageReports.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ <h3>Method Details</h3>
116
116
"entity": { # Output only. Information about the type of the item.
117
117
"customerId": "A String", # Output only. The unique identifier of the customer's account.
118
118
"entityId": "A String", # Output only. Object key. Only relevant if entity.type = "OBJECT" Note: external-facing name of report is "Entities" rather than "Objects".
119
-
"profileId": "A String", # Output only. The user's immutable G Suite profile identifier.
119
+
"profileId": "A String", # Output only. The user's immutable Google Workspace profile identifier.
120
120
"type": "A String", # Output only. The type of item. The value is `user`.
121
121
"userEmail": "A String", # Output only. The user's email address. Only relevant if entity.type = "USER"
Copy file name to clipboardExpand all lines: docs/dyn/admin_reports_v1.entityUsageReports.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127
127
"entity": { # Output only. Information about the type of the item.
128
128
"customerId": "A String", # Output only. The unique identifier of the customer's account.
129
129
"entityId": "A String", # Output only. Object key. Only relevant if entity.type = "OBJECT" Note: external-facing name of report is "Entities" rather than "Objects".
130
-
"profileId": "A String", # Output only. The user's immutable G Suite profile identifier.
130
+
"profileId": "A String", # Output only. The user's immutable Google Workspace profile identifier.
131
131
"type": "A String", # Output only. The type of item. The value is `user`.
132
132
"userEmail": "A String", # Output only. The user's email address. Only relevant if entity.type = "USER"
Copy file name to clipboardExpand all lines: docs/dyn/admin_reports_v1.userUsageReport.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
94
94
<pre>Retrieves a report which is a collection of properties and statistics for a set of users with the account. For more information, see the User Usage Report guide. For more information about the user report's parameters, see the Users Usage parameters reference guides.
95
95
96
96
Args:
97
-
userKey: string, Represents the profile ID or the user email for which the data should be filtered. Can be `all` for all information, or `userKey` for a user's unique G Suite profile ID or their primary email address. (required)
97
+
userKey: string, Represents the profile ID or the user email for which the data should be filtered. Can be `all` for all information, or `userKey` for a user's unique Google Workspace profile ID or their primary email address. (required)
98
98
date: string, Represents the date the usage occurred. The timestamp is in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time zone for this. (required)
99
99
customerId: string, The unique ID of the customer to retrieve data for.
100
100
filters: string, The `filters` query string is a comma-separated list of an application's event parameters where the parameter's value is manipulated by a relational operator. The `filters` query string includes the name of the application whose usage is returned in the report. The application values for the Users Usage Report include `accounts`, `docs`, and `gmail`. Filters are in the form `[application name]:parameter name[parameter value],...`. In this example, the `<>` 'not equal to' operator is URL-encoded in the request's query string (%3C%3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 ?parameters=accounts:last_login_time &filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators include: - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<` - 'less than'. It is URL-encoded (%3C). - `<=` - 'less than or equal to'. It is URL-encoded (%3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - `>=` - 'greater than or equal to'. It is URL-encoded (%3E=).
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121
121
"entity": { # Output only. Information about the type of the item.
122
122
"customerId": "A String", # Output only. The unique identifier of the customer's account.
123
123
"entityId": "A String", # Output only. Object key. Only relevant if entity.type = "OBJECT" Note: external-facing name of report is "Entities" rather than "Objects".
124
-
"profileId": "A String", # Output only. The user's immutable G Suite profile identifier.
124
+
"profileId": "A String", # Output only. The user's immutable Google Workspace profile identifier.
125
125
"type": "A String", # Output only. The type of item. The value is `user`.
126
126
"userEmail": "A String", # Output only. The user's email address. Only relevant if entity.type = "USER"
0 commit comments