I am using wso2is-5.11.0 and there's a requirement to bulk import users into a secondary userstore. However, when I try it using the carbon console, the dropdown menu only shows the primary userstore. Is it possible to bulk import users into a secondary userstore? Thanks in advance.
Seems there is an issue with the property name set in the secondary userstores which used to indicate bulk user import feature supporting.
<IS-HOME>/repository/deployment/server/userstores
<Property name="BulkImportSupported">true</Property>
<Property name="IsBulkImportSupported">true</Property>
Then you can see the secondary userstore in bulk import feature drop-down.
If you select the secondary userstore and add the csv file, users will be imported to the secondary userstore.