Skip to content

MngCheckCustomerPassword

Checks customer password.

Access Control

Requires CRM access and see_customer_contacts. The customer brand and desk must be inside the manager scope. Admin scope bypasses this check.

Request

{
  "command": "MngCheckCustomerPassword",
  "extID": "1",
  "data": {
    "customer_id": 1,
    "password": "new-strong-password"
  }
}

Response Data

{
  "customer_id": 1,
  "valid": true
}