As described on the previous pages, the allows you to view and fire events and the allows you to subscribe to events and execute actions based on them. This page describes the events that are fired by the Extra Horizon platform itself.
User events
User created
This event is fired when a new .
Copy {
"id": "61fbc368cff47e000833ac83",
"type": "user_created",
"content": {
"id": "630f297acff47e0008346bbe"
},
"creation_timestamp": 1643889512167
}
User deleted
This event is fired when a .
Copy {
"id": "61fbc368cff47e000833ac83",
"type": "user_deleted",
"content": {
"id": "630f297acff47e0008346bbe"
},
"creation_timestamp": 1643889512167
}
Patient enlistment added
This event is fired when a user is enlisted in a group as a patient.
Copy {
"id": "61fbc368cff47e000833ac83",
"type": "patient_enlistment_added",
"content": {
"user_id": "630f297acff47e0008346bbe",
"group_id": "87b55a649be4cd3e2cf99f15"
},
"creation_timestamp": 1643889512167
}
Patient enlistment removed
This event is fired when a user is removed from a group as a patient.
Copy {
"id": "61fbc368cff47e000833ac83",
"type": "patient_enlistment_removed",
"content": {
"user_id": "630f297acff47e0008346bbe",
"group_id": "87b55a649be4cd3e2cf99f15"
},
"creation_timestamp": 1643889512167
}
Password reset completed
Copy {
"id": "61fbc368cff47e000833ac83",
"type": "password_reset_completed",
"content": {
"user_id": "630f297acff47e0008346bbe"
},
"creation_timestamp": 1643889512167
}