Subusers API
For more information about Subusers, visit the longform Subusers documentation. You can also manage Subusers in the SendGrid console.
List all Subusers
GET /v3/subusers
Base url: https://api.sendgrid.com
This endpoint allows you to retrieve a list of all of your subusers.
You can choose to retrieve specific subusers as well as limit the results that come back from the API.
Authentication
- API Key
Headers
Query String
The username of this subuser.
default: NoneThe number of results you would like to get in each request.
default: NoneThe number of subusers to skip.
default: NoneResponses
Whether or not the user is enabled or disabled.
The ID of this subuser.
The name by which this subuser will be referred.
The email address to contact this subuser.
format: emailthe 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.