I have created secondary user store with postgres database and import tables by running script PRODUCT_HOME/dbscripts/postgresql.sql.
In Advance settings for newly created user store I have checked Enable SCIM.
UserStore is working fine, but when i try to fetch users with:
curl -k --user admin:adminPass https://server.com:9443/wso2/scim/Users
I receive only users that are in PRIMARY store. How to receive also users that are from secondary store, or just users from secondary store?
EDIT: It suppose that any newly created user from secondary store can be fetched and it works, only old users that are created before I checked Enable SCIM are not fetched.