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
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
new_password
string
The new password you would like to use for your account.
required
old_password
string
The old password for your account.
required
{
"new_password": "new_password",
"old_password": "old_password"
}
Responses
object
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the SendGrid tag on Stack Overflow.