Users API
Keeping your user profile up to date helps SendGrid verify who you are and share important communications with you.
You can learn more in the SendGrid Account Details documentation.
Update your account email address
PUT /v3/user/email
Base url: https://api.sendgrid.com
This endpoint allows you to update the email address currently on file for your account.
Authentication
- API Key
Headers
Authorization
string
default: Bearer <<YOUR_API_KEY_HERE>>
required
on-behalf-of
string
default: The subuser's username. This header generates the API call as if the subuser account was making the call.
Request Body
object
email
string
The new email address that you would like to use for your account.
{
"email": "example@example.com"
}
Responses
object
email
string
The current email address on file for your account.
format: emailrequired
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.