User Registered for Exam Webhook
This event is triggered when a user is registered for an Exam.
For users who are not present in the user group at the time of the exam scheduleing, this will trigger when they are added to the user group and their attempt is generated.
To subscribe to this webhook, please set up a URL endpoint capable of receiving POST requests.
Request Details
The request will POST a JSON payload that conforms to the following Typescript interface:
Last updated