Method: userProfiles.list

  • This document details how to retrieve a list of user profiles using an HTTP GET request.

  • The request body must be empty, and the response body contains a JSON representation of the list of user profiles.

  • Access requires authorization via specific OAuth scopes, including https://www.googleapis.com/auth/dfareporting.

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