I know I can get the insights of how many monthly app users my app has by running
SELECT monthly_active_users FROM application WHERE app_id=00000000000000
What I'd like to do is get the ID's of all those active app users. Or, if given a user ID, check if that user ID is an active user of my app.
Does anyone know if this is possible, and if so how to do it?