Hello - I have a list of users.
- My API creates a list of id’s (each user has an id)
- I want to take this list, compare it with the list of users I already have
- Finally I want to remove any users that are in my list of users, but that is NOT in my API list
I understand I will probably need to take my current list, minus list: My list intersects with the API list
This confuses me as I trying to remove users, but I only have ID’s (text) - how am I able to get a list of users from a list of texts?