> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting from Stytch

> To export your passwordless Users from Stytch, use our Search users endpoint to export what you need.

<Tabs>
  <Tab title="Consumer auth">
    To export your passwordless Users from Stytch, use our [Search users](/api-reference/consumer/api/users/search-users) endpoint to export what you need. You can pull the full User object, which will contain the user's email(s), phone number(s), and other data such as crypto wallet addresses and [user metadata](/api-reference/consumer/api/resources/metadata).

    The following Github repository contains a utility that exports all of your User data to a CSV or JSON file:

    * [Stytch User export utility](https://github.com/stytchauth/stytch-node-export-users)

    If you're looking to export Stytch Users that contain a password, contact us at [support@stytch.com](mailto:support@stytch.com) and we will work with you to provide a smooth export of your hashed password data. We can also work with you to provide other data necessary to your migration, such as biometric public keys.
  </Tab>

  <Tab title="B2B auth">
    To export your Organizations and passwordless Member data from Stytch, use our [Search Organizations](/api-reference/b2b/api/organizations/search-organizations) endpoint and [Search Members](/api-reference/b2b/api/members/search-members) endpoint to export what you need. You can pull the full Organization and Member objects, which will contain the user's email, phone number, and metadata as well as the Organization's slug, name and authentication settings.

    If you're looking to export Stytch Members that contain a password, contact us at [support@stytch.com](mailto:support@stytch.com) and we will work with you to provide a smooth export of your hashed password data. We can also work with you to provide other data necessary to your migration, such as biometric public keys.
  </Tab>
</Tabs>
