POST api/UserManagement/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
ChangeAppUserPasswordName | Description | Type | Additional information |
---|---|---|---|
userInfo | UserInfo |
None. |
|
UserPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "userInfo": { "UserName": "sample string 1", "Password": "sample string 2", "Mac": "sample string 3", "ICCID": "sample string 4", "IsIpPath": true, "IsRadioPath": true, "RadioIP": "sample string 7", "SessionId": "sample string 8", "Account": "sample string 9" }, "UserPassword": "sample string 1" }
application/xml, text/xml
Sample:
<ChangeAppUserPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeminiiSecureWebAPI.Model"> <UserPassword>sample string 1</UserPassword> <userInfo> <Account>sample string 9</Account> <ICCID>sample string 4</ICCID> <IsIpPath>true</IsIpPath> <IsRadioPath>true</IsRadioPath> <Mac>sample string 3</Mac> <Password>sample string 2</Password> <RadioIP>sample string 7</RadioIP> <SessionId>sample string 8</SessionId> <UserName>sample string 1</UserName> </userInfo> </ChangeAppUserPassword>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />