Method: userProfiles.list

  • This resource retrieves a list of user profiles for a user using a GET HTTP request.

  • The request body for this operation must be empty.

  • The response body represents the list of user profiles and includes fields like kind, etag, and items.

  • Access to this resource requires specific OAuth authorization scopes related to DoubleClick Reporting and Trafficking.

Retrieves list of user profiles for a user.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v5/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