List
|
|||||
|
|
Retrieves list of user profiles for a user
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage DoubleClick for Advertisers reports
- View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns
Output
This building block provides 11 output parameters
Name | Format | Description |
---|---|---|
etag |
STRING |
The eTag of this response for caching purposes |
items[] |
OBJECT |
Represents a UserProfile resource |
items[].accountId |
INTEGER |
The account ID to which this profile belongs |
items[].accountName |
STRING |
The account name this profile belongs to |
items[].etag |
STRING |
The eTag of this response for caching purposes |
items[].kind |
STRING |
The kind of resource this is, in this case dfareporting#userProfile |
items[].profileId |
INTEGER |
The unique ID of the user profile |
items[].subAccountId |
INTEGER |
The sub account ID this profile belongs to if applicable |
items[].subAccountName |
STRING |
The sub account name this profile belongs to if applicable |
items[].userName |
STRING |
The user name |
kind |
STRING |
The kind of list this is, in this case dfareporting#userProfileList |
= Parameter name
= Format
etag STRING The eTag of this response for caching purposes |
items[] OBJECT Represents a UserProfile resource |
items[].accountId INTEGER The account ID to which this profile belongs |
items[].accountName STRING The account name this profile belongs to |
items[].etag STRING The eTag of this response for caching purposes |
items[].kind STRING The kind of resource this is, in this case dfareporting#userProfile |
items[].profileId INTEGER The unique ID of the user profile |
items[].subAccountId INTEGER The sub account ID this profile belongs to if applicable |
items[].subAccountName STRING The sub account name this profile belongs to if applicable |
items[].userName STRING The user name |
kind STRING The kind of list this is, in this case dfareporting#userProfileList |