users_settings_forwardingAddresses_get | SELECT | forwardingEmail, userId | Gets the specified forwarding address. |
users_settings_forwardingAddresses_list | SELECT | userId | Lists the forwarding addresses for the specified account. |
users_settings_forwardingAddresses_create | INSERT | userId | Creates a forwarding address. If ownership verification is required, a message will be sent to the recipient and the resource's verification status will be set to pending ; otherwise, the resource will be created with verification status set to accepted . This method is only available to service account clients that have been delegated domain-wide authority. |
users_settings_forwardingAddresses_delete | DELETE | forwardingEmail, userId | Deletes the specified forwarding address and revokes any verification that may have been required. This method is only available to service account clients that have been delegated domain-wide authority. |