Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Introduction

This event is thrown when organization unit is deleted (the state is changed to deleted).

Event Information

Value

Available from version

(Preview) Release 7.21xx - Altenalptürm

Event ID

51

Event Data Contract

OrganizationUnitDeleted

Event Data

The following data is contained in the event data.

{
  EventOccuredUtc: DateTime,
  EntityId : string, //organization unit id
  EntityName: string, //current organization unit record name
  EntityType : string, //"OrganizationUnit"
  IdentityDisplayName : string,
  IdentityTypeId : uint,
  IdentityTypeName : string,
  CoreIdentityId : uint,
  CoreIdentityDisplayName : string,
  CoreIdentityTypeId : uint,
  CoreIdentityTypeName : string,
  TargetSystemId : uint,
  TargetSystemName : string,
  MethodIdentifier : string,
  MethodName : string,
  Value : string,
}


  • No labels