Group Class

This object represents a group of users.

Properties

PROPERTY NAME

DATA TYPE

DESCRIPTION

GID

String

The internal ID of the group

GroupName

String

The unique string to identify the group

Users

List Object

The list of users which belong to the group, returned as a List<User>.

Methods