create_user
Add new user profiles to the Eduframe system by providing personal details, contact information, and optional authentication settings.
Instructions
Create a user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first_name | Yes | First name of the user. | |
| middle_name | No | Middle name of the user. | |
| last_name | Yes | Last name of the user. | |
| Yes | The e-mail of the user. | ||
| 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 | An array containing the identifiers of the labels associated with the user. When updating this array, the existing labels are replaced with the new ones provided. |