Groups
Retrieve all groups except Auto Managed groups.
Columns
| Name | Type | Description |
| id [KEY] | String | id |
| label__v | String | label__v |
| group_description__v | String | group_description__v |
| system_group__v | Bool | system_group__v |
| created_date__v | Datetime | created_date__v |
| created_by__v | String | created_by__v |
| modified_date__v | Datetime | modified_date__v |
| modified_by__v | String | modified_by__v |
| members__v | String | members__v |
| implied_members__v | String | implied_members__v |
| security_profiles__v | String | security_profiles__v |
| active__v | Bool | active__v |
| name__v | String | name__v |
| editable__v | Bool | editable__v |
| type__v | String | type__v |
| allow_delegation_among_members__v | Bool | allow_delegation_among_members__v |
Pseudo-Columns
Pseudo-column fields are used in the WHERE clause of SELECT statements and offer more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| ExternalIdColumn | String | Specifies the External Id column to be used for Update and Upsert operations. Should be set to an unique column different from Id |