Skip to content
New issue

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

Support exporting users #475

Closed
eddywashere opened this issue Aug 13, 2022 · 2 comments
Closed

Support exporting users #475

eddywashere opened this issue Aug 13, 2022 · 2 comments
Labels
feature request A feature has been asked for or suggested by the community

Comments

@eddywashere
Copy link

Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.

Thank you in advance for helping us to improve this library! Your attention to detail here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.

By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.

Describe the problem you'd like to have solved

I would like to export users to csv via CLI

Describe the ideal solution

auth0 users export

Alternatives and current work-arounds

Use the API

Additional context

It looks like there is already code for ExportUsers it's just not surfaced in the cli.

@sergiught sergiught added the feature request A feature has been asked for or suggested by the community label Oct 10, 2022
@m3talsmith
Copy link
Contributor

@eddywashere in #955 we've added the ability to have a --csv flag for auth0 users search in the cli. This would allow you to:

  1. Have your search results in csv format
  2. Sort the export in a flexible manner
  3. Limit your export as needed

While this does have its limitations, we hope this will replace the need to use the API in place of the cli.

@eddywashere
Copy link
Author

@m3talsmith Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

3 participants