REST API - Force Password Change?
Content
Hi all,
I am using the REST API, and sending a small snippet of JSON using a PATCH request to update the user's password, and then force them to enter a new one upon logging in. The first part of that goal is working, but the "force password" portion does not take effect. Does anyone have any guidance on what I might be doing incorrectly?
Thanks a lot,
Carl
Version
services/rest/connect/latest/accounts/Code Snippet
{ "newPassword":"newpasswordhere", "attributes": { "forcePasswordChange": true } }
Tagged:
0