How to see first login attempt to the app?

Hi,
I’m building a admin-site where admins can invite other users. In this view I would like to make a indicator that can show if the user is active (have logged in after getting invitation email) or inactive (never logged in to the solution)

Is there any way to show if the user have done the first-login to the application?

You can create a field say, accepted invite (Yes/No).

When user logs in first time, change it to yes.

Sending a parameter in the invite link might be helpful.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.