How to get some certain users at once sending a list of ids in a single GET request ? Does '/public/v2/users/' api support some parameters ? Working via postman. I tried this request, during my exploration (as an option): /public/v1/users?id=7956666,7956689,7956690 - but it returns only one result for the first id. If this api doesnt support some params in GET, another proposals(modify request or via postman functionality) to solve this problem are also acceptable.
I don't think it's designed for that. You can list by filtering matching name or email