Method: accountUserProfiles.patch

  • This page details how to update an existing account user profile using the PATCH HTTP method.

  • The request requires both a path parameter for the user profile ID and a query parameter for the account user profile ID.

  • Both the request and response bodies contain an instance of AccountUserProfile.

  • The action requires authorization via the https://www.googleapis.com/auth/dfatrafficking OAuth scope.

Updates an existing account user profile. This method supports patch semantics.

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/accountUserProfiles

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
id

string (int64 format)

Required. AccountUserProfile ID.

Request body

The request body contains an instance of AccountUserProfile.

Response body

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

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking