[[["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 2025-03-25 UTC."],[],[],null,["Resource: GroupAlias The Directory API manages aliases, which are alternative email addresses.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"primaryEmail\": string, \"alias\": string, \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------|\n| `id` | `string` The unique ID of the group. |\n| `primaryEmail` | `string` The primary email address of the group. |\n| `alias` | `string` The alias email address. |\n| `kind` | `string` The type of the API resource. For Alias resources, the value is `admin#directory#alias`. |\n| `etag` | `string` ETag of the resource. |\n\n| Methods ||\n|------------------------------------------------------------------------------|--------------------------------|\n| [delete](/workspace/admin/directory/reference/rest/v1/groups.aliases/delete) | Removes an alias. |\n| [insert](/workspace/admin/directory/reference/rest/v1/groups.aliases/insert) | Adds an alias for the group. |\n| [list](/workspace/admin/directory/reference/rest/v1/groups.aliases/list) | Lists all aliases for a group. |"]]