User Registered for Exam Webhook
Request Details
interface UserRegisteredForExamWebhookBody {
{
user: {
id: string;
name: string;
email: string;
customAttributes: Record<string, unknown>;
};
portal: { id: string };
meta: { timestamp: string };
exam: {
{
objectId: string;
url: string;
name: string;
schedule: {
openDate: string;
closeDate: string;
}
},
userGroup: {
objectId: string;,
name: string;
}
}
}Last updated
Was this helpful?