Visita la API de Chrome Management Third Party Profile Users para obtener una descripción general de las funciones de la API.
Todas las solicitudes que se muestran en esta página usan las siguientes variables:
$TOKEN: Token de OAuth 2.0$CUSTOMER: ID del cliente o literalmy_customer
Cómo transferir un usuario de perfil externo
Para mover un usuario de perfil externo, usa el extremo /thirdPartyProfileUsers/<third_party_profile_user_id>:move.
Solicitud
curl -H "Authorization: Bearer $TOKEN" \
--json '{"destinationOrgUnit": "org_unit_id"}' \
"https://chromemanagement.googleapis.com/v1/customers/$CUSTOMER/thirdPartyProfileUsers/<third_party_profile_user_id>:move"
Respuesta
{
"name": "customers/<customerId>/thirdPartyProfileUsers/<third_party_profile_user_id>",
"orgUnitId": "org_unit_id"
}