Reset a User password (Random Value)

put

/cloudapi/restapi/v3/user/{userId}/auto-reset-pwd

This operation generates a random string and writes it to the password field for the supplied {userId}. The user is notified when the operation completes successfully.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: string

400 Response

Invalid input, Please check.

500 Response

Internal Server Error. Underlying Identity Management System threw an error, Please check the logs.
Back to Top