Description Usage Arguments Details See Also
Autogenerated via package_make
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | customers.update(
customerKey,
customerCreationTime = NULL,
postalAddress = NULL,
customerDomain = NULL,
language = NULL,
phoneNumber = NULL,
id = NULL,
alternateEmail = NULL,
etag = NULL,
kind = NULL,
callback = NULL,
fields = NULL,
uploadType = NULL,
upload_protocol = NULL,
prettyPrint = NULL,
quotaUser = NULL,
alt = NULL,
gargle_token = gargle::token_fetch(scopes =
.endpoints[["directory.customers.update"]]$scopes[[1]]),
return_request = F,
return_response = F
)
|
customerKey |
Id of the customer to be updated |
customerCreationTime |
The customer's creation time (Readonly) |
postalAddress |
The customer's postal address information. |
customerDomain |
The customer's primary domain name string. Do not include the |
language |
The customer's ISO 639-2 language code. See the Language Codes page for the list of supported codes. Valid language codes outside the supported set will be accepted by the API but may lead to unexpected behavior. The default value is |
phoneNumber |
The customer's contact phone number in E.164 format. |
id |
The unique ID for the customer's Google Workspace account. (Readonly) |
alternateEmail |
The customer's secondary contact email address. This email address cannot be on the same domain as the |
etag |
ETag of the resource. |
kind |
Identifies the resource as a customer. Value: |
callback |
JSONP |
fields |
Selector specifying which fields to include in a partial response. |
uploadType |
Legacy upload protocol for media (e.g. "media", "multipart"). |
upload_protocol |
Upload protocol for media (e.g. "raw", "multipart"). |
prettyPrint |
Returns response with indentations and line breaks. |
quotaUser |
Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. |
alt |
Data format for response. |
gargle_token |
A token prepared by one of gargle's token generating functions. Defaults to gargle::token_fetch(...) with appropriate scopes. See |
return_request |
Whether to return the request without making it. Defaults to FALSE. See |
return_response |
Whether to return the response or the response content. Defaults to FALSE (return response content). |
Authentication scopes used by this function are:
https://www.googleapis.com/auth/admin.directory.customer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.