User Updation
The User Update Event is used to notify whenever an existing user’s details are modified in the system.
Event Type: USER_UPDATE
Trigger Condition
Subscription to the USER_UPDATE event is mandatory. This event is triggered in real-time when a user is updated in the system.
Example Payload
{
"eventInfo": {
"userTypeId": 2,
"actionBy": "060b46ff-5544-5342-a9c6-77fb7b8afa1b",
"userTypeName": "admin",
"isDriver": false
},
"messageType": "USER_UPDATE",
"entityName": "test user",
"customerId": 5134,
"action": "Update",
"entityId": "8a94a3ad-3145-2312-0195-379f1a61039e",
"time": 1742292668719
}
Reference
Field | Description |
---|---|
| actionBy: The unique Azuga ID of the user who performed the action |
messageType | Type of message |
entityName | Name of the user updated |
customerId | The unique Azuga ID of the Customer |
action | Action Performed |
entityId | The unique Azuga ID of the user. This is automatically generated when the user object is updated and cannot be altered. |
time | Time when user is updated in milliseconds |
Updated 5 days ago