Files
windmill/backend/windmill-api/src
claude[bot] 4019473d73 [Claude PR] Add skip_email option to user creation endpoint (#5824)
* feat: add skip_email option to user creation endpoint

- Added optional skip_email field to NewUser struct in users.rs
- Added send_email_if_possible_with_skip function in users_ee.rs
- Updated user creation flow to support conditionally skipping email notifications
- Addresses issue #5823 requested by @alpetric

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>

* feat: add skip_email parameter to user creation endpoint OpenAPI spec

Add optional skip_email boolean parameter to the /users/create endpoint
schema to match the backend implementation that was added for skipping
email notifications during user creation.

Co-authored-by: alpetric <alpetric@users.noreply.github.com>

* revert users_ee

* ee repo ref

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
Co-authored-by: alpetric <alpetric@users.noreply.github.com>
Co-authored-by: Alex Petric <petric.al@gmail.com>
2025-05-28 19:44:32 +02:00
..
2024-12-04 16:50:17 +01:00
2025-04-25 14:22:45 +02:00
fix
2025-05-15 20:10:03 +02:00
2024-10-29 09:26:45 +01:00
2025-05-05 16:19:39 +02:00
2025-03-04 23:52:47 +01:00
2025-02-10 15:14:28 +01:00
2025-03-13 09:31:38 +01:00
2024-04-04 04:16:53 +02:00
2025-05-09 09:50:01 +02:00
2025-02-18 23:49:45 +01:00
2024-06-18 22:13:02 +02:00
2025-04-10 20:39:01 +00:00
2024-06-18 22:13:02 +02:00
2024-06-18 22:13:02 +02:00
2024-12-15 13:36:21 +01:00
2025-03-26 18:38:47 +01:00
2025-01-24 15:12:41 +01:00
2025-05-13 22:23:25 +02:00