Examples

PUT /v1/0cfa194a-d53a-4b7a-b8ce-6b18b60c23e7/tenants/7e4a90c3-2588-43d6-99a9-9946eccd0f46/change_password
{
  "tenant": {
    "current_password": "super_secret_password",
    "new_password": "super_new_password"
  }
}
200
{
  "tenant": {
    "id": "7e4a90c3-2588-43d6-99a9-9946eccd0f46",
    "account_number": 1000002,
    "first_name": "Sparkle71",
    "last_name": "Wehner",
    "middle_initial": null,
    "email": "charleyzulauf@runolfsdottirleuschke.biz71",
    "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": "charleyzulauf@runolfsdottirleuschke.biz71",
    "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": "2022-09-12T22:36:45.049-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": "fdc73672-2f1f-477d-aa71-c54f3fef79c3",
      "address1": "3894303 Gerry Haven",
      "address2": null,
      "city": "South Jessie",
      "state": "CT",
      "postal": "39384",
      "country": "US",
      "full_address": "3894303 Gerry Haven, South Jessie, CT 39384",
      "latitude": 39.114844,
      "longitude": -94.630169,
      "time_zone_id": "America/New_York",
      "time_zone_offset": "-04:00",
      "invalid_data": false,
      "label": "Home"
    },
    "addresses": [
      {
        "id": "fdc73672-2f1f-477d-aa71-c54f3fef79c3",
        "address1": "3894303 Gerry Haven",
        "address2": null,
        "city": "South Jessie",
        "state": "CT",
        "postal": "39384",
        "country": "US",
        "full_address": "3894303 Gerry Haven, South Jessie, CT 39384",
        "latitude": 39.114844,
        "longitude": -94.630169,
        "time_zone_id": "America/New_York",
        "time_zone_offset": "-04:00",
        "invalid_data": false,
        "label": "Home"
      }
    ],
    "facility_id": "0cfa194a-d53a-4b7a-b8ce-6b18b60c23e7",
    "previous_ledger_ids": [],
    "lead_ids": [],
    "closed_lead_ids": [],
    "contact_ids": [],
    "support_case_ids": [],
    "event_ids": [],
    "password_recovery_question_ids": [
      "059d7e91-1510-46a6-a165-df488924298a",
      "19f7c2ac-bb55-4078-96f7-64e9e7930b1b"
    ]
  },
  "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": "0cfa194a-d53a-4b7a-b8ce-6b18b60c23e7",
      "tenant_id": "7e4a90c3-2588-43d6-99a9-9946eccd0f46"
    }
  }
}

Params

Param name Description
id
required

Value: Must be a String
current_password
required

Value: Must be a String
new_password
required

Value: Must be a String