Skip to main content

User unblocked

The event is created when a user is unblocked.

ParameterTypeDescription
namestringuser.unblocked
descriptionstringUser unblocked
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.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": "4d8fa308-e4e5-11ed-a80a-000d3aac8353",
"name": "user.unblocked",
"description": "User unblocked",
"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"
}