List
|
|||||
|
|
Retrieves the list of account permission groups
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
profileId Required |
INTEGER |
User profile ID associated with this request |
= Parameter name
= Format
profileId INTEGER Required User profile ID associated with this request |
Output
This building block provides 5 output parameters
Name | Format | Description |
---|---|---|
accountPermissionGroups[] |
OBJECT |
AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions |
accountPermissionGroups[].id |
INTEGER |
ID of this account permission group |
accountPermissionGroups[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroup" |
accountPermissionGroups[].name |
STRING |
Name of this account permission group |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroupsListResponse" |
= Parameter name
= Format
accountPermissionGroups[] OBJECT AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions |
accountPermissionGroups[].id INTEGER ID of this account permission group |
accountPermissionGroups[].kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroup" |
accountPermissionGroups[].name STRING Name of this account permission group |
kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountPermissionGroupsListResponse" |