SCIM GET users operation returns an empty list of users
0
I'm implementing the add-on SCIM (v1.0.2) module in a project and I am trying to test the GET users operation (/scim/v2/Users) locally in Swagger UI. I've added a SCIM configuration in my app, generated an authorization key and I retrieve a 200 response, all good. However the list of results is 0, while I have around 20.000 active users in my local database. Anyone else who has experienced this? Did I miss something in the configuration or implementation? Since I cannot debug, because it is protected code, I have no idea where it is going wrong.