Anybody know how I can make the “custom_fields” on User visible ? at the moment when I fetch user object I am getting the custom_fields property is empty object/hash - {}.
But if I do user.custom_fields, I can see all the custom fields, however as part of the User object is empty.
Please refer to the code snippet above for more details.
Thanks