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.
Get a user's profile
GET /v3/user/profile
Base url: https://api.sendgrid.com
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.
Responses
object
address
string
The user's address.
required
address2
string
The second line of the user's address.
city
string
The user's city.
required
company
string
The name of the user's company.
required
country
string
The user's country.
required
first_name
string
The user's first name.
required
last_name
string
The user's last name.
required
phone
string
The user's phone number.
required
state
string
The user's state.
required
website
string
The user's website URL.
required
zip
string
The user's zip code.
required
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.