EMC ViPR REST API

Search (SHIFT+S)

API Reference


Update User Password

PUT /password/reset

Change a given local user's password and logs out his auth tokens. The authenticated caller must have SEC_ADMIN role.


Query Parameters

logout_userOptional. If set to false, will not logout user sessions.

Required Roles

Requires one of the following roles:

  • SECURITY_ADMIN
  • RESTRICTED_SECURITY_ADMIN

Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<password_reset>
<username> String
<password> String
<encpassword> String
</password_reset>

Response Body