EMC ViPR REST API

Search (SHIFT+S)

API Reference


Change Password

PUT /change-password

Change a local user's password without login. This interface need be provided with clear text old password and new password


Query Parameters

logout_user

Required Roles

This call has no restrictions.


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<password_change>
<old_password> Users current valid password to be changed. String
<password> The new password to be set for the user. String
<username> User name of the user who's password is being changed. String
</password_change>

Response Body