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