Method: customers.thirdPartyProfileUsers.move
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Przenosi użytkownika zewnętrznego profilu Chrome do docelowej jednostki organizacyjnej. Wszystkie profile powiązane z tym użytkownikiem zostaną przeniesione do docelowej jednostki organizacyjnej.
Żądanie HTTP
POST https://chromemanagement.googleapis.com/v1/{name=customers/*/thirdPartyProfileUsers/*}:move
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagany. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
|
Treść żądania
Treść żądania zawiera dane o następującej strukturze:
Zapis JSON |
{
"destinationOrgUnit": string
} |
Pola |
destinationOrgUnit |
string
Wymagany. Docelowa jednostka organizacyjna, do której zostanie przeniesiony użytkownik profilu Chrome firmy zewnętrznej.
|
Treść odpowiedzi
Odpowiedź na wywołanie metody thirdPartyProfileUsers.move.
W przypadku powodzenia treść żądania zawiera dane o następującej strukturze:
Pola |
thirdPartyProfileUser |
object (ThirdPartyProfileUser )
Tylko dane wyjściowe. Przeniesiony użytkownik profilu zewnętrznego.
|
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/chrome.management.profiles
ThirdPartyProfileUser
Reprezentacja użytkownika spoza Google (innej firmy), który jest powiązany z zarządzanym profilem Chrome.
Zapis JSON |
{
"name": string,
"orgUnitId": string
} |
Pola |
name |
string
Identyfikator. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
|
orgUnitId |
string
Tylko dane wyjściowe. Identyfikator jednostki organizacyjnej przypisanej do użytkownika.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-25 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]