AuthenticationNotificationInfoCreate
v1

Event represents the notification info entity.

Details

This event is generated when a notification info either needs to be changed or has changed.

Consumer / Producer Diagram

AuthenticationNotificationInfoCreate Schema (json)
{
    "request": {
        "userKey": "string",
        "emailAddress": "string",
        "phoneNumber": "string",
        "roleTypes": {
            "item1": {
                "tenantKey": "string",
                "roleType": 0,
                "key": "string"
            }
        },
        "status": 0,
        "additionalInfo": {
            "item1": {}
        },
        "email": "STRING",
        "phonenumber": "string",
        "createdUserKey": "string",
        "createdUtc": null,
        "modifiedUserKey": "string",
        "timestamp": null
    },
    "key": "string",
    "context": {
        "decodedUserKey": "string",
        "decodedTenantKey": "string",
        "decodedAppKey": "string",
        "roleType": 0,
        "layer": "System",
        "allowed": {
            "item1": false
        }
    },
    "propertyBag": {
        "item1": "string"
    },
    "isTracked": false
}
Edit this pageLast updated on 2023/12/15