I've added a custom profile attribute via the Okta admin screen called ABC_permissions. This string value has a Json payload which is almost 1Meg in size.
When I call the API via the full url in a browser https......./users/test1@axxx.com I see the profile with the custom attribute listed in the browser.
Unfortunately, using the c# SDK, the profile object shows zero unmapped attributes so I am unable to retrieve the json payload on the server side code. Any thoughts of what could be creating this issue?