Info_Contacts
Query Smartsheet user contact details, facilitating management of personal and shared connections.
Table Specific Information
Select
This view returns details for Contacts.
Retrieve Contacts.
SELECT * FROM Info_Contacts
Retrieve details of a specified Contact.
SELECT * FROM Info_Contacts WHERE Id = '1322606759569284'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier assigned to each contact, used to differentiate them within the database. | |
| Name | String | The full name of the contact, typically including both first and last names. | |
| String | The primary email address associated with the contact, used for communication purposes. |