Inffuse.user.isNew

Returns true when the user is first created

Syntax

Inffuse.user.isNew()

Example

   if (Inffuse.user.isNew())
     console.log("Hello new user...");