- Admin would like to know how to find inactive users.
- This search for inactive users will be used to prepare for an upgrade.
Solution- In Query Builder, create a query on Search Type of
User
- Use Search Criteria of
status = 1
- Optionally, add other fields such as Id (user_id)
for this query for inactive users
Notes