{
  "type": "account.deactivated",
  "data": {
    "account": {
      "id": "clxvu9uj3000001ob92yrb61o",
      "storeId": "clxvu9l6l000001p27bdm9ydk",
      "name": "何沛妮",
      "displayName": "小何 | 台北101旗艦店",
      "employeeId": "50001",
      "avatar": "https://imagedelivery.net/zdm_0V2jGvo4F5LeqaPJDQ/5178a7f8-661f-46d7-d852-0b72a2242100/public"
    },
    "timestamps": {
      "deactivatedAt": "2024-06-18T18:18:18.000Z"
    },
    "timestampsMs": {
      "deactivatedAt": 1718734698000
    }
  }
}
This event type is in the beta stage; specifications are subject to change at any time.

Event Body Fields

The request event body is a JSON object that contains the following fields:

type
string

account.deactivated

data
Object

The object containing the event data.

{
  "type": "account.deactivated",
  "data": {
    "account": {
      "id": "clxvu9uj3000001ob92yrb61o",
      "storeId": "clxvu9l6l000001p27bdm9ydk",
      "name": "何沛妮",
      "displayName": "小何 | 台北101旗艦店",
      "employeeId": "50001",
      "avatar": "https://imagedelivery.net/zdm_0V2jGvo4F5LeqaPJDQ/5178a7f8-661f-46d7-d852-0b72a2242100/public"
    },
    "timestamps": {
      "deactivatedAt": "2024-06-18T18:18:18.000Z"
    },
    "timestampsMs": {
      "deactivatedAt": 1718734698000
    }
  }
}