Is there a character limit in user properties?
e.g. I'd like to store in a custom property multi-line text, many ids and and names ("ID:Name") for which a user can access in my apps front-end. Something like, "1234:ResourceName1, 1235:ResourceName2," etc. that I can parse client side and also edit via admin api. I realize a DB is a good option for this, but trying to avoid that.