There is a a lot business logic for searching + selecting the users for the add members logic. To keep things better organized + have the add members modal follow a similar pattern to the add friends modal, I created a new hook called `useAddMembersListUserInfos` to house all the business logic for searching + selecting the users
Depends on D10941