Method: customers.get
HTTP request
GET https://admin.googleapis.com/admin/directory/v1/customers/{customerKey}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
customerKey |
string
Id of the customer to be retrieved
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Customer
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/admin.directory.customer
https://www.googleapis.com/auth/admin.directory.customer.readonly
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Retrieves a specific customer's information using their unique ID."],["The request is sent as a GET request to the specified URL with the customer ID as a path parameter."],["An empty request body is required, and a successful response returns a Customer object containing the retrieved customer's data."],["Authorization requires specific OAuth scopes, granting access to customer details with either read or write permissions."]]],[]]