Method: customers.get
HTTP リクエスト
GET https://admin.googleapis.com/admin/directory/v1/customers/{customerKey}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customerKey |
string
取得する顧客の ID
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Customer
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/admin.directory.customer
https://www.googleapis.com/auth/admin.directory.customer.readonly
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-15 UTC。
[null,null,["最終更新日 2024-05-15 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."]]],[]]