Request Body schema: application/json

user_id
integer

Unique ID for Resident

user_type
string

Type of user (in the case of residents, this is always “Tenant”)

name
string

The user’s name

created_at
string

string <date-time>

updated_at
string

string <date-time>

sms_enabled
integer

Boolean to describe whether the user has opted into SMS text messaging communication

email_enabled
integer

Boolean to describe whether the user has opted into email communication

critical_note
string

Critical note to provide context for Latchel operations response

role_id
integer

Unique ID for user role

availability
array

A list of available times the resident has indicated availability

pw_id
integer
default: "null"

The resident’s PropertyWare ID (if exists)

avatar_url
string
default: "null"

URL for the resident’s avatar

ref_user_id
string
default: "null"

Tenant’s reference user ID

is_active
integer

Boolean to describe whether the user is active in Latchel or not

company_id
integer
default: "null"

Unique ID for PM Company who manages this resident

st_cid
integer
default: "null"

Unique ID for resident’s Stripe account

st_status
integer
default: "null"

Status of resident’s Stripe account

integration_data
json
default: "null"

Data corresponding to resident’s third party integrations

slug
string

A human-readable unique identifier for the resident

Response

200

Return a 200 status to indicate that the data was received successfully