Skip to main content

Organization blocked

The event is created when an organization is blocked.

ParameterTypeDescription
namestringorganization.blocked
descriptionstringOrganization blocked
organization.idstringThe ID of the organization
organization.namestringThe name of the organization
organization.domainstringThe domain of the organization
organization.stateNameenumThe state of the organization Values: active, blocked
organization.userCountstringThe number of the users assigned to the organization

Example event

{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36",
"id": "42d2d2be-48ba-4060-b48b-0b73c79580e0",
"type": "admin"
},
"eventId": "44271df6-4cb1-11ee-94cf-6045bd9ae62f",
"organization": {
"stateName": "blocked",
"domain": "my-organization.com",
"name": "My Organization",
"id": "1b5f1459-c1c6-44da-954c-52daf3482d01",
"userCount": "0"
},
"name": "organization.blocked",
"description": "Organization blocked",
"timestamp": "2023-09-06T12:30:51.737Z",
"status": "succeeded"
}