[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],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. |"]]