Change current user's password using user ID

This operation enables you to change the current (logged in) user's password. The old password must be verified first.

NOTE: Once the password is changed, the user MUST logout and then login again using the new password before attempting another password change.

Path Params
int32
required

User ID of the logged in Sentinel user.

Query Params
string
enum
Defaults to json

Selects the requested response representation format.

Allowed:
Body Params

Holds the sentinel user information for password change.

string
required

User's current password.

string
required

User's new password.

Responses

400

BadRequestResponse indicates a request with invalid parameters.

401

UnauthorizedResponse signals an unauthorized API access.

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized.

500

GenericError generic error.

Language
Response
Choose an example:
application/json