Feature to allow admins a strict query user information by only complete email or username
Problem to solve
Based on documentation, admins only have the ability to get a user by id GET /users/:id. It would be very useful to get users by other attributes.
For starters:
-
email(Starting here would be amazing!), exact matches -
username, exact matches
Further details
Use case(s):
- Automation
- Compliance auditing
- Security auditing
Benefit(s):
- Reduce manual work
- Improve automation capabilities
- Reduce custom integrations to overcome simple user query by
usernameoremail
Goal(s):
- Ability to query users by
emailorusernamewith Admin api
Current (non-ideal) workaround(s):
- Create a database of users to cross-reference respectively
- Use:
searchfunctionality to search by email and/or username- Limitations
- Output provides limited information
- Output may return more than one user, not the exact person associated to account
- Limitations
Proposal
What does success look like, and how can we measure that?
- Ability to query users by
emailand/orusername
Links / references
Edited by Antony Saba