jiveSGroup Table

Container table for social groups.

Column Name Type Length Nullable Unicode Description
creationDate bigint N/A false   Create date of the social group.
description varchar 1000 true true Social group description.
displayName varchar 255 false true URL safe social group name.
groupID bigint N/A false   Social group ID. Primary key.
groupType int N/A false   The type of the social group (open, member, private, etc)
modificationDate bigint N/A false   Last modification date of social group.
name varchar 255 false true Social group name.
userID bigint N/A false   The ID of the user that created the social group.