User Updated Webhook
Request Details
interface UserUpdatedWebhookBody {
objectId: string;
name: string;
email: string;
timeRegistered: string;
usergroups: string[];
customAttributes: {
favouriteSweet: string;
};
previousValues: {
name: string;
email: string;
preferences: {
locale: string;
};
customAttributes: {
favouriteSweet: string;
};
};
}
Last updated
Was this helpful?