User Registered Webhook
Request Details
export interface UserRegisteredWebhookPayload {
name: string;
email: string;
objectId: string;
subPortalId?: string;
usergroups: string[];
timeRegistered: string;
customAttributes: Record<string, unknown>;
preferences?: UserPreferences;
previousValues: PreviousValues;
}
Last updated
Was this helpful?