I’m using “/api/v1/users/” + oktaUser.id in my code to get User Information
But we only get the basic attributes, while the users template in the Okta admin envoirement is correct and shows also our custom attributes.
What are we doing wrong?
I’m using “/api/v1/users/” + oktaUser.id in my code to get User Information
But we only get the basic attributes, while the users template in the Okta admin envoirement is correct and shows also our custom attributes.
What are we doing wrong?
We typically don’t serialize null
properties. Are you able to POST values for these attributes?
We also support user permissions on each attribute, make sure its not marked as Hide
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.