Method: customers.profiles.commands.create

  • This page details how to create a Chrome browser profile remote command using a POST request.

  • The command requires specific path parameters including parent, formatted with customer and profile IDs.

  • The request and response bodies both utilize instances of ChromeBrowserProfileCommand.

  • Authorization for this command requires the https://www.googleapis.com/auth/chrome.management.profiles OAuth scope.

Creates a Chrome browser profile remote command.

HTTP request

POST https://chromemanagement.googleapis.com/v1/{parent=customers/*/profiles/*}/commands

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

Request body

The request body contains an instance of ChromeBrowserProfileCommand.

Response body

If successful, the response body contains a newly created instance of ChromeBrowserProfileCommand.

Authorization scopes

Requires the following OAuth scope:

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