Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
In ALM/QC, an API REST function exists to get the users assigned to a project. The returned list contain only the users. If we need to know the groups of these users, we have to call another function for each of these users, which a time and CPU consuming.
It would be nice that this function (or another one) returns the project's users list and, for each of the users, its assigned groups list.