Closed
Description
Description
There is currently a get user by id and a get users with query string and search filtering. Can we get an id field added to the search for users API that takes in an array of user ids?
Motivation
We have several entities that are one to many with users. The only way to get the full user detail for each of them is to make an API request per user or get all the users and filter it down.