blob: 9e2ab625c03038206cbd09f91652a87e4b757d98 [file] [log] [blame]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="admin_directory_v1.html">Admin SDK</a> . <a href="admin_directory_v1.users.html">users</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="admin_directory_v1.users.aliases.html">aliases()</a></code>
</p>
<p class="firstline">Returns the aliases Resource.</p>
<p class="toc_element">
<code><a href="admin_directory_v1.users.photos.html">photos()</a></code>
</p>
<p class="firstline">Returns the photos Resource.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#delete">delete(userKey, x__xgafv=None)</a></code></p>
<p class="firstline">Delete user</p>
<p class="toc_element">
<code><a href="#get">get(userKey, customFieldMask=None, projection=None, viewType=None, x__xgafv=None)</a></code></p>
<p class="firstline">retrieve user</p>
<p class="toc_element">
<code><a href="#insert">insert(body=None, x__xgafv=None)</a></code></p>
<p class="firstline">create user.</p>
<p class="toc_element">
<code><a href="#list">list(pageToken=None, query=None, maxResults=None, viewType=None, showDeleted=None, projection=None, sortOrder=None, domain=None, customer=None, orderBy=None, customFieldMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieve either deleted users or all users in a domain (paginated)</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#makeAdmin">makeAdmin(userKey, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">change admin status of a user</p>
<p class="toc_element">
<code><a href="#patch">patch(userKey, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Patch Users via Apiary Patch Orchestration</p>
<p class="toc_element">
<code><a href="#signOut">signOut(userKey, x__xgafv=None)</a></code></p>
<p class="firstline">Sign a user out of all web and device sessions and reset their sign-in cookies. User will have to sign in by authenticating again.</p>
<p class="toc_element">
<code><a href="#undelete">undelete(userKey, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Undelete a deleted user</p>
<p class="toc_element">
<code><a href="#update">update(userKey, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">update user</p>
<p class="toc_element">
<code><a href="#watch">watch(body=None, sortOrder=None, pageToken=None, customer=None, viewType=None, projection=None, maxResults=None, domain=None, customFieldMask=None, orderBy=None, showDeleted=None, event=None, query=None, x__xgafv=None)</a></code></p>
<p class="firstline">Watch for changes in users list</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="delete">delete(userKey, x__xgafv=None)</code>
<pre>Delete user
Args:
userKey: string, Email or immutable ID of the user (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
</pre>
</div>
<div class="method">
<code class="details" id="get">get(userKey, customFieldMask=None, projection=None, viewType=None, x__xgafv=None)</code>
<pre>retrieve user
Args:
userKey: string, Email or immutable ID of the user (required)
customFieldMask: string, Comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom.
projection: string, What subset of fields to fetch for this user.
Allowed values
projectionUndefined -
basic - Do not include any custom fields for the user.
custom - Include custom fields from schemas mentioned in customFieldMask.
full - Include all fields associated with this user.
viewType: string, Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
Allowed values
view_type_undefined -
admin_view - Fetches the ADMIN_VIEW of the user.
domain_public - Fetches the DOMAIN_PUBLIC view of the user.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;external_ids&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;relations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;addresses&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;organizations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;phones&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;languages&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;posix_accounts&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;ssh_public_keys&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;notes&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;websites&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;locations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;keywords&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;gender&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;thumbnail_photo_etag&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber)
&quot;notes&quot;: &quot;&quot;, # Notes of User
&quot;deletionTime&quot;: &quot;A String&quot;,
&quot;hashFunction&quot;: &quot;A String&quot;, # Hash function name for password. Supported are MD5, SHA-1 and crypt
&quot;gender&quot;: &quot;&quot;, # Gender of User
&quot;lastLoginTime&quot;: &quot;A String&quot;, # User&#x27;s last login time. (Read-only)
&quot;includeInGlobalAddressList&quot;: True or False, # Boolean indicating if user is included in Global Address List
&quot;isEnrolledIn2Sv&quot;: True or False, # Output only. Is enrolled in 2-step verification (Read-only)
&quot;recoveryEmail&quot;: &quot;A String&quot;, # Recovery email of the user.
&quot;customSchemas&quot;: { # Custom fields of the user.
&quot;a_key&quot;: { # JSON template for a set of custom properties (i.e. all fields in a particular schema)
&quot;a_key&quot;: &quot;&quot;,
},
},
&quot;languages&quot;: &quot;&quot;, # Languages of User
&quot;nonEditableAliases&quot;: [ # Output only. List of non editable aliases (Read-only)
&quot;A String&quot;,
],
&quot;thumbnailPhotoEtag&quot;: &quot;A String&quot;, # Output only. ETag of the user&#x27;s photo (Read-only)
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
&quot;posixAccounts&quot;: &quot;&quot;, # The POSIX accounts of User
&quot;thumbnailPhotoUrl&quot;: &quot;A String&quot;, # Output only. Photo Url of the user (Read-only)
&quot;relations&quot;: &quot;&quot;, # The Relations of User *
&quot;suspensionReason&quot;: &quot;A String&quot;, # Output only. Suspension reason if user is suspended (Read-only)
&quot;recoveryPhone&quot;: &quot;A String&quot;, # Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.
&quot;sshPublicKeys&quot;: &quot;&quot;, # The SSH public keys of User
&quot;phones&quot;: &quot;&quot;, # Phone numbers of User
&quot;changePasswordAtNextLogin&quot;: True or False, # Boolean indicating if the user should change password in next login
&quot;ipWhitelisted&quot;: True or False, # Boolean indicating if ip is whitelisted
&quot;suspended&quot;: True or False, # Indicates if user is suspended.
&quot;password&quot;: &quot;A String&quot;, # User&#x27;s password
&quot;customerId&quot;: &quot;A String&quot;, # Output only. CustomerId of User (Read-only)
&quot;organizations&quot;: &quot;&quot;, # Organizations of User
&quot;locations&quot;: &quot;&quot;, # Locations of User
&quot;etag&quot;: &quot;A String&quot;, # Output only. ETag of the resource.
&quot;id&quot;: &quot;A String&quot;, # Unique identifier of User (Read-only)
&quot;isDelegatedAdmin&quot;: True or False, # Output only. Boolean indicating if the user is delegated admin (Read-only)
&quot;kind&quot;: &quot;admin#directory#user&quot;, # Output only. Kind of resource this is.
&quot;creationTime&quot;: &quot;A String&quot;, # User&#x27;s G Suite account creation time. (Read-only)
&quot;primaryEmail&quot;: &quot;A String&quot;, # username of User
&quot;emails&quot;: &quot;&quot;, # Emails of User
&quot;agreedToTerms&quot;: True or False, # Output only. Indicates if user has agreed to terms (Read-only)
&quot;addresses&quot;: &quot;&quot;, # Addresses of User
&quot;isMailboxSetup&quot;: True or False, # Output only. Is mailbox setup (Read-only)
&quot;ims&quot;: &quot;&quot;, # User&#x27;s Instant Messenger
&quot;isAdmin&quot;: True or False, # Output only. Boolean indicating if the user is admin (Read-only)
&quot;keywords&quot;: &quot;&quot;, # Keywords of User
&quot;name&quot;: { # User&#x27;s name
&quot;givenName&quot;: &quot;A String&quot;, # First Name
&quot;fullName&quot;: &quot;A String&quot;, # Full Name
&quot;familyName&quot;: &quot;A String&quot;, # Last Name
},
&quot;aliases&quot;: [ # Output only. List of aliases (Read-only)
&quot;A String&quot;,
],
&quot;websites&quot;: &quot;&quot;, # Websites of User
&quot;archived&quot;: True or False, # Indicates if user is archived.
&quot;isEnforcedIn2Sv&quot;: True or False, # Output only. Is 2-step verification enforced (Read-only)
&quot;externalIds&quot;: &quot;&quot;, # The external Ids of User *
}</pre>
</div>
<div class="method">
<code class="details" id="insert">insert(body=None, x__xgafv=None)</code>
<pre>create user.
Args:
body: object, The request body.
The object takes the form of:
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;external_ids&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;relations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;addresses&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;organizations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;phones&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;languages&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;posix_accounts&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;ssh_public_keys&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;notes&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;websites&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;locations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;keywords&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;gender&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;thumbnail_photo_etag&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber)
&quot;notes&quot;: &quot;&quot;, # Notes of User
&quot;deletionTime&quot;: &quot;A String&quot;,
&quot;hashFunction&quot;: &quot;A String&quot;, # Hash function name for password. Supported are MD5, SHA-1 and crypt
&quot;gender&quot;: &quot;&quot;, # Gender of User
&quot;lastLoginTime&quot;: &quot;A String&quot;, # User&#x27;s last login time. (Read-only)
&quot;includeInGlobalAddressList&quot;: True or False, # Boolean indicating if user is included in Global Address List
&quot;isEnrolledIn2Sv&quot;: True or False, # Output only. Is enrolled in 2-step verification (Read-only)
&quot;recoveryEmail&quot;: &quot;A String&quot;, # Recovery email of the user.
&quot;customSchemas&quot;: { # Custom fields of the user.
&quot;a_key&quot;: { # JSON template for a set of custom properties (i.e. all fields in a particular schema)
&quot;a_key&quot;: &quot;&quot;,
},
},
&quot;languages&quot;: &quot;&quot;, # Languages of User
&quot;nonEditableAliases&quot;: [ # Output only. List of non editable aliases (Read-only)
&quot;A String&quot;,
],
&quot;thumbnailPhotoEtag&quot;: &quot;A String&quot;, # Output only. ETag of the user&#x27;s photo (Read-only)
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
&quot;posixAccounts&quot;: &quot;&quot;, # The POSIX accounts of User
&quot;thumbnailPhotoUrl&quot;: &quot;A String&quot;, # Output only. Photo Url of the user (Read-only)
&quot;relations&quot;: &quot;&quot;, # The Relations of User *
&quot;suspensionReason&quot;: &quot;A String&quot;, # Output only. Suspension reason if user is suspended (Read-only)
&quot;recoveryPhone&quot;: &quot;A String&quot;, # Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.
&quot;sshPublicKeys&quot;: &quot;&quot;, # The SSH public keys of User
&quot;phones&quot;: &quot;&quot;, # Phone numbers of User
&quot;changePasswordAtNextLogin&quot;: True or False, # Boolean indicating if the user should change password in next login
&quot;ipWhitelisted&quot;: True or False, # Boolean indicating if ip is whitelisted
&quot;suspended&quot;: True or False, # Indicates if user is suspended.
&quot;password&quot;: &quot;A String&quot;, # User&#x27;s password
&quot;customerId&quot;: &quot;A String&quot;, # Output only. CustomerId of User (Read-only)
&quot;organizations&quot;: &quot;&quot;, # Organizations of User
&quot;locations&quot;: &quot;&quot;, # Locations of User
&quot;etag&quot;: &quot;A String&quot;, # Output only. ETag of the resource.
&quot;id&quot;: &quot;A String&quot;, # Unique identifier of User (Read-only)
&quot;isDelegatedAdmin&quot;: True or False, # Output only. Boolean indicating if the user is delegated admin (Read-only)
&quot;kind&quot;: &quot;admin#directory#user&quot;, # Output only. Kind of resource this is.
&quot;creationTime&quot;: &quot;A String&quot;, # User&#x27;s G Suite account creation time. (Read-only)
&quot;primaryEmail&quot;: &quot;A String&quot;, # username of User
&quot;emails&quot;: &quot;&quot;, # Emails of User
&quot;agreedToTerms&quot;: True or False, # Output only. Indicates if user has agreed to terms (Read-only)
&quot;addresses&quot;: &quot;&quot;, # Addresses of User
&quot;isMailboxSetup&quot;: True or False, # Output only. Is mailbox setup (Read-only)
&quot;ims&quot;: &quot;&quot;, # User&#x27;s Instant Messenger
&quot;isAdmin&quot;: True or False, # Output only. Boolean indicating if the user is admin (Read-only)
&quot;keywords&quot;: &quot;&quot;, # Keywords of User
&quot;name&quot;: { # User&#x27;s name
&quot;givenName&quot;: &quot;A String&quot;, # First Name
&quot;fullName&quot;: &quot;A String&quot;, # Full Name
&quot;familyName&quot;: &quot;A String&quot;, # Last Name
},
&quot;aliases&quot;: [ # Output only. List of aliases (Read-only)
&quot;A String&quot;,
],
&quot;websites&quot;: &quot;&quot;, # Websites of User
&quot;archived&quot;: True or False, # Indicates if user is archived.
&quot;isEnforcedIn2Sv&quot;: True or False, # Output only. Is 2-step verification enforced (Read-only)
&quot;externalIds&quot;: &quot;&quot;, # The external Ids of User *
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;external_ids&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;relations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;addresses&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;organizations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;phones&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;languages&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;posix_accounts&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;ssh_public_keys&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;notes&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;websites&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;locations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;keywords&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;gender&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;thumbnail_photo_etag&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber)
&quot;notes&quot;: &quot;&quot;, # Notes of User
&quot;deletionTime&quot;: &quot;A String&quot;,
&quot;hashFunction&quot;: &quot;A String&quot;, # Hash function name for password. Supported are MD5, SHA-1 and crypt
&quot;gender&quot;: &quot;&quot;, # Gender of User
&quot;lastLoginTime&quot;: &quot;A String&quot;, # User&#x27;s last login time. (Read-only)
&quot;includeInGlobalAddressList&quot;: True or False, # Boolean indicating if user is included in Global Address List
&quot;isEnrolledIn2Sv&quot;: True or False, # Output only. Is enrolled in 2-step verification (Read-only)
&quot;recoveryEmail&quot;: &quot;A String&quot;, # Recovery email of the user.
&quot;customSchemas&quot;: { # Custom fields of the user.
&quot;a_key&quot;: { # JSON template for a set of custom properties (i.e. all fields in a particular schema)
&quot;a_key&quot;: &quot;&quot;,
},
},
&quot;languages&quot;: &quot;&quot;, # Languages of User
&quot;nonEditableAliases&quot;: [ # Output only. List of non editable aliases (Read-only)
&quot;A String&quot;,
],
&quot;thumbnailPhotoEtag&quot;: &quot;A String&quot;, # Output only. ETag of the user&#x27;s photo (Read-only)
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
&quot;posixAccounts&quot;: &quot;&quot;, # The POSIX accounts of User
&quot;thumbnailPhotoUrl&quot;: &quot;A String&quot;, # Output only. Photo Url of the user (Read-only)
&quot;relations&quot;: &quot;&quot;, # The Relations of User *
&quot;suspensionReason&quot;: &quot;A String&quot;, # Output only. Suspension reason if user is suspended (Read-only)
&quot;recoveryPhone&quot;: &quot;A String&quot;, # Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.
&quot;sshPublicKeys&quot;: &quot;&quot;, # The SSH public keys of User
&quot;phones&quot;: &quot;&quot;, # Phone numbers of User
&quot;changePasswordAtNextLogin&quot;: True or False, # Boolean indicating if the user should change password in next login
&quot;ipWhitelisted&quot;: True or False, # Boolean indicating if ip is whitelisted
&quot;suspended&quot;: True or False, # Indicates if user is suspended.
&quot;password&quot;: &quot;A String&quot;, # User&#x27;s password
&quot;customerId&quot;: &quot;A String&quot;, # Output only. CustomerId of User (Read-only)
&quot;organizations&quot;: &quot;&quot;, # Organizations of User
&quot;locations&quot;: &quot;&quot;, # Locations of User
&quot;etag&quot;: &quot;A String&quot;, # Output only. ETag of the resource.
&quot;id&quot;: &quot;A String&quot;, # Unique identifier of User (Read-only)
&quot;isDelegatedAdmin&quot;: True or False, # Output only. Boolean indicating if the user is delegated admin (Read-only)
&quot;kind&quot;: &quot;admin#directory#user&quot;, # Output only. Kind of resource this is.
&quot;creationTime&quot;: &quot;A String&quot;, # User&#x27;s G Suite account creation time. (Read-only)
&quot;primaryEmail&quot;: &quot;A String&quot;, # username of User
&quot;emails&quot;: &quot;&quot;, # Emails of User
&quot;agreedToTerms&quot;: True or False, # Output only. Indicates if user has agreed to terms (Read-only)
&quot;addresses&quot;: &quot;&quot;, # Addresses of User
&quot;isMailboxSetup&quot;: True or False, # Output only. Is mailbox setup (Read-only)
&quot;ims&quot;: &quot;&quot;, # User&#x27;s Instant Messenger
&quot;isAdmin&quot;: True or False, # Output only. Boolean indicating if the user is admin (Read-only)
&quot;keywords&quot;: &quot;&quot;, # Keywords of User
&quot;name&quot;: { # User&#x27;s name
&quot;givenName&quot;: &quot;A String&quot;, # First Name
&quot;fullName&quot;: &quot;A String&quot;, # Full Name
&quot;familyName&quot;: &quot;A String&quot;, # Last Name
},
&quot;aliases&quot;: [ # Output only. List of aliases (Read-only)
&quot;A String&quot;,
],
&quot;websites&quot;: &quot;&quot;, # Websites of User
&quot;archived&quot;: True or False, # Indicates if user is archived.
&quot;isEnforcedIn2Sv&quot;: True or False, # Output only. Is 2-step verification enforced (Read-only)
&quot;externalIds&quot;: &quot;&quot;, # The external Ids of User *
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(pageToken=None, query=None, maxResults=None, viewType=None, showDeleted=None, projection=None, sortOrder=None, domain=None, customer=None, orderBy=None, customFieldMask=None, x__xgafv=None)</code>
<pre>Retrieve either deleted users or all users in a domain (paginated)
Args:
pageToken: string, Token to specify next page in the list
query: string, Query string search. Should be of the form &quot;&quot;. Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-users
maxResults: integer, Maximum number of results to return.
viewType: string, Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
Allowed values
view_type_undefined -
admin_view - Fetches the ADMIN_VIEW of the user.
domain_public - Fetches the DOMAIN_PUBLIC view of the user.
showDeleted: string, If set to true, retrieves the list of deleted users. (Default: false)
projection: string, What subset of fields to fetch for this user.
Allowed values
projectionUndefined -
basic - Do not include any custom fields for the user.
custom - Include custom fields from schemas mentioned in customFieldMask.
full - Include all fields associated with this user.
sortOrder: string, Whether to return results in ascending or descending order.
Allowed values
SORT_ORDER_UNDEFINED -
ASCENDING - Ascending order.
DESCENDING - Descending order.
domain: string, Name of the domain. Fill this field to get users from only this domain. To return all users in a multi-domain fill customer field instead.
customer: string, Immutable ID of the G Suite account. In case of multi-domain, to fetch all users for a customer, fill this field instead of domain.
orderBy: string, Column to use for sorting results
Allowed values
orderByUndefined -
email - Primary email of the user.
familyName - User&#x27;s family name.
givenName - User&#x27;s given name.
customFieldMask: string, Comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber)
&quot;users&quot;: [ # List of user objects.
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;external_ids&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;relations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;addresses&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;organizations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;phones&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;languages&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;posix_accounts&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;ssh_public_keys&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;notes&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;websites&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;locations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;keywords&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;gender&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;thumbnail_photo_etag&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber)
&quot;notes&quot;: &quot;&quot;, # Notes of User
&quot;deletionTime&quot;: &quot;A String&quot;,
&quot;hashFunction&quot;: &quot;A String&quot;, # Hash function name for password. Supported are MD5, SHA-1 and crypt
&quot;gender&quot;: &quot;&quot;, # Gender of User
&quot;lastLoginTime&quot;: &quot;A String&quot;, # User&#x27;s last login time. (Read-only)
&quot;includeInGlobalAddressList&quot;: True or False, # Boolean indicating if user is included in Global Address List
&quot;isEnrolledIn2Sv&quot;: True or False, # Output only. Is enrolled in 2-step verification (Read-only)
&quot;recoveryEmail&quot;: &quot;A String&quot;, # Recovery email of the user.
&quot;customSchemas&quot;: { # Custom fields of the user.
&quot;a_key&quot;: { # JSON template for a set of custom properties (i.e. all fields in a particular schema)
&quot;a_key&quot;: &quot;&quot;,
},
},
&quot;languages&quot;: &quot;&quot;, # Languages of User
&quot;nonEditableAliases&quot;: [ # Output only. List of non editable aliases (Read-only)
&quot;A String&quot;,
],
&quot;thumbnailPhotoEtag&quot;: &quot;A String&quot;, # Output only. ETag of the user&#x27;s photo (Read-only)
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
&quot;posixAccounts&quot;: &quot;&quot;, # The POSIX accounts of User
&quot;thumbnailPhotoUrl&quot;: &quot;A String&quot;, # Output only. Photo Url of the user (Read-only)
&quot;relations&quot;: &quot;&quot;, # The Relations of User *
&quot;suspensionReason&quot;: &quot;A String&quot;, # Output only. Suspension reason if user is suspended (Read-only)
&quot;recoveryPhone&quot;: &quot;A String&quot;, # Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.
&quot;sshPublicKeys&quot;: &quot;&quot;, # The SSH public keys of User
&quot;phones&quot;: &quot;&quot;, # Phone numbers of User
&quot;changePasswordAtNextLogin&quot;: True or False, # Boolean indicating if the user should change password in next login
&quot;ipWhitelisted&quot;: True or False, # Boolean indicating if ip is whitelisted
&quot;suspended&quot;: True or False, # Indicates if user is suspended.
&quot;password&quot;: &quot;A String&quot;, # User&#x27;s password
&quot;customerId&quot;: &quot;A String&quot;, # Output only. CustomerId of User (Read-only)
&quot;organizations&quot;: &quot;&quot;, # Organizations of User
&quot;locations&quot;: &quot;&quot;, # Locations of User
&quot;etag&quot;: &quot;A String&quot;, # Output only. ETag of the resource.
&quot;id&quot;: &quot;A String&quot;, # Unique identifier of User (Read-only)
&quot;isDelegatedAdmin&quot;: True or False, # Output only. Boolean indicating if the user is delegated admin (Read-only)
&quot;kind&quot;: &quot;admin#directory#user&quot;, # Output only. Kind of resource this is.
&quot;creationTime&quot;: &quot;A String&quot;, # User&#x27;s G Suite account creation time. (Read-only)
&quot;primaryEmail&quot;: &quot;A String&quot;, # username of User
&quot;emails&quot;: &quot;&quot;, # Emails of User
&quot;agreedToTerms&quot;: True or False, # Output only. Indicates if user has agreed to terms (Read-only)
&quot;addresses&quot;: &quot;&quot;, # Addresses of User
&quot;isMailboxSetup&quot;: True or False, # Output only. Is mailbox setup (Read-only)
&quot;ims&quot;: &quot;&quot;, # User&#x27;s Instant Messenger
&quot;isAdmin&quot;: True or False, # Output only. Boolean indicating if the user is admin (Read-only)
&quot;keywords&quot;: &quot;&quot;, # Keywords of User
&quot;name&quot;: { # User&#x27;s name
&quot;givenName&quot;: &quot;A String&quot;, # First Name
&quot;fullName&quot;: &quot;A String&quot;, # Full Name
&quot;familyName&quot;: &quot;A String&quot;, # Last Name
},
&quot;aliases&quot;: [ # Output only. List of aliases (Read-only)
&quot;A String&quot;,
],
&quot;websites&quot;: &quot;&quot;, # Websites of User
&quot;archived&quot;: True or False, # Indicates if user is archived.
&quot;isEnforcedIn2Sv&quot;: True or False, # Output only. Is 2-step verification enforced (Read-only)
&quot;externalIds&quot;: &quot;&quot;, # The external Ids of User *
},
],
&quot;trigger_event&quot;: &quot;A String&quot;, # Event that triggered this response (only used in case of Push Response)
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token used to access next page of this result.
&quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
&quot;kind&quot;: &quot;admin#directory#users&quot;, # Kind of resource this is.
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
<div class="method">
<code class="details" id="makeAdmin">makeAdmin(userKey, body=None, x__xgafv=None)</code>
<pre>change admin status of a user
Args:
userKey: string, Email or immutable ID of the user as admin (required)
body: object, The request body.
The object takes the form of:
{
&quot;status&quot;: True or False, # Boolean indicating new admin status of the user
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
</pre>
</div>
<div class="method">
<code class="details" id="patch">patch(userKey, body=None, x__xgafv=None)</code>
<pre>Patch Users via Apiary Patch Orchestration
Args:
userKey: string, Email or immutable ID of the user. If ID, it should match with id of user object (required)
body: object, The request body.
The object takes the form of:
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;external_ids&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;relations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;addresses&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;organizations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;phones&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;languages&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;posix_accounts&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;ssh_public_keys&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;notes&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;websites&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;locations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;keywords&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;gender&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;thumbnail_photo_etag&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber)
&quot;notes&quot;: &quot;&quot;, # Notes of User
&quot;deletionTime&quot;: &quot;A String&quot;,
&quot;hashFunction&quot;: &quot;A String&quot;, # Hash function name for password. Supported are MD5, SHA-1 and crypt
&quot;gender&quot;: &quot;&quot;, # Gender of User
&quot;lastLoginTime&quot;: &quot;A String&quot;, # User&#x27;s last login time. (Read-only)
&quot;includeInGlobalAddressList&quot;: True or False, # Boolean indicating if user is included in Global Address List
&quot;isEnrolledIn2Sv&quot;: True or False, # Output only. Is enrolled in 2-step verification (Read-only)
&quot;recoveryEmail&quot;: &quot;A String&quot;, # Recovery email of the user.
&quot;customSchemas&quot;: { # Custom fields of the user.
&quot;a_key&quot;: { # JSON template for a set of custom properties (i.e. all fields in a particular schema)
&quot;a_key&quot;: &quot;&quot;,
},
},
&quot;languages&quot;: &quot;&quot;, # Languages of User
&quot;nonEditableAliases&quot;: [ # Output only. List of non editable aliases (Read-only)
&quot;A String&quot;,
],
&quot;thumbnailPhotoEtag&quot;: &quot;A String&quot;, # Output only. ETag of the user&#x27;s photo (Read-only)
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
&quot;posixAccounts&quot;: &quot;&quot;, # The POSIX accounts of User
&quot;thumbnailPhotoUrl&quot;: &quot;A String&quot;, # Output only. Photo Url of the user (Read-only)
&quot;relations&quot;: &quot;&quot;, # The Relations of User *
&quot;suspensionReason&quot;: &quot;A String&quot;, # Output only. Suspension reason if user is suspended (Read-only)
&quot;recoveryPhone&quot;: &quot;A String&quot;, # Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.
&quot;sshPublicKeys&quot;: &quot;&quot;, # The SSH public keys of User
&quot;phones&quot;: &quot;&quot;, # Phone numbers of User
&quot;changePasswordAtNextLogin&quot;: True or False, # Boolean indicating if the user should change password in next login
&quot;ipWhitelisted&quot;: True or False, # Boolean indicating if ip is whitelisted
&quot;suspended&quot;: True or False, # Indicates if user is suspended.
&quot;password&quot;: &quot;A String&quot;, # User&#x27;s password
&quot;customerId&quot;: &quot;A String&quot;, # Output only. CustomerId of User (Read-only)
&quot;organizations&quot;: &quot;&quot;, # Organizations of User
&quot;locations&quot;: &quot;&quot;, # Locations of User
&quot;etag&quot;: &quot;A String&quot;, # Output only. ETag of the resource.
&quot;id&quot;: &quot;A String&quot;, # Unique identifier of User (Read-only)
&quot;isDelegatedAdmin&quot;: True or False, # Output only. Boolean indicating if the user is delegated admin (Read-only)
&quot;kind&quot;: &quot;admin#directory#user&quot;, # Output only. Kind of resource this is.
&quot;creationTime&quot;: &quot;A String&quot;, # User&#x27;s G Suite account creation time. (Read-only)
&quot;primaryEmail&quot;: &quot;A String&quot;, # username of User
&quot;emails&quot;: &quot;&quot;, # Emails of User
&quot;agreedToTerms&quot;: True or False, # Output only. Indicates if user has agreed to terms (Read-only)
&quot;addresses&quot;: &quot;&quot;, # Addresses of User
&quot;isMailboxSetup&quot;: True or False, # Output only. Is mailbox setup (Read-only)
&quot;ims&quot;: &quot;&quot;, # User&#x27;s Instant Messenger
&quot;isAdmin&quot;: True or False, # Output only. Boolean indicating if the user is admin (Read-only)
&quot;keywords&quot;: &quot;&quot;, # Keywords of User
&quot;name&quot;: { # User&#x27;s name
&quot;givenName&quot;: &quot;A String&quot;, # First Name
&quot;fullName&quot;: &quot;A String&quot;, # Full Name
&quot;familyName&quot;: &quot;A String&quot;, # Last Name
},
&quot;aliases&quot;: [ # Output only. List of aliases (Read-only)
&quot;A String&quot;,
],
&quot;websites&quot;: &quot;&quot;, # Websites of User
&quot;archived&quot;: True or False, # Indicates if user is archived.
&quot;isEnforcedIn2Sv&quot;: True or False, # Output only. Is 2-step verification enforced (Read-only)
&quot;externalIds&quot;: &quot;&quot;, # The external Ids of User *
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;external_ids&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;relations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;addresses&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;organizations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;phones&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;languages&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;posix_accounts&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;ssh_public_keys&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;notes&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;websites&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;locations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;keywords&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;gender&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;thumbnail_photo_etag&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber)
&quot;notes&quot;: &quot;&quot;, # Notes of User
&quot;deletionTime&quot;: &quot;A String&quot;,
&quot;hashFunction&quot;: &quot;A String&quot;, # Hash function name for password. Supported are MD5, SHA-1 and crypt
&quot;gender&quot;: &quot;&quot;, # Gender of User
&quot;lastLoginTime&quot;: &quot;A String&quot;, # User&#x27;s last login time. (Read-only)
&quot;includeInGlobalAddressList&quot;: True or False, # Boolean indicating if user is included in Global Address List
&quot;isEnrolledIn2Sv&quot;: True or False, # Output only. Is enrolled in 2-step verification (Read-only)
&quot;recoveryEmail&quot;: &quot;A String&quot;, # Recovery email of the user.
&quot;customSchemas&quot;: { # Custom fields of the user.
&quot;a_key&quot;: { # JSON template for a set of custom properties (i.e. all fields in a particular schema)
&quot;a_key&quot;: &quot;&quot;,
},
},
&quot;languages&quot;: &quot;&quot;, # Languages of User
&quot;nonEditableAliases&quot;: [ # Output only. List of non editable aliases (Read-only)
&quot;A String&quot;,
],
&quot;thumbnailPhotoEtag&quot;: &quot;A String&quot;, # Output only. ETag of the user&#x27;s photo (Read-only)
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
&quot;posixAccounts&quot;: &quot;&quot;, # The POSIX accounts of User
&quot;thumbnailPhotoUrl&quot;: &quot;A String&quot;, # Output only. Photo Url of the user (Read-only)
&quot;relations&quot;: &quot;&quot;, # The Relations of User *
&quot;suspensionReason&quot;: &quot;A String&quot;, # Output only. Suspension reason if user is suspended (Read-only)
&quot;recoveryPhone&quot;: &quot;A String&quot;, # Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.
&quot;sshPublicKeys&quot;: &quot;&quot;, # The SSH public keys of User
&quot;phones&quot;: &quot;&quot;, # Phone numbers of User
&quot;changePasswordAtNextLogin&quot;: True or False, # Boolean indicating if the user should change password in next login
&quot;ipWhitelisted&quot;: True or False, # Boolean indicating if ip is whitelisted
&quot;suspended&quot;: True or False, # Indicates if user is suspended.
&quot;password&quot;: &quot;A String&quot;, # User&#x27;s password
&quot;customerId&quot;: &quot;A String&quot;, # Output only. CustomerId of User (Read-only)
&quot;organizations&quot;: &quot;&quot;, # Organizations of User
&quot;locations&quot;: &quot;&quot;, # Locations of User
&quot;etag&quot;: &quot;A String&quot;, # Output only. ETag of the resource.
&quot;id&quot;: &quot;A String&quot;, # Unique identifier of User (Read-only)
&quot;isDelegatedAdmin&quot;: True or False, # Output only. Boolean indicating if the user is delegated admin (Read-only)
&quot;kind&quot;: &quot;admin#directory#user&quot;, # Output only. Kind of resource this is.
&quot;creationTime&quot;: &quot;A String&quot;, # User&#x27;s G Suite account creation time. (Read-only)
&quot;primaryEmail&quot;: &quot;A String&quot;, # username of User
&quot;emails&quot;: &quot;&quot;, # Emails of User
&quot;agreedToTerms&quot;: True or False, # Output only. Indicates if user has agreed to terms (Read-only)
&quot;addresses&quot;: &quot;&quot;, # Addresses of User
&quot;isMailboxSetup&quot;: True or False, # Output only. Is mailbox setup (Read-only)
&quot;ims&quot;: &quot;&quot;, # User&#x27;s Instant Messenger
&quot;isAdmin&quot;: True or False, # Output only. Boolean indicating if the user is admin (Read-only)
&quot;keywords&quot;: &quot;&quot;, # Keywords of User
&quot;name&quot;: { # User&#x27;s name
&quot;givenName&quot;: &quot;A String&quot;, # First Name
&quot;fullName&quot;: &quot;A String&quot;, # Full Name
&quot;familyName&quot;: &quot;A String&quot;, # Last Name
},
&quot;aliases&quot;: [ # Output only. List of aliases (Read-only)
&quot;A String&quot;,
],
&quot;websites&quot;: &quot;&quot;, # Websites of User
&quot;archived&quot;: True or False, # Indicates if user is archived.
&quot;isEnforcedIn2Sv&quot;: True or False, # Output only. Is 2-step verification enforced (Read-only)
&quot;externalIds&quot;: &quot;&quot;, # The external Ids of User *
}</pre>
</div>
<div class="method">
<code class="details" id="signOut">signOut(userKey, x__xgafv=None)</code>
<pre>Sign a user out of all web and device sessions and reset their sign-in cookies. User will have to sign in by authenticating again.
Args:
userKey: string, Identifies the target user in the API request. The value can be the user&#x27;s primary email address, alias email address, or unique user ID. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
</pre>
</div>
<div class="method">
<code class="details" id="undelete">undelete(userKey, body=None, x__xgafv=None)</code>
<pre>Undelete a deleted user
Args:
userKey: string, The immutable id of the user (required)
body: object, The request body.
The object takes the form of:
{
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
</pre>
</div>
<div class="method">
<code class="details" id="update">update(userKey, body=None, x__xgafv=None)</code>
<pre>update user
Args:
userKey: string, Email or immutable ID of the user. If ID, it should match with id of user object (required)
body: object, The request body.
The object takes the form of:
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;external_ids&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;relations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;addresses&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;organizations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;phones&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;languages&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;posix_accounts&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;ssh_public_keys&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;notes&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;websites&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;locations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;keywords&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;gender&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;thumbnail_photo_etag&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber)
&quot;notes&quot;: &quot;&quot;, # Notes of User
&quot;deletionTime&quot;: &quot;A String&quot;,
&quot;hashFunction&quot;: &quot;A String&quot;, # Hash function name for password. Supported are MD5, SHA-1 and crypt
&quot;gender&quot;: &quot;&quot;, # Gender of User
&quot;lastLoginTime&quot;: &quot;A String&quot;, # User&#x27;s last login time. (Read-only)
&quot;includeInGlobalAddressList&quot;: True or False, # Boolean indicating if user is included in Global Address List
&quot;isEnrolledIn2Sv&quot;: True or False, # Output only. Is enrolled in 2-step verification (Read-only)
&quot;recoveryEmail&quot;: &quot;A String&quot;, # Recovery email of the user.
&quot;customSchemas&quot;: { # Custom fields of the user.
&quot;a_key&quot;: { # JSON template for a set of custom properties (i.e. all fields in a particular schema)
&quot;a_key&quot;: &quot;&quot;,
},
},
&quot;languages&quot;: &quot;&quot;, # Languages of User
&quot;nonEditableAliases&quot;: [ # Output only. List of non editable aliases (Read-only)
&quot;A String&quot;,
],
&quot;thumbnailPhotoEtag&quot;: &quot;A String&quot;, # Output only. ETag of the user&#x27;s photo (Read-only)
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
&quot;posixAccounts&quot;: &quot;&quot;, # The POSIX accounts of User
&quot;thumbnailPhotoUrl&quot;: &quot;A String&quot;, # Output only. Photo Url of the user (Read-only)
&quot;relations&quot;: &quot;&quot;, # The Relations of User *
&quot;suspensionReason&quot;: &quot;A String&quot;, # Output only. Suspension reason if user is suspended (Read-only)
&quot;recoveryPhone&quot;: &quot;A String&quot;, # Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.
&quot;sshPublicKeys&quot;: &quot;&quot;, # The SSH public keys of User
&quot;phones&quot;: &quot;&quot;, # Phone numbers of User
&quot;changePasswordAtNextLogin&quot;: True or False, # Boolean indicating if the user should change password in next login
&quot;ipWhitelisted&quot;: True or False, # Boolean indicating if ip is whitelisted
&quot;suspended&quot;: True or False, # Indicates if user is suspended.
&quot;password&quot;: &quot;A String&quot;, # User&#x27;s password
&quot;customerId&quot;: &quot;A String&quot;, # Output only. CustomerId of User (Read-only)
&quot;organizations&quot;: &quot;&quot;, # Organizations of User
&quot;locations&quot;: &quot;&quot;, # Locations of User
&quot;etag&quot;: &quot;A String&quot;, # Output only. ETag of the resource.
&quot;id&quot;: &quot;A String&quot;, # Unique identifier of User (Read-only)
&quot;isDelegatedAdmin&quot;: True or False, # Output only. Boolean indicating if the user is delegated admin (Read-only)
&quot;kind&quot;: &quot;admin#directory#user&quot;, # Output only. Kind of resource this is.
&quot;creationTime&quot;: &quot;A String&quot;, # User&#x27;s G Suite account creation time. (Read-only)
&quot;primaryEmail&quot;: &quot;A String&quot;, # username of User
&quot;emails&quot;: &quot;&quot;, # Emails of User
&quot;agreedToTerms&quot;: True or False, # Output only. Indicates if user has agreed to terms (Read-only)
&quot;addresses&quot;: &quot;&quot;, # Addresses of User
&quot;isMailboxSetup&quot;: True or False, # Output only. Is mailbox setup (Read-only)
&quot;ims&quot;: &quot;&quot;, # User&#x27;s Instant Messenger
&quot;isAdmin&quot;: True or False, # Output only. Boolean indicating if the user is admin (Read-only)
&quot;keywords&quot;: &quot;&quot;, # Keywords of User
&quot;name&quot;: { # User&#x27;s name
&quot;givenName&quot;: &quot;A String&quot;, # First Name
&quot;fullName&quot;: &quot;A String&quot;, # Full Name
&quot;familyName&quot;: &quot;A String&quot;, # Last Name
},
&quot;aliases&quot;: [ # Output only. List of aliases (Read-only)
&quot;A String&quot;,
],
&quot;websites&quot;: &quot;&quot;, # Websites of User
&quot;archived&quot;: True or False, # Indicates if user is archived.
&quot;isEnforcedIn2Sv&quot;: True or False, # Output only. Is 2-step verification enforced (Read-only)
&quot;externalIds&quot;: &quot;&quot;, # The external Ids of User *
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # STEPLADDER: Generated unstable field number for field &#x27;kind&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;etag&#x27;. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;external_ids&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;relations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;addresses&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;organizations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;phones&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;languages&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;posix_accounts&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;ssh_public_keys&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;notes&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;websites&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;locations&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;keywords&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;gender&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field &#x27;thumbnail_photo_etag&#x27; to avoid collision. (See http://go/stepladder-help#fieldNumber)
&quot;notes&quot;: &quot;&quot;, # Notes of User
&quot;deletionTime&quot;: &quot;A String&quot;,
&quot;hashFunction&quot;: &quot;A String&quot;, # Hash function name for password. Supported are MD5, SHA-1 and crypt
&quot;gender&quot;: &quot;&quot;, # Gender of User
&quot;lastLoginTime&quot;: &quot;A String&quot;, # User&#x27;s last login time. (Read-only)
&quot;includeInGlobalAddressList&quot;: True or False, # Boolean indicating if user is included in Global Address List
&quot;isEnrolledIn2Sv&quot;: True or False, # Output only. Is enrolled in 2-step verification (Read-only)
&quot;recoveryEmail&quot;: &quot;A String&quot;, # Recovery email of the user.
&quot;customSchemas&quot;: { # Custom fields of the user.
&quot;a_key&quot;: { # JSON template for a set of custom properties (i.e. all fields in a particular schema)
&quot;a_key&quot;: &quot;&quot;,
},
},
&quot;languages&quot;: &quot;&quot;, # Languages of User
&quot;nonEditableAliases&quot;: [ # Output only. List of non editable aliases (Read-only)
&quot;A String&quot;,
],
&quot;thumbnailPhotoEtag&quot;: &quot;A String&quot;, # Output only. ETag of the user&#x27;s photo (Read-only)
&quot;orgUnitPath&quot;: &quot;A String&quot;, # OrgUnit of User
&quot;posixAccounts&quot;: &quot;&quot;, # The POSIX accounts of User
&quot;thumbnailPhotoUrl&quot;: &quot;A String&quot;, # Output only. Photo Url of the user (Read-only)
&quot;relations&quot;: &quot;&quot;, # The Relations of User *
&quot;suspensionReason&quot;: &quot;A String&quot;, # Output only. Suspension reason if user is suspended (Read-only)
&quot;recoveryPhone&quot;: &quot;A String&quot;, # Recovery phone of the user. The phone number must be in the E.164 format, starting with the plus sign (+). Example: *+16506661212*.
&quot;sshPublicKeys&quot;: &quot;&quot;, # The SSH public keys of User
&quot;phones&quot;: &quot;&quot;, # Phone numbers of User
&quot;changePasswordAtNextLogin&quot;: True or False, # Boolean indicating if the user should change password in next login
&quot;ipWhitelisted&quot;: True or False, # Boolean indicating if ip is whitelisted
&quot;suspended&quot;: True or False, # Indicates if user is suspended.
&quot;password&quot;: &quot;A String&quot;, # User&#x27;s password
&quot;customerId&quot;: &quot;A String&quot;, # Output only. CustomerId of User (Read-only)
&quot;organizations&quot;: &quot;&quot;, # Organizations of User
&quot;locations&quot;: &quot;&quot;, # Locations of User
&quot;etag&quot;: &quot;A String&quot;, # Output only. ETag of the resource.
&quot;id&quot;: &quot;A String&quot;, # Unique identifier of User (Read-only)
&quot;isDelegatedAdmin&quot;: True or False, # Output only. Boolean indicating if the user is delegated admin (Read-only)
&quot;kind&quot;: &quot;admin#directory#user&quot;, # Output only. Kind of resource this is.
&quot;creationTime&quot;: &quot;A String&quot;, # User&#x27;s G Suite account creation time. (Read-only)
&quot;primaryEmail&quot;: &quot;A String&quot;, # username of User
&quot;emails&quot;: &quot;&quot;, # Emails of User
&quot;agreedToTerms&quot;: True or False, # Output only. Indicates if user has agreed to terms (Read-only)
&quot;addresses&quot;: &quot;&quot;, # Addresses of User
&quot;isMailboxSetup&quot;: True or False, # Output only. Is mailbox setup (Read-only)
&quot;ims&quot;: &quot;&quot;, # User&#x27;s Instant Messenger
&quot;isAdmin&quot;: True or False, # Output only. Boolean indicating if the user is admin (Read-only)
&quot;keywords&quot;: &quot;&quot;, # Keywords of User
&quot;name&quot;: { # User&#x27;s name
&quot;givenName&quot;: &quot;A String&quot;, # First Name
&quot;fullName&quot;: &quot;A String&quot;, # Full Name
&quot;familyName&quot;: &quot;A String&quot;, # Last Name
},
&quot;aliases&quot;: [ # Output only. List of aliases (Read-only)
&quot;A String&quot;,
],
&quot;websites&quot;: &quot;&quot;, # Websites of User
&quot;archived&quot;: True or False, # Indicates if user is archived.
&quot;isEnforcedIn2Sv&quot;: True or False, # Output only. Is 2-step verification enforced (Read-only)
&quot;externalIds&quot;: &quot;&quot;, # The external Ids of User *
}</pre>
</div>
<div class="method">
<code class="details" id="watch">watch(body=None, sortOrder=None, pageToken=None, customer=None, viewType=None, projection=None, maxResults=None, domain=None, customFieldMask=None, orderBy=None, showDeleted=None, event=None, query=None, x__xgafv=None)</code>
<pre>Watch for changes in users list
Args:
body: object, The request body.
The object takes the form of:
{ # An notification channel used to watch for resource changes.
&quot;id&quot;: &quot;A String&quot;, # A UUID or similar unique string that identifies this channel.
&quot;address&quot;: &quot;A String&quot;, # The address where notifications are delivered for this channel.
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
&quot;params&quot;: { # Additional parameters controlling delivery channel behavior. Optional.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: True or False, # A Boolean value to indicate whether payload is wanted. Optional.
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
&quot;expiration&quot;: &quot;A String&quot;, # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
&quot;kind&quot;: &quot;api#channel&quot;, # Identifies this as a notification channel used to watch for changes to a resource, which is &quot;api#channel&quot;.
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
}
sortOrder: string, Whether to return results in ascending or descending order.
Allowed values
sortOrderUnspecified -
ASCENDING - Ascending order.
DESCENDING - Descending order.
pageToken: string, Token to specify next page in the list
customer: string, Immutable ID of the G Suite account. In case of multi-domain, to fetch all users for a customer, fill this field instead of domain.
viewType: string, Whether to fetch the ADMIN_VIEW or DOMAIN_PUBLIC view of the user.
Allowed values
admin_view - Fetches the ADMIN_VIEW of the user.
domain_public - Fetches the DOMAIN_PUBLIC view of the user.
projection: string, What subset of fields to fetch for this user.
Allowed values
projectionUnspecified -
basic - Do not include any custom fields for the user.
custom - Include custom fields from schemas mentioned in customFieldMask.
full - Include all fields associated with this user.
maxResults: integer, Maximum number of results to return.
domain: string, Name of the domain. Fill this field to get users from only this domain. To return all users in a multi-domain fill customer field instead.&quot;
customFieldMask: string, Comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom.
orderBy: string, Column to use for sorting results
Allowed values
orderByUnspecified -
email - Primary email of the user.
familyName - User&#x27;s family name.
givenName - User&#x27;s given name.
showDeleted: string, If set to true, retrieves the list of deleted users. (Default: false)
event: string, Event on which subscription is intended
Allowed values
eventTypeUnspecified -
add - User Created Event
delete - User Deleted Event
makeAdmin - User Admin Status Change Event
undelete - User Undeleted Event
update - User Updated Event
query: string, Query string search. Should be of the form &quot;&quot;. Complete documentation is at https: //developers.google.com/admin-sdk/directory/v1/guides/search-users
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # An notification channel used to watch for resource changes.
&quot;id&quot;: &quot;A String&quot;, # A UUID or similar unique string that identifies this channel.
&quot;address&quot;: &quot;A String&quot;, # The address where notifications are delivered for this channel.
&quot;resourceId&quot;: &quot;A String&quot;, # An opaque ID that identifies the resource being watched on this channel. Stable across different API versions.
&quot;params&quot;: { # Additional parameters controlling delivery channel behavior. Optional.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;payload&quot;: True or False, # A Boolean value to indicate whether payload is wanted. Optional.
&quot;resourceUri&quot;: &quot;A String&quot;, # A version-specific identifier for the watched resource.
&quot;expiration&quot;: &quot;A String&quot;, # Date and time of notification channel expiration, expressed as a Unix timestamp, in milliseconds. Optional.
&quot;token&quot;: &quot;A String&quot;, # An arbitrary string delivered to the target address with each notification delivered over this channel. Optional.
&quot;kind&quot;: &quot;api#channel&quot;, # Identifies this as a notification channel used to watch for changes to a resource, which is &quot;api#channel&quot;.
&quot;type&quot;: &quot;A String&quot;, # The type of delivery mechanism used for this channel.
}</pre>
</div>
</body></html>