Skip to main content

Organization deleted

The event is created when an organization is deleted.

ParameterTypeDescription
namestringorganization.deleted
descriptionstringOrganization deleted
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.overrideLoginProviderenumTypes of the login provider Values: none, google, microsoft, Default: none
organization.overrideSignupenumTypes of the signup override Values: none, disabled, default, custom, Default: none
organization.customSignupUrlenumThe custom signup process URL of the organization if the overrideSignup is custom
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": {
"overrideLoginProvider": "google",
"stateName": "active",
"domain": "my-organization.com",
"name": "My Organization",
"id": "1b5f1459-c1c6-44da-954c-52daf3482d01",
"overrideSignup": "custom",
"customSignupUrl": "https://custom.com",
"userCount": "0"
},
"name": "organization.deleted",
"description": "Organization deleted",
"timestamp": "2023-09-06T12:30:51.737Z",
"status": "succeeded"
}