User Creation
The User Creation Event is used to notify when a new user is added in the system.
Event Type: USER_CREATE
Trigger Condition
Subscription to the USER_CREATE event is mandatory. This event is triggered in real-time when a user is created in the system.
Example Payload
{
"eventInfo": {
"userTypeId": 3,
"actionBy": "8a9388a8-1231-2345-0183-cdb9504d1424",
"userTypeName": "web admin"
},
"messageType": "USER_CREATE",
"entityName": "Fleet test",
"customerId": 12341,
"action": "Create",
"entityId": "8a94df65-1111-2122-0194-f3d333e81767",
"time": 1739257492699
}
Reference
Field | Description |
---|---|
| actionBy: The unique Azuga ID of the user who performed the action |
| Type of message |
| Name of the user created |
| The unique Azuga ID of the Customer |
| Action Performed |
| The unique Azuga ID of the user. This is automatically generated when the user object is created and cannot be altered. |
| Time when user is created in ms |
Updated 2 days ago