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 |
---|---|
eventInfo | actionBy: The unique Azuga ID of the user who performed the action
Example: |
messageType | Type of message |
entityName | Name of the user created
Example: |
customerId | The unique Azuga ID of the Customer |
action | Action Performed
Example: |
entityId | The unique Azuga ID of the user. This is automatically generated when the user object is created and cannot be altered.
Example: |
time | Time when user is created in milliseconds
Example: |
Updated 4 days ago