/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}
PUT
/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}Updates a send-as alias. If a signature is provided, Gmail will sanitize the HTML before saving it with the alias. Addresses other than the primary address for the account can only be updated by service account clients that have been delegated domain-wide authority.
Request
Path Params
userId
string
required
User's email address. The special value "me" can be used to indicate the authenticated user.
sendAsEmail
string
required
The send-as alias to be updated.
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago