Hello,
I’m currently using okta-sdk-java 18.0.0
. I’m trying to upgrade to the latest 20.x.x
. I don’t see any migration instructions. But I’m find many methods are no longer available. For example, I need to create a user with “Staged” status, then activate it. Version 18
has UserApi.activateUser() method, but not in Version 20. I will list the methods below that I use them in version 18
, but no longer in version 20
here. Please help me to understand what I need to change to. Thanks!
- UserApi.activateUser()
- UserApi.deactivateUser()
- UserApi.changePassword()
- UserApi.forgotPasswordSetNewPassword()
- UserApi.unlockUser()
- UserApi.revokeUserSessions()
- UserApi.listUserGroups()
- UserFactorApi.activateFactor() # The new return type does not contain all the attributes in the JSON response