[[["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,["# REST Resource: users.aliases\n\nResource: UserAlias\n-------------------\n\nThe 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 for the user. |\n| `primaryEmail` | `string` The user's primary email address. |\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/users.aliases/delete) | Removes an alias. |\n| ### [insert](/workspace/admin/directory/reference/rest/v1/users.aliases/insert) | Adds an alias. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/users.aliases/list) | Lists all aliases for a user. |\n| ### [watch](/workspace/admin/directory/reference/rest/v1/users.aliases/watch) | Watches for changes in users list. |"]]