FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. user-data
    Log in to post
    • All categories
    • M

      Filtering/limiting user data

      Q&A
      • user-data • • Moonshine
      9
      0
      Votes
      9
      Posts
      20.6k
      Views

      danD

      Hi James,

      Glad to help! Let us know if you have any more questions.

    • danD

      Solved How large can the data field be for any of the FusionAuth resources?

      Q&A
      • user-data database limits • • dan
      2
      0
      Votes
      2
      Posts
      11.2k
      Views

      danD

      If you're using PostgreSQL the size is essentially unlimited. With MySQL it is 16 MB.

      There are few exceptions to this rule where we may be using a 64 KB column if you're on MySQL.

      I wouldn't recommend storing that much data however. If you're using Elasticsearch, the custom data on the User will be indexed, and Elasticsearch will eventually hit a limit as well.

    • danD

      Can I query a user on their user data?

      Q&A
      • user user-data search query faq • • dan
      4
      0
      Votes
      4
      Posts
      8.5k
      Views

      danD

      @le-nnyburkdoll

      This guide might be helpful to you: https://fusionauth.io/docs/v1/tech/guides/user-search-with-elasticsearch

      Thanks,
      Dan

    • danD

      Is there a way to update user data in the UI?

      Q&A
      • user-data user-api from-slack faq • • dan
      3
      3
      Votes
      3
      Posts
      7.3k
      Views

      danD

      If you use the advanced registration forms, you can edit user data now. This was recently released as a premium feature (requiring a paid license; more info here).

      More info on setting up the user data editing screen: https://fusionauth.io/docs/v1/tech/guides/advanced-registration-forms/#editing-user-data-in-the-admin-ui