Account management

You can List, Create, Edit and Delete residents using these endpoints.

Model

A sample Resident object is below

{
    "organization":"1654740730258x343197985783152640",
    "building": "T2",
    "email": "cusnaresident2@gmail.com",
    "externalID": "1234456",
    "firstName": "Happy",
    "lastName": "Resident",
    "passphrase": "mypersonalpassphrase3",
    "phone": "4156234444",
    "stopDate": "2023-06-09T02:12:11.858Z",
    "tenantServiceStatus": "Active",
    "terminationMode": "Schedule stop date",
    "unit": "1112"
}

Managing Residents

List all Residents

Create and activate new Residents. The activation email is sent automatically on the service activation date.

Edit a resident

Delete a resident and de-activate automatically its service

Send activation email

Send again the activation email to a resident

Last updated