Implement security verification by Management API
Password verification
When users attempt to change their password, the system should prompt them to re-enter their current password to verify their identity. This step ensures that only the authorized account holder can change the password, preventing unauthorized access to the account.
method | path | description |
---|---|---|
POST | /api/users/{userId}/password/verify | Verify current user password by user ID. |