AI-generated Key Takeaways
-
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.
- 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