Hi , we want to try to use the import/export job to get all our users with their assigned roles from auth0 (for cache purposes)
I managed to get the export job working , but I don’t see how I can get also their list of roles.
Can someone put me in the right direction of how this property is called so I can add it to the parameter in the export job?
By the way , can I invoke this export job programmatic using the auth0 java SDK?
It would be great if I could simply use step 2, with the roles attached to each user. I could then easily paginate (if many users exist), and each user would have their respective roles attached.