Connectors
...
Actions
Force Password Reset
5 min
description initiates a forced password reset for a specified user in okta identity management, with an option to send a notification email endpoint url /api/v1/users/{{userid}}/lifecycle/reset password method post inputs path parameters (object) – required path parameters userid (string) – required user id parameters (object) – required url query parameters sendemail (boolean) – required when this is true, sends the reset link directly to the user's email, otherwise, the url will be returned here revokesessions (boolean) revokes all user sessions, except for the current session, if set to true output example \[ { "status code" 204, "response headers" { "content length" "140", "content type" "application/json", "date" "wed, 8 jan 2025 20 37 23 gmt" }, "reason" "ok", "json" { "summary" "reset password without sending email", "resetpasswordurl" "https //{youroktadomain}/reset password/xe6we17zmphl3kqapfxo" } } ] output parameters status code (number) reason (string) json (object) summary (string) resetpasswordurl (string) response headers header type content length string content type string date string