Method: accountUserProfiles.patch

  • Updates an existing account user profile using patch semantics, allowing for partial modifications.

  • The request is made using an HTTP PATCH method to a specific URL with profile ID and account user profile ID parameters.

  • The request body and response body both utilize the AccountUserProfile object for data transfer.

  • Authorization requires the dfatrafficking scope within the Google Cloud platform.

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