REST Resource: groups.aliases
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
משאב: GroupAlias
Directory API מנהל כתובות אימייל חלופיות (alias).
ייצוג ב-JSON |
{
"id": string,
"primaryEmail": string,
"alias": string,
"kind": string,
"etag": string
} |
שדות |
id |
string
המזהה הייחודי של הקבוצה.
|
primaryEmail |
string
כתובת האימייל הראשית של הקבוצה.
|
alias |
string
כתובת האימייל החלופית.
|
kind |
string
הסוג של משאב ה-API. למשאבים מסוג Alias, הערך הוא admin#directory#alias .
|
etag |
string
ה-ETag של המשאב.
|
Methods |
|
הסרת כתובת אימייל חלופית. |
|
הוספת כתובת אימייל חלופית לקבוצה. |
|
הצגת כל הכינויים של קבוצה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-24 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-24 (שעון UTC)."],[],[],null,["# REST Resource: groups.aliases\n\nResource: GroupAlias\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 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. |"]]