Method: customers.thirdPartyProfileUsers.move
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Sposta un utente del profilo Chrome di terze parti in un'UO di destinazione. Tutti i profili associati a questo utente verranno spostati nell'UO di destinazione.
Richiesta HTTP
POST https://chromemanagement.googleapis.com/v1/{name=customers/*/thirdPartyProfileUsers/*}:move
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Formato: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
|
Corpo della richiesta
Il corpo della richiesta contiene dati con la seguente struttura:
Rappresentazione JSON |
{
"destinationOrgUnit": string
} |
Campi |
destinationOrgUnit |
string
Obbligatorio. Unità organizzativa di destinazione in cui verrà spostato l'utente del profilo Chrome di terze parti.
|
Corpo della risposta
Risposta per il metodo thirdPartyProfileUsers.move.
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Campi |
thirdPartyProfileUser |
object (ThirdPartyProfileUser )
Solo output. L'utente del profilo di terze parti spostato.
|
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/chrome.management.profiles
ThirdPartyProfileUser
Una rappresentazione di un utente non Google (terze parti) associato a un profilo Chrome gestito.
Rappresentazione JSON |
{
"name": string,
"orgUnitId": string
} |
Campi |
name |
string
Identificatore. Formato: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
|
orgUnitId |
string
Solo output. L'ID dell'unità organizzativa assegnata all'utente.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-08-25 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]