Adding properties to Okta UserProfile - Java API version 0.0.4

Java API version 0.0.4 for Okta UserProfile class in the com.okta.sdk.models.users package allows email, secondEmail, firstName, lastName, and mobilePhone to be saved to the user profile. However, I’m trying to store additional properties to the profile. Is there a way to do this with this API version?

It isn’t supported in 0.0.4. You can do it with the current version though:

Does that help?

1 Like

Yeah, I’m aware that the current API has the capability to add keys to the user’s profile, but the environment I’m working in is rather constrained and has this old API. Hopefully, I can get the latest version of the API.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.