Detect first time login in SDK?

Hi,

Is there any way to detect first time login through the SDKs?

Regards,
Allen

Hi Allen,
You can not perform it directly via SDK,
however you can add a field to User table called “first-login” and set it to true after first time user logged in.
Kindly regards, Artur.

Thanks for the suggestion.