Is there a way to see when a user has been deactivated?

Hi,
is there a way to see when a user has been deactivated?
Thanks in advance.

OriginalPostID-228462

OriginalPostID-228462

  Discussion posts and replies are publicly visible

Parents
  • @venkateshamu Afaik you don't need to rely on a Shared Component to check if the User account is active or not. The "status" property in the fn!user() is sufficient to determine the same. fn!user(,"status") returns 0 for a deactivated account and 1 for active account. As a side note, the post might be about knowing the when (might be the date and time) the particular account has been deactivated but not to check its status.
Reply
  • @venkateshamu Afaik you don't need to rely on a Shared Component to check if the User account is active or not. The "status" property in the fn!user() is sufficient to determine the same. fn!user(,"status") returns 0 for a deactivated account and 1 for active account. As a side note, the post might be about knowing the when (might be the date and time) the particular account has been deactivated but not to check its status.
Children
No Data