[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Update User Password

Description

Update password of a local user. Any user can change his own password. Admin has permission to change any user password.

Request

Request

URL

URL


put
https://vrni.example.com/api/ni/settings/users/password
Copy

Request Body

Request Body

UserUpdateRequest of type(s) application/json Required

User details

{
    "new_password": "password",
    "username": "admin@local"
}
string
new_password Optional

string
username Optional
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

200 OK

Success

Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
403

Forbidden


ApiError
404

Not Found


ApiError
500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"new_password":"password","username":"admin@local"}' https://vrni.example.com/api/ni/settings/users/password


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Settings Operations
Feedback

Was this page helpful?