java okta sdk how change user password version 0.6
Per API reference modify
user.getProfile().put("customPropertyKey", "a value");
with below:
'{
"credentials": {
"password" : { "value": "uTVM,TPw55" }
}
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.