Method: customers.thirdPartyProfileUsers.move

將第三方 Chrome 設定檔使用者移至目標機構單位。所有與該使用者相關聯的設定檔都會移至目標機構單位。

HTTP 要求

POST https://chromemanagement.googleapis.com/v1/{name=customers/*/thirdPartyProfileUsers/*}:move

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
name

string

必要欄位。格式:customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}

要求主體

要求主體的資料會採用以下結構:

JSON 表示法
{
  "destinationOrgUnit": string
}
欄位
destinationOrgUnit

string

必要欄位。第三方 Chrome 設定檔使用者將移至的目標機構單位。

回應主體

thirdPartyProfileUsers.move 方法的回應。

如果成功,回應主體會含有以下結構的資料:

JSON 表示法
{
  "thirdPartyProfileUser": {
    object (ThirdPartyProfileUser)
  }
}
欄位
thirdPartyProfileUser

object (ThirdPartyProfileUser)

僅供輸出。已移轉的第三方設定檔使用者。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/chrome.management.profiles

ThirdPartyProfileUser

與受管理 Chrome 設定檔相關聯的非 Google (第三方) 使用者代表。

JSON 表示法
{
  "name": string,
  "orgUnitId": string
}
欄位
name

string

ID。格式:customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}

orgUnitId

string

僅供輸出。指派給使用者的機構單位 ID。