Reset User Password

post

/rest/v19/companies/{companyName}/users/{userName}/actions/resetPassword

This operation creates a temporary password and sends it to the user's email.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : Reset Password Request
Type: object
Title: Reset Password Request
Reset Password Request
Show Source
Back to Top

Response

Supported Media Types

200 Response

Reset password action is successful.
Back to Top

Examples

The following example shows how to create a temporary password and sends it to the user’s email by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X POST -H "Authorization: Bearer <token>" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v19/companies/_host/users/AAP39/actions/resetPassword
Back to Top