Skip to main content

User created

The event is created when a user is created.

ParameterTypeDescription
namestringuser.created
descriptionstringUser created
user.idstringThe ID of the user
user.languageCodestringThe language of the user
user.loginIdstringThe login ID of the user
user.firstNamestringThe first name of the user
user.lastNamestringThe last name of the user
user.statestringThe state of the user
user.languageCodestringThe language of the user
user.propertiesobjectThe custom properties the user

Example event

{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"id": "78f89c75-8223-4546-a8ac-0ff9f233c6ee",
"type": "admin"
},
"eventId": "4aab5eef-fdd3-11ec-8119-000d3aac87a0",
"name": "user.created",
"description": "User created",
"user": {
"firstName": "Abigail",
"lastName": "Mackay",
"loginId": "[email protected]",
"id": "d7601cea-f869-41e4-b090-32bb6bdb8cd2",
"languageCode": "en",
"state": "active"
},
"timestamp": "2023-04-17T09:53:48.208Z",
"status": "succeeded"
}