Hello community,
I am reading the information form contact-group REST-API on a MSP Edition V2.3.0p6 /check_mk/api/1.0/objects/contact_group_config/{name} and I am curious what the “members” element is for? Mine stays empty.
{
"links": null,
"domainType": "contact_group_config",
"id": "string",
"title": "string",
"members": {},
"extensions": {}
}
Documentation says this:
members, object, The container for external resources, like linked foreign objects or actions.
I would have expected to see the member list from the website or am I wrong?
Kind regards,
Andreas