Change My Password
POST https://{{vaultDNS}}/api/{{version}}/objects/users/me/password
https://developer.veevavault.com/api/24.1/#Change_User_Password
Change the password for the currently authenticated user.
Request Body
[{"name"=>"password__v", "value"=>"", "datatype"=>"null"}, {"name"=>"new_password__v", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string |