Modify User account.

Implementation Notes

Modifies user with the supplied details.

Response Class (Status 200)

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
username UserName of account to modify. Path String
Submission

Details of the user account to add. body
Users1 {
EmailAddress(string,optional),
FirstName(string,optional),
LastName(string,optional),
Address1(string,optional),
WorkPhone(string,optional),
CellPhone(string,optional),
City(string,optional),
State(string,optional),
Country(string,optional),
PostalCode (string,optional),
APIKey(boolean,optional),
}
 { 
    "EmailAddress": "string",
    "FirstName": "string",
    "LastName": "string",
    "Address1": "string",
    "WorkPhone": "string",
    "CellPhone": "string",
    "City": "string",
    "State": "string",
    "Country": "string",
    "PostalCode": "string",
    "APIKey": true
 }   
Click to set as parameter value

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found