...
This event is thrown when a user request the deactivation of his own account.
Event Information | Value |
---|---|
Available from version |
Event ID | 22 |
Event Data Contract |
|
Event Data
The following data is contained in the event data.
Code Block |
---|
{
RequestedBy: string,
IdentityId: uint,
IdentityDisplayName: string,
RequestorCoreIdentityId: uint,
EventOccuredUtc: DateTime,
CoreIdentityId : uint,
CoreIdentityDisplayName : string,
CoreIdentityTypeId : uint,
CoreIdentityTypeName : string
} |
...