Subusers API
For more information about Subusers, visit the longform Subusers documentation. You can also manage Subusers in the SendGrid console.
Update IPs assigned to a subuser
PUT /v3/subusers/{subuser_name}/ips
Base url: https://api.sendgrid.com
This endpoint allows you update your subusers' assigned IP.
Each subuser should be assigned to an IP address from which all of this subuser's mail will be sent. Often, this is the same IP as the parent account, but each subuser can have one or more of their own IP addresses as well.
More information:
Authentication
- API Key
Headers
Request Body
The IP addresses you would like to assign to the subuser.
[
"127.0.0.1"
]
Path Parameters
Responses
The IP addresses that are assigned to the subuser.
the error message
the field that generated the error
helper text or docs for troubleshooting
{
"errors": [
{
"field": "field_name",
"message": "error message"
}
]
}
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.