Method: accountUserProfiles.get

  • This document explains how to get one account user profile by ID using a GET request.

  • The HTTP request requires a profileId and an id in 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/dfatrafficking OAuth 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

string (int64 format)

User profile ID associated with this request.

id

string (int64 format)

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