update_user
Update a 3CX user's details by their numeric Id. Modify name, email, mobile, or enable/disable the user.
Instructions
[DESTRUCTIVE] Updates a 3CX user by numeric Id. Get the Id from get_user or list_users first. Only provided fields are changed. Can update name, email, mobile, or enable/disable a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric user Id (from get_user or list_users, NOT the extension number) | |
| FirstName | No | First name | |
| LastName | No | Last name | |
| EmailAddress | No | Email address | |
| Mobile | No | Mobile phone number | |
| Enabled | No | true to enable, false to disable the user |