App-User Events

These are the event raised by the /api/app-users endpoint.

bolt/app-user-created

This event is raised when an app-user association is created.

event object

A standard Bolt event.

{
    "name": String, //the name of the event, in this case 'app-user-created'
    "body": Object, //an object representing the app-user that has just been created
    "publisher": String //the name of the app that published, in this case 'bolt'
}

bolt/app-user-deleted

This event is raised when an app-user association is deleted.

event object

A standard Bolt event.

{
    "name": String, //the name of the event, in this case 'app-user-deleted'
    "body": Object, //an object representing the app-user that has just been deleted
    "publisher": String //the name of the app that published, in this case 'bolt'
}

results matching ""

    No results matching ""