Info_Groups
Retrieve group information for enhanced user management and role-based permissions in Smartsheet.
Table Specific Information
Select
Retrieve all Groups.
SELECT * FROM Info_Groups
Retrieve details for a Group.
SELECT * FROM Info_Groups WHERE Id = '2035256120371076'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A unique identifier for the group, used as the primary key. | |
| Name | String | The descriptive name of the group, typically used for display and identification. | |
| Description | String | A brief summary or details about the purpose or function of the group. | |
| Owner | String | The email address of the user who owns or administers the group. | |
| OwnerId | String | The unique identifier for the user who owns or manages the group. | |
| CreatedAt | Datetime | The timestamp indicating when the group was initially created. | |
| ModifiedAt | Datetime | The timestamp indicating the most recent update or change made to the group. |