GetUser fetches a configuration JSON element from the userconfig table for a given orgid/userid combination.
Errors return the empty string. A blank path returns the whole JSON object, as JSON.
You can store org level settings by providing an empty user ID.
func (s Scope) SetUser(orgID, userID, key, json string) (err error)
SetUser writes a configuration JSON element to the userconfig table for the specified user.
You can store org level settings by providing an empty user ID.