Subusers
Query all the subusers in sendgrid.
View-Specific Information
Select
Query this table to retrieve all subusers.
SELECT * FROM Subusers
You can filter by Username to retrieve a specific subuser.
SELECT * FROM Subusers WHERE Username = 'Example'
Columns
| Name | Type | References | Description |
| Id | Integer | The Id of the subuser. | |
| String | The email of the subuser. | ||
| Username | String | The username of the subuser. | |
| Disabled | Boolean | Indicates whether the subuser is enabled or disabled. |