update_user
Modify user information including name, email, locale, address, newsletter preferences, and custom attributes in the Eduframe system.
Instructions
Update a user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the user to update | |
| first_name | No | First name of the user. | |
| middle_name | No | Middle name of the user. | |
| last_name | No | Last name of the user. | |
| No | The e-mail of the user. For admin users this field is ignored due to security concerns. | ||
| locale | No | ||
| wants_newsletter | No | Boolean representing the possibility of the user to receive newsletters. | |
| with_authentication | No | If the user should be able to login and thus receive login details by mail. Only relevant when creating the user. | |
| custom | No | The custom properties of the user. | |
| address_attributes | No | ||
| invoice_address_attributes | No | ||
| label_ids | No | IDs of the labels |