AI-generated Key Takeaways
-
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/dfatraffickingOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
User profile ID associated with this request. |
Query parameters
| Parameters | |
|---|---|
id |
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