Method: orgunits.patch
HTTP リクエスト
PATCH https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/orgunits/{orgUnitPath=**}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
customerId |
string
お客様の Google Workspace アカウントの一意の ID。アカウント管理者として、my_customer エイリアスを使用してアカウントの customerId を表すこともできます。customerId は、Users リソースの一部としても返されます。
|
orgUnitPath |
string
組織部門のフルパス(先頭の / は除く)または一意の ID です。
|
リクエスト本文
リクエストの本文には OrgUnit
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には OrgUnit
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://apps-apis.google.com/a/feeds/policies/
https://www.googleapis.com/auth/admin.directory.orgunit
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-15 UTC。
[null,null,["最終更新日 2024-05-15 UTC。"],[[["This operation updates an existing organizational unit using the PATCH method, allowing for partial modifications."],["It requires providing the `customerId` and the `orgUnitPath` as path parameters in the request URL."],["The request body should contain the desired changes to the organizational unit in the form of an `OrgUnit` object."],["Upon success, the response will contain the updated `OrgUnit` object reflecting the applied changes."],["Proper authorization with specific OAuth scopes (`https://apps-apis.google.com/a/feeds/policies/` or `https://www.googleapis.com/auth/admin.directory.orgunit`) is necessary to execute this operation."]]],[]]