POST residents/{username}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
username | string |
Required |
Body Parameters
ProfileUpdateRequestName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
string |
None. |
||
HomePhone | string |
None. |
|
CellPhone | string |
None. |
|
WorkPhone | string |
None. |
|
SecurityQuestion1 | string |
None. |
|
SecurityAnswer1 | string |
None. |
|
SecurityQuestion2 | string |
None. |
|
SecurityAnswer2 | string |
None. |
|
Gender | string |
None. |
|
HouseholdIncome | string |
None. |
|
MaritalStatus | string |
None. |
|
RentReminderEnabled | boolean |
None. |
|
RentReminderEmail | string |
None. |
|
UserPicture | string |
None. |
|
UserPictureFormat | string |
None. |
|
NotifyByEmail | boolean |
None. |
|
NotifyByPNS | boolean |
None. |
|
NotifyByText | boolean |
None. |
|
ADAEnabled | boolean |
None. |
|
UnitSpecifics | Collection of UnitSpecific |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "Email": "sample string 2", "HomePhone": "sample string 3", "CellPhone": "sample string 4", "WorkPhone": "sample string 5", "SecurityQuestion1": "sample string 6", "SecurityAnswer1": "sample string 7", "SecurityQuestion2": "sample string 8", "SecurityAnswer2": "sample string 9", "Gender": "sample string 10", "HouseholdIncome": "sample string 11", "MaritalStatus": "sample string 12", "RentReminderEnabled": true, "RentReminderEmail": "sample string 14", "UserPicture": "sample string 15", "UserPictureFormat": "sample string 16", "NotifyByEmail": true, "NotifyByPNS": true, "NotifyByText": true, "ADAEnabled": true, "UnitSpecifics": [ { "OneSiteId": 1, "ResidentMemberId": 2, "HouseholdId": 3, "LeaseId": 4, "MonthlyBillingStatements": true }, { "OneSiteId": 1, "ResidentMemberId": 2, "HouseholdId": 3, "LeaseId": 4, "MonthlyBillingStatements": true } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.