AI-generated Key Takeaways
- 
          This document explains how to get one account user profile by ID using a GET request. 
- 
          The HTTP request requires a profileIdand anidin the path parameters.
- 
          The request body must be empty for this operation. 
- 
          A successful response contains an instance of AccountUserProfile. 
- 
          The request requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
Gets one account user profile by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/accountUserProfiles/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| id | 
 User profile ID. | 
Request body
The request body must be empty.
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