Resource: UserAlias
The Directory API manages aliases, which are alternative email addresses.
JSON representation |
---|
{ "id": string, "primaryEmail": string, "alias": string, "kind": string, "etag": string } |
Fields | |
---|---|
id |
The unique ID for the user. |
primaryEmail |
The user's primary email address. |
alias |
The alias email address. |
kind |
The type of the API resource. For Alias resources, the value is |
etag |
ETag of the resource. |
Methods |
|
---|---|
|
Removes an alias. |
|
Adds an alias. |
|
Lists all aliases for a user. |
|
Watches for changes in users list. |