/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/verify
POST
/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/verifySends a verification email to the specified send-as alias address. The verification status must be pending
. This method is only available to 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 verified.
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a year ago