Contact group (contactgroup)
Table of Contents
Description
A group of address book contacts. Associates with address book contacts.
It is used in applications and services that regularly communicate with the same set of subscribers: conference calls, alerts, etc.
Can synchronize with LDAP in scheduled scenarios.
Fields
Entity structure
{
"id": uuid,
"code": str,
"name": str,
"shortname": str,
"opts": {
"title": str,
"comment": str,
"priority": int,
"abonents": array<int>,
"abonentcount": int
},
"ext": {
"ct": date,
"lwt": date
}
}