Rest API Contact-Group Endpoint

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

if you have LDAP enabled and your contact group match the LDAP name its members will be there
OR
if you add members manually.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.