Overview

Classes

  • Google_Service_Gmail
  • Google_Service_Gmail_AutoForwarding
  • Google_Service_Gmail_BatchDeleteMessagesRequest
  • Google_Service_Gmail_BatchModifyMessagesRequest
  • Google_Service_Gmail_Delegate
  • Google_Service_Gmail_Draft
  • Google_Service_Gmail_Filter
  • Google_Service_Gmail_FilterAction
  • Google_Service_Gmail_FilterCriteria
  • Google_Service_Gmail_ForwardingAddress
  • Google_Service_Gmail_History
  • Google_Service_Gmail_HistoryLabelAdded
  • Google_Service_Gmail_HistoryLabelRemoved
  • Google_Service_Gmail_HistoryMessageAdded
  • Google_Service_Gmail_HistoryMessageDeleted
  • Google_Service_Gmail_ImapSettings
  • Google_Service_Gmail_Label
  • Google_Service_Gmail_LabelColor
  • Google_Service_Gmail_LanguageSettings
  • Google_Service_Gmail_ListDelegatesResponse
  • Google_Service_Gmail_ListDraftsResponse
  • Google_Service_Gmail_ListFiltersResponse
  • Google_Service_Gmail_ListForwardingAddressesResponse
  • Google_Service_Gmail_ListHistoryResponse
  • Google_Service_Gmail_ListLabelsResponse
  • Google_Service_Gmail_ListMessagesResponse
  • Google_Service_Gmail_ListSendAsResponse
  • Google_Service_Gmail_ListSmimeInfoResponse
  • Google_Service_Gmail_ListThreadsResponse
  • Google_Service_Gmail_Message
  • Google_Service_Gmail_MessagePart
  • Google_Service_Gmail_MessagePartBody
  • Google_Service_Gmail_MessagePartHeader
  • Google_Service_Gmail_ModifyMessageRequest
  • Google_Service_Gmail_ModifyThreadRequest
  • Google_Service_Gmail_PopSettings
  • Google_Service_Gmail_Profile
  • Google_Service_Gmail_SendAs
  • Google_Service_Gmail_SmimeInfo
  • Google_Service_Gmail_SmtpMsa
  • Google_Service_Gmail_Thread
  • Google_Service_Gmail_Users_Resource
  • Google_Service_Gmail_UsersDrafts_Resource
  • Google_Service_Gmail_UsersHistory_Resource
  • Google_Service_Gmail_UsersLabels_Resource
  • Google_Service_Gmail_UsersMessages_Resource
  • Google_Service_Gmail_UsersMessagesAttachments_Resource
  • Google_Service_Gmail_UsersSettings_Resource
  • Google_Service_Gmail_UsersSettingsDelegates_Resource
  • Google_Service_Gmail_UsersSettingsFilters_Resource
  • Google_Service_Gmail_UsersSettingsForwardingAddresses_Resource
  • Google_Service_Gmail_UsersSettingsSendAs_Resource
  • Google_Service_Gmail_UsersSettingsSendAsSmimeInfo_Resource
  • Google_Service_Gmail_UsersThreads_Resource
  • Google_Service_Gmail_VacationSettings
  • Google_Service_Gmail_WatchRequest
  • Google_Service_Gmail_WatchResponse
  • Overview
  • Class
  • Tree

Class Google_Service_Gmail_UsersSettingsDelegates_Resource

The "delegates" collection of methods. Typical usage is:

 $gmailService = new Google_Service_Gmail(...);
 $delegates = $gmailService->delegates;
Google_Service_Resource
Extended by Google_Service_Gmail_UsersSettingsDelegates_Resource
Located at Gmail.php
Methods summary
public Google_Service_Gmail_Delegate
# create( string $userId, Google_Service_Gmail_Delegate $postBody, array $optParams = array() )

Adds a delegate with its verification status set directly to accepted, without sending any verification email. The delegate user must be a member of the same G Suite organization as the delegator user.

Adds a delegate with its verification status set directly to accepted, without sending any verification email. The delegate user must be a member of the same G Suite organization as the delegator user.

Gmail imposes limitations on the number of delegates and delegators each user in a G Suite organization can have. These limits depend on your organization, but in general each user can have up to 25 delegates and up to 10 delegators.

Note that a delegate user must be referred to by their primary email address, and not an email alias.

Also note that when a new delegate is created, there may be up to a one minute delay before the new delegate is available for use.

This method is only available to service account clients that have been delegated domain-wide authority. (delegates.create)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Gmail_Delegate
Google_Service_Gmail_Delegate
public
# delete( string $userId, string $delegateEmail, array $optParams = array() )

Removes the specified delegate (which can be of any verification status), and revokes any verification that may have been required for using it.

Removes the specified delegate (which can be of any verification status), and revokes any verification that may have been required for using it.

Note that a delegate user must be referred to by their primary email address, and not an email alias.

This method is only available to service account clients that have been delegated domain-wide authority. (delegates.delete)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$delegateEmail
The email address of the user to be removed as a delegate.
$optParams
Optional parameters.
public Google_Service_Gmail_Delegate
# get( string $userId, string $delegateEmail, array $optParams = array() )

Gets the specified delegate.

Gets the specified delegate.

Note that a delegate user must be referred to by their primary email address, and not an email alias.

This method is only available to service account clients that have been delegated domain-wide authority. (delegates.get)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$delegateEmail
The email address of the user whose delegate relationship is to be retrieved.
$optParams
Optional parameters.

Returns

Google_Service_Gmail_Delegate
Google_Service_Gmail_Delegate
public Google_Service_Gmail_ListDelegatesResponse
# listUsersSettingsDelegates( string $userId, array $optParams = array() )

Lists the delegates for the specified account.

Lists the delegates for the specified account.

This method is only available to service account clients that have been delegated domain-wide authority. (delegates.listUsersSettingsDelegates)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$optParams
Optional parameters.

Returns

Google_Service_Gmail_ListDelegatesResponse
Google_Service_Gmail_ListDelegatesResponse
© 2020 Google Inc.
Gmail API documentation generated by ApiGen 2.8.0