Keeping track of users

Is there anyway to see if user was invited but they haven’t accepted/logged in yet? I looked through some API commands, but I couldn’t find a way to display this information.

If you use ListUsers or DescribeUser, you’ll see false for “Active” if the user hasn’t accepted the invitation.
image

On the UI you’ll see a “Resend invitation” link.

2 Likes