Method: customers.thirdPartyProfileUsers.move

Moves a third party chrome profile user to a destination OU. All profiles associated to that user will be moved to the destination OU.

HTTP request

POST https://chromemanagement.googleapis.com/v1/{name=customers/*/thirdPartyProfileUsers/*}:move

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}

Request body

The request body contains data with the following structure:

JSON representation
{
  "destinationOrgUnit": string
}
Fields
destinationOrgUnit

string

Required. Destination organizational unit where the third party chrome profile user will be moved to.

Response body

Response for thirdPartyProfileUsers.move method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "thirdPartyProfileUser": {
    object (ThirdPartyProfileUser)
  }
}
Fields
thirdPartyProfileUser

object (ThirdPartyProfileUser)

Output only. The moved third party profile user.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/chrome.management.profiles

ThirdPartyProfileUser

A representation of non-Google (third party) user that is associated with a managed Chrome profile.

JSON representation
{
  "name": string,
  "orgUnitId": string
}
Fields
name

string

Identifier. Format: customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}

orgUnitId

string

Output only. The ID of the organizational unit assigned to the user.