Info_Contacts
Query Smartsheet Contacts. A Contact is the personal contact of a User in Smartsheet.
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 | The unique identifier of the contact. | |
Name | String | The full name of the contact. | |
String | The email address of the contac. |