REST Resource: groups.aliases

Resource: GroupAlias

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 of the group.

primaryEmail

string

The primary email address of the group.

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 for the group.

list

Lists all aliases for a group.