const account = await updateUserAccount({ bio: "Hello" });
const updateUserAccount: PortalFunction<UserAccount, UpdateUserAccountInput>
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates editable fields on the signed-in account.
const account = await updateUserAccount({ bio: "Hello" });
const updateUserAccount: PortalFunction<UserAccount, UpdateUserAccountInput>