[[["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."],[[["Updates a Google Workspace customer's information using the provided data."],["Requires authorization with the `https://www.googleapis.com/auth/admin.directory.customer` scope."],["Sends data via a `PATCH` request to a specific URL containing the customer's ID."],["The request and response bodies utilize the `Customer` resource to structure the data."]]],["This document details how to update customer information using a PATCH request to the Google Admin Directory API. The request URL specifies the customer to be updated via the `customerKey` path parameter. The request body must include a `Customer` resource containing the updated fields. A successful request returns an updated `Customer` resource. The operation requires OAuth 2.0 authorization with the `https://www.googleapis.com/auth/admin.directory.customer` scope.\n"]]