Currently Management API has end point to get all logs or logs for a particular user. But i want to get all the logs of USER BELONG TO CERTAIN GROUP at once.
How can i do this ??
I dont want to iterate over each member of group and get individual logs. Thats not efficient in case of large number of group members.