PartnerSettings
Query all the partner settings in SendGrid.
Table-Specific Information
Select
You can retrieve all the partner settings.
SELECT * FROM PartnerSettings
Columns
| Name | Type | References | Description |
| Title | String | The title of the partner. | |
| Enabled | String | Indicates if this partner setting has been enabled. | |
| Name | String | The name of the partner setting. | |
| Description | String | A description of this partner setting. |
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. |