Updates a userput https://api.solidarity.tech/v1/users/{id}Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsidintegerrequiredID of the user to updateBody Paramsphone_numberstring | nullemailstring | nullfirst_namestring | nulllast_namestring | nullpreferred_languagestring | nullchapter_idinteger | nullPrimary chapter ID (backwards compatible)chapter_idsarray of integers | nullFull array of chapter IDs (replaces all). Requires multi-chapter feature.chapter_idsADD integeradd_chapter_idsarray of integers | nullArray of chapter IDs to add. Requires multi-chapter feature.add_chapter_idsADD integerremove_chapter_idsarray of integers | nullArray of chapter IDs to remove. Requires multi-chapter feature.remove_chapter_idsADD integerset_exclusive_chapterboolean | nullWhen true with chapter_id, sets that chapter as the only chapter (removes all other chapter memberships).truefalsesecond_languagestring | nullreferred_by_user_idinteger | nullcustom_user_propertiesobject | nullCustom property values keyed by internal_name. Use a string for single-value fields. Use an array of strings for Multiple Checkboxes fields. Comma-separated strings are also accepted for Multiple Checkboxes. For Multiple Checkboxes, see append_custom_user_properties to control whether values are merged with or replace existing values.custom_user_properties object | nullappend_custom_user_propertiesboolean | nullControls how Multiple Checkboxes custom properties are written. Defaults to true (union new values with existing values, the long-standing API behavior). Set to false to overwrite existing values, mirroring bulk update REPLACE mode. Has no effect on non-array field types.truefalseaddressobject | nullOptional address to update. We will attempt to geocode the address if latitude and longitude are not provided.address object | nullassessmentstring | nullAssessment status key to set on the user (maps to classification)sms_permissionboolean | nulltruefalsecall_permissionboolean | nulltruefalseemail_permissionboolean | nulltruefalsetimezonestring | nullIANA timezone identifier (e.g., "America/New_York", "Europe/London")donation_chargeobject | nullOptional external donation charge to createdonation_charge object | nullResponse 200user updatedUpdated about 2 months ago