[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-19 UTC."],[[["\u003cp\u003eAccountPermissionGroups map permission group IDs to names, grouping account permissions for easier management.\u003c/p\u003e\n"],["\u003cp\u003eEach AccountPermissionGroup is identified by a unique ID and has a descriptive name, represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve individual AccountPermissionGroups or a list of all groups using the provided API methods.\u003c/p\u003e\n"]]],[],null,["- [Resource: AccountPermissionGroup](#AccountPermissionGroup)\n - [JSON representation](#AccountPermissionGroup.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AccountPermissionGroup AccountPermissionGroups contains a mapping of permission group IDs to names. A permission group is a grouping of account permissions.\n\n| JSON representation |\n|----------------------------------------------------------|\n| ``` { \"id\": string, \"name\": string, \"kind\": string } ``` |\n\n| Fields ||\n|--------|--------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this account permission group. |\n| `name` | `string` Name of this account permission group. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#accountPermissionGroup\"` . |\n\n| Methods ||\n|-----------------------------------------------------------------------|--------------------------------------------------|\n| [get](/doubleclick-advertisers/rest/v4/accountPermissionGroups/get) | Gets one account permission group by ID. |\n| [list](/doubleclick-advertisers/rest/v4/accountPermissionGroups/list) | Retrieves the list of account permission groups. |"]]