Table Type: Metadata
Contains the groups. Groups are collections of users in Genesys; a user can be in any number of groups - see the user_group table.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | Group id |
| db_last_updated | datetime | The last time this record was updated in the database | |
| db_when_created | datetime | The time this record was created in the database | |
| db_when_deleted | datetime | The time this record was deleted in the database or NULL | |
| state | string | One of: active, inactive, deleted | |
| type | string | One of: official, social | |
| visibility | string | One of: public, owners or members | |
| name | string | Group name | |
| description | string | Group description | |
| date_modified | datetime | ||
| member_count | int64 | Number of members in the group | |
| rules_visible | boolean | Whether membership rules visible to the person requesting to view the group. | |
| roles_enabled | boolean | Whether roles can be assigned to the group. |
