PUT /Account/IpAddress/{id}/

Updates a user account's last logon IP address.
 

Request

Method Request URI
PUT /API/Account/IpAddress/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the account to update.

Request Body

Name: ipAddress
Type: System.String

Response

Response Body

A status code indication of success or reason of failure.