We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add ability to search and delete users using the CLI.
While developing an application, it is very useful to quickly search and delete users. I'd like to request the following functionality:
Search users:
auth0 users search --email [email protected] auth0 users search auth0|123456 auth0 users search --name "John Doe"
auth0 users search --email [email protected]
auth0 users search auth0|123456
auth0 users search --name "John Doe"
Delete users:
auth0 users delete auth0|123456
Use the Auth0 dashboard, which is much slower than using the CLI.
None.
The text was updated successfully, but these errors were encountered:
Hi @haroldadmin, thanks for requesting this feature. It certainly is in our roadmap, though there's no ETA. I'll leave this issue open to track it.
Sorry, something went wrong.
Implemented by #280.
@haroldadmin this is now out on v0.7.0.
Successfully merging a pull request may close this issue.
Describe the problem you'd like to have solved
Please add ability to search and delete users using the CLI.
While developing an application, it is very useful to quickly search and delete users. I'd like to request the following functionality:
Describe the ideal solution
Search users:
auth0 users search --email [email protected]
auth0 users search auth0|123456
auth0 users search --name "John Doe"
Delete users:
auth0 users delete auth0|123456
Alternatives and current work-arounds
Use the Auth0 dashboard, which is much slower than using the CLI.
Additional context
None.
The text was updated successfully, but these errors were encountered: