Method: userProfiles.list

  • Retrieves a list of user profiles for a given user using an HTTP GET request.

  • The request body should be empty, and the response will contain a JSON representation of the user profile list.

  • Authorization is required with one of the specified OAuth scopes, such as dfareporting, dfatrafficking, or ddmconversions.

Retrieves list of user profiles for a user.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles

The URL uses gRPC Transcoding syntax.

Request body

The request body must be empty.

Response body

Represents the list of user profiles.

If successful, the response body contains data with the following structure:

JSON representation
{
  "kind": string,
  "etag": string,
  "items": [
    {
      object (UserProfile)
    }
  ]
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#userProfileList"

.

etag

string

Etag of this resource.

items[]

object (UserProfile)

The user profiles returned in this response.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/dfareporting
  • https://www.googleapis.com/auth/dfatrafficking
  • https://www.googleapis.com/auth/ddmconversions