Method: customers.thirdPartyProfileUsers.move
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Di chuyển người dùng hồ sơ trên Chrome của bên thứ ba sang một đơn vị tổ chức đích. Tất cả hồ sơ liên kết với người dùng đó sẽ được chuyển đến đơn vị tổ chức đích.
Yêu cầu HTTP
POST https://chromemanagement.googleapis.com/v1/{name=customers/*/thirdPartyProfileUsers/*}:move
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
name |
string
Bắt buộc. Định dạng: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
|
Nội dung yêu cầu
Nội dung yêu cầu chứa dữ liệu có cấu trúc sau:
Biểu diễn dưới dạng JSON |
{
"destinationOrgUnit": string
} |
Trường |
destinationOrgUnit |
string
Bắt buộc. Đơn vị tổ chức đích mà người dùng hồ sơ Chrome bên thứ ba sẽ được chuyển đến.
|
Nội dung phản hồi
Phản hồi cho phương thức thirdPartyProfileUsers.move.
Nếu thành công, phần nội dung phản hồi sẽ chứa dữ liệu có cấu trúc sau:
Trường |
thirdPartyProfileUser |
object (ThirdPartyProfileUser )
Chỉ có đầu ra. Người dùng hồ sơ bên thứ ba đã được di chuyển.
|
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/chrome.management.profiles
ThirdPartyProfileUser
Một bản trình bày về người dùng không phải của Google (bên thứ ba) được liên kết với một hồ sơ Chrome được quản lý.
Biểu diễn dưới dạng JSON |
{
"name": string,
"orgUnitId": string
} |
Trường |
name |
string
Giá trị nhận dạng. Định dạng: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
|
orgUnitId |
string
Chỉ có đầu ra. Mã nhận dạng của đơn vị tổ chức được chỉ định cho người dùng.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-08-25 UTC."],[],[],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. |"]]