Skip to main content

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.

methodpathdescription
POST/api/users/{userId}/password/verifyVerify current user password by user ID.