GroupSuppressions
Query group suppressions in SendGrid.
Table-Specific Information
Select
The following are examples to query the GroupSuppressions table:
SELECT * FROM GroupSuppressions WHERE GroupId = 391 SELECT * FROM GroupSuppressions WHERE GroupId IN (391, 392, 393)
Columns
| Name | Type | References | Description |
| GroupId [KEY] | Integer | Email of the unsubscriber. | |
| Emails | String | The time the unsubscriber was created. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| AccountId | String | The ID of the account. | |
| SubuserUsername | String | The username of the subuser. |