[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],["This document details how to retrieve a customer using a `GET` request to the specified URL: `https://admin.googleapis.com/admin/directory/v1/customers/{customerKey}`. The `customerKey`, a string, is the only required path parameter to identify the customer. The request body must be empty. A successful request returns a `Customer` instance in the response body. The operation requires either the `admin.directory.customer` or `admin.directory.customer.readonly` OAuth scope.\n"]]