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 password
PUT /v3/user/password
Base url: https://api.sendgrid.com
This endpoint allows you to update your password.
Authentication
- API Key
Headers
Request Body
The new password you would like to use for your account.
The old password for your account.
{
"new_password": "new_password",
"old_password": "old_password"
}
Responses
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.