Bulk Import Users?

I used the kc.sh script to export my realm and the seperate users file. How can I import those users back in? Does exporting a realm + users as a single file work? Seems like we have half the puzzle, (exporting) but not the other half (importing). I also noticed that in the admin console the Export GUI screen appears to be gone. I am on 20.0.3, and running in dev mode.

I was able to use ./kc.sh export --users realm_file --dir /opt/keycloak/data/export/ which created a combined file of realm and user data, and then the import worked.

@dep4b How do you import users to a specific realm? I would like to import users from my legacy application.
regards