Deprecated: MysqliDb::insertMulti(): Implicitly marking parameter $dataKeys as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/worldx.buzz/core/libs/DB/vendor/thingengineer/mysqli-database-class/MysqliDb.php on line 829
ColibriSM API - Documentation

Change password

Please use this (https://worldx.buzz/mobile_api/change_password) API for accessing endpoint of user password management


Post parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...
old_password User old password E.g. 123456
new_password User new password E.g. secret123

Success response

{
        "code": 200,
        "message": "Password changed",
        "data": []
    }
    

Error responses

{
        "code": 402,
        "message": "Incorrect old password value",
        "data": []
    }

    {
        "code": 402,
        "message": "Incorrect new password value",
        "data": []
    }