Group Object


Docs for Groups in Groups

Properties
idstringRead-onlyformat GUID

Group ID.


slugstringminLength 1maxLength 100

A unique part of a group's URL, for example https:/example.com/groups/slug.


privacyStatusstring

Group privacy status.


namestringmaxLength 100

Group name.


descriptionstringmaxLength 20480

Group description in DraftJS format.


teaserstringmaxLength 1000

Group teaser.


memberTitlestringminLength 1maxLength 1000

What group members are called, for example Coworkers, Friends, or Students.


coverImageCoverImage

Cover image. You cannot upload your own cover image.


settingsSettings

Group specific settings.

These settings can also be found in a site's Dashboard.


membersCountintegerRead-onlyformat int32

Total count of current group members.


ownerIdstringRead-only

Group owner.


createdDatestringRead-onlyformat date-time

Group creation date and time.


updatedDatestringRead-onlyformat date-time

Date and time of the latest group update.


lastActivityDatestringRead-onlyformat date-time

Date and time of the most recent group activity, for example a post or comment.

Did this help?