User State Change Event (v0.1.0)

A user has changed state.

Overview

This event is triggered after that a user has changed state. It could be from Active to Disabled or vice versa.

Architecture diagram

Payload example

Payload example
{
"Reference": {
"Id": "550e8400-e29b-41d4-a716-446655440000",
"Attributes": {
"key1": "value1",
"key2": "value2"
}
},
"State": "Active"
}

JSON Schema

4 properties
ReferenceobjectReference
required
StatestringUserAccountState
required
Allowed values: Active Inactive Suspended Deleted