Accelerate the Value of Data

Update Customer API

API to update a customer record

This API updates a customer record.

Table 1. Header Parameters
Name Required Details
Authorization Yes Bearer <access_token>
Content-Type Yes application/json

Body

{
  "id": "asyl_cust52930",
  "tenants": [
  "apitest",
  "ab88fq17"
  ],
  "externalProviderConfig": [],
  "description": "A king",
  "passwordPolicy": {
    "passwordRules": [
      {
        "type": ".LengthPRule",
        "min": 4,
        "max": 8
      },
      {
        "type": ".UsernamePRule",
        "matchBackwards": false,
        "ignoreCase": true
      },
      {
        "type": ".HistoryPRule",
        "lastPasswordVerifyCount": 2
      }
    ],
    "expirePeriodInDays": 2,
    "inactivePeriodInDays": 1,
    "numberOfFailedLoginAttempts": 2
  },
  "caseSensitiveLoginEnabled": true,
  "applicationClients": [],
  "customerSpecificRoles": []
}