Params

Param name Description
id
required

Validations:

  • Must be a String

current_password
required

Validations:

  • Must be a String

new_password
required

Validations:

  • Must be a String

Examples

PUT /v1/975d1d99-13f2-4019-a81c-964f955fe35e/tenants/2632c11e-5d1a-4dd5-b575-58131223f740/change_password
{
  "tenant": {
    "current_password": "super_secret_password",
    "new_password": "super_new_password"
  }
}
200
{
  "tenant": {
    "id": "2632c11e-5d1a-4dd5-b575-58131223f740",
    "account_number": 1000002,
    "first_name": "Carlos71",
    "last_name": "Quigley",
    "middle_initial": null,
    "email": "[email protected]",
    "tax_exempt": false,
    "is_military": false,
    "is_business": false,
    "business_name": null,
    "last_sign_in_at": null,
    "title": null,
    "delinquent": false,
    "current_ledger_ids": [],
    "preferences": {
      "email_invoices": true,
      "print_invoices": false,
      "charge_invoice_fee": true,
      "receive_legal_notices_by_email": null,
      "delinquency_exempt": false,
      "delinquency_docs_by_email": false,
      "delinquency_docs_by_mail": false,
      "receive_sms_for_gate_activity": false,
      "opt_in_to_marketing_emails": false,
      "opt_in_to_marketing_sms": false,
      "opt_in_to_transactional_sms": false,
      "exclude_from_insurance_auto_enroll": false,
      "exclude_from_insurance_auto_enroll_reason": null,
      "exclude_from_insurance_auto_enroll_created_by": null,
      "exclude_from_insurance_auto_enroll_on": null
    },
    "military_information": null,
    "username": "[email protected]",
    "drivers_license_number": null,
    "drivers_license_state": null,
    "vehicle_license_plate_number": null,
    "vehicle_license_state": null,
    "vehicle_description": null,
    "has_tenant_portal_account": true,
    "created_at": "2023-09-15T04:37:33.340-10:00",
    "gate_24_hour_access": false,
    "active": false,
    "tenant_account_kind_name": "Standard",
    "blocked_payments": false,
    "date_of_birth": null,
    "phone_numbers": [],
    "mailing_address": {
      "id": "e57d4d91-b73f-400c-addc-64905415d6d1",
      "address1": "51477187 Cremin Streets",
      "address2": null,
      "city": "North Cruzfurt",
      "state": "DE",
      "postal": "89980",
      "country": "US",
      "full_address": "51477187 Cremin Streets, North Cruzfurt, DE 89980",
      "latitude": 39.114844,
      "longitude": -94.630169,
      "time_zone_id": "America/New_York",
      "time_zone_offset": "-04:00",
      "invalid_data": false,
      "label": "Home"
    },
    "addresses": [
      {
        "id": "e57d4d91-b73f-400c-addc-64905415d6d1",
        "address1": "51477187 Cremin Streets",
        "address2": null,
        "city": "North Cruzfurt",
        "state": "DE",
        "postal": "89980",
        "country": "US",
        "full_address": "51477187 Cremin Streets, North Cruzfurt, DE 89980",
        "latitude": 39.114844,
        "longitude": -94.630169,
        "time_zone_id": "America/New_York",
        "time_zone_offset": "-04:00",
        "invalid_data": false,
        "label": "Home"
      }
    ],
    "facility_id": "975d1d99-13f2-4019-a81c-964f955fe35e",
    "previous_ledger_ids": [],
    "lead_ids": [],
    "closed_lead_ids": [],
    "contact_ids": [],
    "support_case_ids": [],
    "event_ids": [],
    "password_recovery_question_ids": [
      "c7974efc-3aed-48a1-a296-4e10660f6bf7",
      "b0ec67ec-ae9b-4ec1-9201-d5c358514f85"
    ]
  },
  "meta": {
    "status_code": 200,
    "status_message": "OK",
    "status_cat": "https://http.cat/200",
    "request_method": "PUT",
    "request_id": null,
    "parameters": {
      "tenant": {
        "current_password": "[FILTERED]",
        "new_password": "[FILTERED]"
      },
      "facility_id": "975d1d99-13f2-4019-a81c-964f955fe35e",
      "tenant_id": "2632c11e-5d1a-4dd5-b575-58131223f740"
    }
  }
}