Invite User
| Access | Admin |
| Route | /invite |
Create a new user account directly, with login credentials.
Form fields​
| Field | Required | Notes |
|---|---|---|
| Name | Recommended | |
| Yes | Real-time uniqueness check | |
| Phone | Optional | Country code dropdown (default +47) |
| Password | Yes | Minimum 6 characters |
| Language | Yes | Defaults to Norwegian |
| ID Card number | Optional | Only with Kiosk module |
| ID Card PIN | Optional | Only with Kiosk module |
Validation​
All fields are validated in real-time (300ms debounce):
- Email: format check + global uniqueness
- Phone: country-specific format + global uniqueness
- ID Card: company-internal uniqueness
- Password: minimum 6 characters
Warnings appear in red when validation fails. The "Add User" button is disabled until all validations pass.
Pre-filling​
- Password defaults to the company's default email password (if configured in Company Settings)
- Language defaults to Norwegian
What happens on submit​
- The user account is created with the provided login methods
- The action is logged for audit trail
- A success/failure dialog indicates which auth methods succeeded
- On success, you are navigated to the Users page