How to export data with first name and last name?

How to export data with first name and last name?

Hi @dev.admin,

Welcome to the Auth0 Community!

I understand that you’d like to export users with their first and last names.

To do so, there are a couple of options with exporting your users from Auth0.

First, you could use the Auth0 Management API users export job endpoint to export your users.
Or, alternatively, you could use the Auth0 User Import/Export Extension to export your users.

In either case, you’ll need to include the given_name (first name) and family_name (last name) fields in your export job. After doing so, you can download a file in your desired format with the data of your users’ profiles.

Please take a look at the Bulk User Export docs for more details.

Please do not hesitate to reach out if you have any further questions.

Thank you.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.