Operation

post /data/plat/usermgt/changepassword
Change password (changePassword : /data/plat/usermgt/changepassword)
Mandatory Parameters:
user :User To change Password
oldpassword :User Old Password
newpassword : New User Password( Nokia Policy Rules)

Request body

Name

IsRequired

Description

Data Type

Enum

body optional request ServletWebRequest ---
body2 optional session HttpSession ---
body3 optional form String ---

Return type
  • NprResponse
  • Responses

    Response Messages

    Schema

    200success NprResponse
    201Created ---
    401Unauthorized ---
    403Forbidden ---
    404Not Found ---
    Consumes
    This API call consumes the following media types via the Content-Type request header:
    • application/json
    Example Request Data

    POST https://{{serverIp}}:8443/oms1350/data/plat/usermgt/changepassword Payload: { Tag: "", user: "alcatel", oldpassword: "Nokia2.*", newpassword: "Nokia3.$", newp2: "Nokia3.$" }

    Produces
    This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
    • */*
    Example Response Data
    Response: { "ok": false, "id": "8524840222504645", "responseMessage": "PasswordPolicyException,almapPwdMinAge 86400,", "responseList": null, "HTTPResponse": 400, "httpresponse": 400 }

    External Docs
    See Also :

    NprResponse

    Name

    Type

    Description

    Enum

    HTTPResponse Integer integer --- ---
    ok Boolean boolean The Npr response is created successfully ---
    id String string The Response id ---
    responseMessage String string Response message for the request ---
    responseList array[Object] object The List of response ---