<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Allow user to change personal data (firstname etc.)]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">How can we let a user access an edit page to change data like</p>
<p dir="auto">user.firstName etc.</p>
<p dir="auto">BR</p>
]]></description><link>https://fusionauth.io/community/forum/topic/2553/allow-user-to-change-personal-data-firstname-etc</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 13:39:56 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2553.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Nov 2023 15:44:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Allow user to change personal data (firstname etc.) on Sun, 19 Nov 2023 07:15:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1985">@egli</a> If you're using TypeScript/JavaScript you can implement a simple page with inputs and call</p>
<pre><code>  const newUserFields = {
    firstName: form.firstName,
    lastName: form.lastName,
  };

  await fusionAuthClient.patchUser(user.id, {
    user: newUserFields,
  });
</code></pre>
<p dir="auto">or use the <a href="https://fusionauth.io/docs/apis/users#update-a-user" rel="nofollow ugc">Update user</a> REST API to pass <code>firstName</code> and other fields.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6795</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6795</guid><dc:creator><![CDATA[akoskm]]></dc:creator><pubDate>Sun, 19 Nov 2023 07:15:29 GMT</pubDate></item><item><title><![CDATA[Reply to Allow user to change personal data (firstname etc.) on Thu, 09 Nov 2023 20:40:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1985">@egli</a> FusionAuth provides a feature called Self Service Registration Forms that allows users to update most of their own data from a hosted page. This includes updating passwords and other user data fields. However, this feature is only available in paid plans. Please check out <a href="https://fusionauth.io/docs/lifecycle/manage-users/account-management/updating-user-data" rel="nofollow ugc">https://fusionauth.io/docs/lifecycle/manage-users/account-management/updating-user-data</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/6767</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6767</guid><dc:creator><![CDATA[mark.robustelli]]></dc:creator><pubDate>Thu, 09 Nov 2023 20:40:59 GMT</pubDate></item></channel></rss>