What is the best way to add custom field attributes to app.user?

I have some custom fields on User, e.g support_group_c, that I use repeatedly to set defaults and determine which custom view to show on Cases etc.
I find myself repeatedly having to pull the full user bean to get the values for these fields.
Unfortunately app.user does not seem to include these custom fields.

What is the best route to have those values available throughout the app?
Should I be trying to override the GET /me ?

thanks,
FrancescaS
Parents Reply Children
No Data