Add linked account details when fetching in app wallet user details
![](https://blog.thirdweb.com/content/images/2024/03/IMG_20191121_185813.jpg)
Previously, when querying for user details via the in app wallet backend API, you would get something like:
Now it returns something like:
Note the addition of the linkedAccounts
field.
This adds full support for linked accounts which we introduce a while back.
For more details, check out the updated docs here!