Count users with legacy bcrypt vs argon2id hashes. Admin only.
Use to decide when to remove the bcrypt fallback path (#545). Target removal: 2026-06-01.
cURL
curl --request GET \ --url https://api.example.com/api/admin/auth/legacy-hashes \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response