
Raj Darbar
Hi,
I am trying to obtain a list of all users that supervise a group and can't see any methods to do this easily from either the UI or using the API.
Is there an easy method to obtain this information?
Thanks,
Raj
0
Comments
Please sign in to leave a comment.
Hi Raj,
Please take a look at our Script Cookbook. In there is an article that explains a technique using our SOAP API to do that specific task. Eventually our REST API will catch-up, but for the time being this should provide what you are asking for.
Kind regards,
Jordan.
Hi Jordan,
Will that work for on demand versions of xMatters too?
Thanks,
Raj
Yes, absolutely.
See the WebService docs.
You can get the wsdl by creating a URI like this:
https://<your-company-id>.<hosting-server>.xmatters.com/api/services/xmatters-5.5.47?wsdl
At this point I would only consider using the SOAP APIs for edge conditions, like the one described above. For initial API needs, always start with our REST API here.
Sure will have a read,
Thanks Jordan.