I'm looking for the correct API method to get a list of computers in a smart group.
The documentation for smart-computer-groups-preview says it does exactly what I want, but I believe that description is incorrect.
It says: Recalculates the smart group for the given id and then returns the ids for the computers in the smart group
That's exactly what I need... unfortunately, it doesn't work. It just returns the count of computers in the Smart Group, it doesn't return the list of computer IDs. Even the example responses in the documentation just show it returning a Count.
What's the right way to get the list of computers in a Smart Group from the API?
Thank you!