Search for user id's by email
I'm writing a program that keeps track of all the enrolled users. In order to get a user's information though, I need their UUID. From what I understand, there isn't a method in the Captivate Prime API that returns a user's ID based on their name or email address. Is there a way to get a list of user ID's with their corresponding name/email? The only method that comes close is the GET /users call, but you're limited to 10 results per page, and you can't filter out by name or email.
