Hi i was wondering if it is possible to fetch all users or all users metadata files using the management api
Hi @karimebrahim328 ,
Thank you for posting this topic on the Auth0 Community!
The GET /api/v2/users endpoint allows you to retrieve the list of users. The limitation is that it can only fetch 50 at a time, so you need to use the page parameter to show more results.
If you want to export all user details in a file, please try the call POST /api/v2/jobs/users-exports endpoint
Here are a few articles related to user export using Management API:
Hope this helps!