I am using the module on Keycloak 18.0.3 and calling the following URL :
- GET {{keycloakUrl}}/realms/{{myRealm}}/export/realm
I receive a valid JSON but I can't find any user, and my realm has users. Did I miss anything ? I checked the code and it should automatically export them.