TTWrite API Documentation: change_password Endpoint
This document provides instructions for using the change_password
endpoint to manage user passwords in the TTWrite API.
API Endpoint: Change Password
API Endpoint
- URL:
mobile_api/change_password
Description
This API allows users to update their account password by providing their current password and a new password.
Post Parameters
Field | Value | Remarks |
---|---|---|
session_id | Access token ID | Example: de25cc16eb00960f076... |
old_password | User’s current password | Example: 123456 |
new_password | User’s new password | Example: newpassword123 |
Notes
- Ensure the
session_id
corresponds to the authenticated user. - The
old_password
must match the current password for the change to be successful. - The
new_password
should meet password policy requirements (if any exist).
admin December 8, 2024 access token security, API password management, change password API, change user password, mobile API password change, new password parameter, old password parameter, password change guide, password management API, password update endpoint, password validation, secure password update, session ID validation, TTWrite API guide, TTWrite change password, TTWrite documentation, user authentication, user password update, user security API API, Social Media, TTWrite Comments Off on TTWrite API Documentation: change_password Endpoint