REST Resource: users.settings.forwardingAddresses

Resource: ForwardingAddress

Settings for a forwarding address.

JSON representation
{
  "forwardingEmail": string,
  "verificationStatus": enum (VerificationStatus)
}
Fields
forwardingEmail

string

An email address to which messages can be forwarded.

verificationStatus

enum (VerificationStatus)

Indicates whether this address has been verified and is usable for forwarding. Read-only.

VerificationStatus

Indicates whether ownership of an email address has been verified for forwarding use.

Enums
verificationStatusUnspecified Unspecified verification status.
accepted The address is ready to use for forwarding.
pending The address is awaiting verification by the owner.

Methods

create

Creates a forwarding address.

delete

Deletes the specified forwarding address and revokes any verification that may have been required.

get

Gets the specified forwarding address.

list

Lists the forwarding addresses for the specified account.