I didn’t see an answer anywhere, so I figured I’d post my question. I’m trying to use the users-exports endpoint and am consistently getting a 404. We have our own Auth0 appliance, running 2009.2 (we will be updating again soon but couldn’t during our critical period).
All seems to be correct, but it acts like it can’t find the endpoint. Here’s my call from Postman, with masked data:
Ah, that makes total sense now. Thank you!
I currently pull users down using the GET /api/v2/users so I’ll continue with that. Any idea when it will be supported?
So quick follow-up question. Our PSaaS will be retiring user search v2 when we upgrade to May 2021. In preparation for that, I switched my queries to use search_engine=v3. Unfortunately, now I can’t pull back all users programmatically since it limits it to 1000 total results.
I guess I can wait until the end of the quarter (per markd) to have the /users-exports available to me, but checking to see if there’s another way of exporting a large number of users?
Unfortunately, there are no other options at this time. One of my team members built a hack to “page” through the user data by doing time-boxed searches based on profile creation dates.
Thanks. Yes, I was thinking how I could page through by setting search criteria. Unfortunately, we recently migrated all users from our old prod tenant to our new prod tenant, so everyone has the same create_date. Maybe by chunking up the email address or something…