Skip to main content

User blocked

The event is created when a user is blocked.

ParameterTypeDescription
namestringuser.blocked
descriptionstringUser blocked
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": "ab6f6682-e4e6-11ed-a80a-6045bd918b0d",
"name": "user.blocked",
"description": "User blocked",
"user": {
"firstName": "Abigail",
"lastName": "Mackay",
"loginId": "[email protected]",
"id": "d7601cea-f869-41e4-b090-32bb6bdb8cd2",
"languageCode": "en",
"state": "blocked"
},
"timestamp": "2023-04-17T09:53:48.208Z",
"status": "succeeded"
}