Account Secuirty
This section emphasizes the security aspects of user accounts, including password management and account recovery options. It ensures users can maintain secure access to their accounts and recover access if necessary.
Included APIs:
Change Password: Provides users with the ability to update their password, enhancing account security.
Forget Password: Supports account recovery by initiating a password reset for users who have forgotten their login details.
1. Change Password
POST
/api/SMS/ChangeUserPasswords
Purpose: Allows users to change their account password.
Request Body:
Response:
2. Forget Password
POST
/api/User/ForgotPasswordCheckout
Purpose: Initiates a password reset process for users who have forgotten their password.
Request Body:
Response:
Last updated