-
Notifications
You must be signed in to change notification settings - Fork 131
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 for POST /api/v2/jobs/users-exports #95
Comments
@jebbench we're not planning to add this in the near future. I'll tag it as a nice to have for now. |
@lbalmaceda - no worries; we'll hammer the https://auth0.com/docs/api/management/v2#!/Users/get_users in the meantime. |
Any news on this? I'm a bit astonished that this endpoint still does not exist. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇♂️ |
Hi , we actually also have the same need for this API. Thanks |
@levyshachar2 not specifically on the roadmap but we have a bunch of changes and hopefully will be available by EOY. |
Would also appreciate support for this. |
Apologies for such a long delay. I'm going to update the Jobs entity and add at least the ones required here by you on the first comment @jebbench. While trying that I found that the "get results" endpoint is no longer present in the swagger docs and I wonder what the replacement is today. In the meantime, I'll focus the work on this PR #241 |
Since we're now unable to query the management api to find users based on our own internal ID we're forced to create our own local cache of user accounts; the Auth0 recommended way to do this is to use the export job method on the management API however this doesn't appear to be supported by the Java API.
We need at least support for:
The text was updated successfully, but these errors were encountered: