I’m trying to get the stored data of all users using Netlify Identity.
I’ve tried setting up a cloud function to list them all, but I can only retrieve some of the users from the ${identity.url}/admin/users route, & not all of them.
Is there a way to navigate through Identity users or implement some other method so that I can get them all?