
00uglfay4eIJ8iL3X0h1.5488625227535898E12 (Customer) asked a question.
Is there a way to search against all People (Users) by email address? For example, if I wanted to see all Users who have an email address of @mydomain.com. I just want to see a list of Users with this email domain.
Thanks, Ken

Hi Ken Buckman,
There are two approaches that can be followed to accomplish your goal:
Approach 1
1. Navigate to Admin Console > Directory > Groups > Rules > Add Rules
2. Enter a Rule name and Select "Use Okta Expression Language" with the following Okta expression:
String.stringContains(user.login, "@specificDomain.com")
3. Assign to a group and Save
4. Go back to Rules and change the rule to Active
Approach 2
To add the Rockstar extension in the browser.With the Rockstar extension being added to the browser, admin will have privileges for exporting the users/groups by providing the conditions as per the requirements.