<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y00006Tt8VcSAJOkta Classic EngineLifecycle ManagementAnswered2024-04-15T13:47:19.000Z2019-07-24T14:38:13.000Z2019-07-25T16:22:32.000Z

9mfpo (9mfpo) asked a question.

Update user credentials on app-level

Good day!

I’ve tried to change a user password with {{url}}/api/v1/apps/{{appId}}/users/{{userId}} and request:

{

 "credentials": {

  "password": {

   "value": "updatedP@55word"

  }

 }

}

I got successful response, but the field passwordChanged is null and the user can’t sign in with a new password.

So, Can I update user credentials with this endpoint?

Thank you in advance!


This question is closed.
Loading
Update user credentials on app-level