Skip to main content

Organization created

The event is created when an organization is created.

ParameterTypeDescription
namestringorganization.created
descriptionstringOrganization created
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

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": "none",
"stateName": "active",
"domain": "my-organization.com",
"name": "My Organization",
"id": "1b5f1459-c1c6-44da-954c-52daf3482d01",
"overrideSignup": "none",
"customSignupUrl": ""
},
"name": "organization.created",
"description": "Organization created",
"timestamp": "2023-09-06T12:30:51.737Z",
"status": "succeeded"
}