The v3 API documents that users have a 'props' attribute which should be visible. However, in model/user.go ClearNonProfileFields() clears it before it can be returned by the REST call. Why? Is there any doc about this property or what should/should not be done with it? We are interested in putting values there for our app, but though we can put stuff there, no one can see it.
Brad