Hi All, We are trying to use Icinga APIs on our webservice to configure Icinga. We are able to create usergroups and users. But not able to assign usergroup to a particular user. The API we are using is as below:
POST https://ICINGA_HOST:5665/v1/objects/users/test1 { "attrs": { "groups" : "icingaadmingroup", "email" : "[email protected]<mailto:[email protected]>" } } We are getting 500 response from Icinga. Can someone please help in resolving the issue. Thanks in advance. Best Regards Harish Kumar
_______________________________________________ icinga-users mailing list [email protected] https://lists.icinga.org/mailman/listinfo/icinga-users
