POST v1/company/user/updatePassword
WEB - UPDATE PASSWORD OF CURRENT COMPANY USER
Request Information
URI Parameters
None.
Body Parameters
CompanyUpdatePasswordRequestModelName | Description | Type | Additional information |
---|---|---|---|
company_user_old_password |
Current password of the user |
string |
Required |
company_user_new_password |
New password of the user |
string |
Required |
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "company_user_old_password": "sample string 1", "company_user_new_password": "sample string 2", "user_company_id": "sample string 3", "user_id": "sample string 4", "user_signature": "sample string 5" }
Response Information
Resource Description
WEB - UPDATE PASSWORD OF CURRENT COMPANY USER
BaseMetaResultModelName | Description | Type | Additional information |
---|---|---|---|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "meta": { "status_code": 1, "status_message": "sample string 2" } }