Method: customers.thirdPartyProfileUsers.move
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تنقل هذه السمة مستخدم ملف شخصي في Chrome تابعًا لجهة خارجية إلى وحدة تنظيمية مستهدَفة. سيتم نقل جميع الملفات الشخصية المرتبطة بهذا المستخدم إلى الوحدة التنظيمية الوجهة.
طلب HTTP
POST https://chromemanagement.googleapis.com/v1/{name=customers/*/thirdPartyProfileUsers/*}:move
يستخدِم عنوان URL بنية تحويل الترميز 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
تمثيل لمستخدم غير تابع لـ Google (جهة خارجية) ومرتبط بملف شخصي مُدار في Chrome
تمثيل JSON |
{
"name": string,
"orgUnitId": string
} |
الحقول |
name |
string
المعرّف التنسيق: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
|
orgUnitId |
string
النتائج فقط. رقم تعريف الوحدة التنظيمية المخصّصة للمستخدم
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 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. |"]]