Users
Query the available Users in SendGrid.
View-Specific Information
Select
Users can only be filtered by Id.
SELECT * FROM Users WHERE Id = '1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the user. | |
| Address | String | The address of the user. | |
| Address2 | String | The secondary address field for the user. | |
| City | String | The city of the user. | |
| Company | String | The company of the user. | |
| Country | String | The country of the user. | |
| FirstName | String | The first name of the user. | |
| LastName | String | The last name of the user. | |
| Phone | String | The phone number of the user. | |
| State | String | The state the user is located in. | |
| Website | String | The Web site URL of the user. | |
| Zip | String | The ZIP code of the user. |