REST Resource: users.aliases

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

string

The unique ID for the user.

primaryEmail

string

The user's primary email address.

alias

string

The alias email address.

kind

string

The type of the API resource. For Alias resources, the value is admin#directory#alias.

etag

string

ETag of the resource.

Methods

delete

Removes an alias.

insert

Adds an alias.

list

Lists all aliases for a user.

watch

Watches for changes in users list.