Is there an easy way to get a list of all Active and Deactivated users in an environment?...
OriginalPostID-67606
Discussion posts and replies are publicly visible
Using the "getdeactivatedusersby" from the plugin Personalization Utilities, all the deactivated users can be fetched using the below expression.
getdeactivatedusersby( "email", "@", 2)
All the active users can be fetched by using the a!groupMembers() function with the "All Users" group.