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 方法的回應。
如果成功,回應主體會含有以下結構的資料:
欄位 |
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。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-25 (世界標準時間)。
[null,null,["上次更新時間:2025-08-25 (世界標準時間)。"],[],[],null,["# Method: customers.thirdPartyProfileUsers.move\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.MoveThirdPartyProfileUserResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [ThirdPartyProfileUser](#ThirdPartyProfileUser)\n - [JSON representation](#ThirdPartyProfileUser.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nMoves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU.\n\n### HTTP request\n\n`POST https://chromemanagement.googleapis.com/v1/{name=customers/*/thirdPartyProfileUsers/*}:move`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|---------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id} |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------|\n| ``` { \"destinationOrgUnit\": string } ``` |\n\n| Fields ||\n|----------------------|----------------------------------------------------------------------------------------------------------------|\n| `destinationOrgUnit` | `string` Required. Destination organizational unit where the third party chrome profile user will be moved to. |\n\n### Response body\n\nResponse for thirdPartyProfileUsers.move method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"thirdPartyProfileUser\": { object (/chrome/management/reference/rest/v1/customers.thirdPartyProfileUsers/move#ThirdPartyProfileUser) } } ``` |\n\n| Fields ||\n|-------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `thirdPartyProfileUser` | `object (`[ThirdPartyProfileUser](/chrome/management/reference/rest/v1/customers.thirdPartyProfileUsers/move#ThirdPartyProfileUser)`)` Output only. The moved third party profile user. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/chrome.management.profiles`\n\nThirdPartyProfileUser\n---------------------\n\nA representation of non-Google (third party) user that is associated with a managed Chrome profile.\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"name\": string, \"orgUnitId\": string } ``` |\n\n| Fields ||\n|-------------|-----------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id} |\n| `orgUnitId` | `string` Output only. The ID of the organizational unit assigned to the user. |"]]