| UserServiceChangePassword Method |
Change a user's password
POST restURL/UserService/ChangePassword?Token={token}&Device={device}
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SimpleResponse ChangePassword(
ChangePassword change,
string token,
string device
)
public:
SimpleResponse^ ChangePassword(
ChangePassword^ change,
String^ token,
String^ device
)
function ChangePassword(change, token, device);
Parameters
- change
- Type: ParaPlanREST.ModelsChangePassword
An object with change information - token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API
Return Value
Type:
SimpleResponseObject that describes which trips were entered and which were invalid.
See Also