Initializing this.users$ using this.http method to fetch users based on criteria. Then switching to another http call to get user data for each user obtained from the initial call. Finally mapping the response to extract only the 'data' property.
I am trying to assign res.data to user.data but it seems to be only returning res.data without considering the user object. Any recommendations on how to accomplish this?