EMC ViPR REST API

Search (SHIFT+S)

API Reference


Validate User Password For Change

POST /validate-password-change

Check to see if a proposed password change parameter satisfies ViPR's password content rules the api can be called before login


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