The persons group entity stores information about a set of persons (per).  

Database level

The mandatory fields are:

  • form: "peg"
  • peg_name: persons group name (i.e. "Sales-Team")
  • cch_email_o: persons group email address (i.e. "sales-team@qalgo.com")

QEE classes level

The class representing the persons group is QEEPeg.

Inherits from: QEEObject, QEEContact.

REST level

The endpoints dealing with person groups are:

xrPeg (GET, POST, PUT, DELETE)

xrPegs (GET, PUT, DELETE)