Update a user
magicbell_update_userUpdates a user record (reversible; sends no notification). Project API: PUT /users/{user_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | User email address. | ||
| user_id | Yes | MagicBell user id or external id to update. | |
| timezone | No | IANA timezone, e.g. America/New_York. | |
| last_name | No | User last name. | |
| first_name | No | User first name. | |
| external_id | No | Your own stable id for this user (recommended identifier). | |
| phone_numbers | No | Array of phone numbers (E.164). | |
| custom_attributes | No | Arbitrary key/value metadata for the user. |