The /user endpoint currently returns only the id.
Is it possible to change it so that it also returns the First Name saved in the account settings?
My use case would be for a Home Assistant integration: I would like it to save the new entry as YNAB [first_name_here], The best I can do now is YNAB [uuid_here].
I'm aware that this is just a SDK to interface with the official API. However since it's maintained by YNAB developers, hopefully you can make this addition to the API and the SDK.