Method: customers.profiles.get

  • This page details how to get a Chrome browser profile using a customer ID and profile permanent ID.

  • The request uses a GET HTTP method with a specified URL structure containing path parameters for customer ID and profile permanent ID.

  • The request body should be empty.

  • A successful response will contain a ChromeBrowserProfile instance.

  • This operation requires specific OAuth authorization scopes for profile access.

Gets a Chrome browser profile with customer ID and profile permanent ID.

HTTP request

GET https://chromemanagement.googleapis.com/v1/{name=customers/*/profiles/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: customers/{customer_id}/profiles/{profilePermanentId}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ChromeBrowserProfile.

Authorization scopes

Requires one of the following OAuth scopes:

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