Reset Users passwords (Random Value)
put
/cloudapi/restapi/v3/user/auto-reset-pwd
This operation generates a random string and writes it to the password field for each of a list of users. The users are notified when the operation completes successfully.
Request
Array of User Id strings whose passwords to be automatically reset.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : additionalProperties
Type:
object
400 Response
Invalid input, Please check.
500 Response
Internal Server Error. Underlying Identity Management System threw an error, Please check the logs.