0

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?

Donalg D
  • 85
  • 1
  • 6

1 Answers1

1

It isn't supported in 0.0.4. You will need up update the latest version: https://github.com/okta/okta-sdk-java

Brian Demers
  • 2,051
  • 1
  • 9
  • 12