Can we migrate data to User Pass Auth Method

I have users data with passwords in this format
<algorithm>$<iterations>$<salt>$<hash>

Can I import this data into Vault USER PASS AUTH METHOD?

If yes, what needs to be done so?