Option to Add User to Project Without Sending Invitation #69

Closed
opened 2026-04-05 16:18:48 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @sajad-sadra on 2/21/2026

Is your feature request related to a problem? Please describe.
Currently, when adding a user to a project via the UI:

  • The system always follows the invitation flow.
  • The user must “accept” the invitation.
  • There is no way to directly assign an already-registered user to a project.

This creates friction in self-hosted or internal environments where:

  • Users are already trusted.
  • Email invitations are unnecessary.
  • Administrators want immediate access provisioning.
    Although the API supports setting hasAcceptedInvitation=true, this capability is not exposed in the UI.

Describe the solution you'd like
Self-host or project admin can be enable hasAcceptedInvitation default for the UI invitation.

*Originally created by @sajad-sadra on 2/21/2026* **Is your feature request related to a problem? Please describe.** Currently, when adding a user to a project via the UI: - The system always follows the invitation flow. - The user must “accept” the invitation. - There is no way to directly assign an already-registered user to a project. This creates friction in self-hosted or internal environments where: - Users are already trusted. - Email invitations are unnecessary. - Administrators want immediate access provisioning. Although the API supports setting `hasAcceptedInvitation=true`, this capability is not exposed in the UI. **Describe the solution you'd like** Self-host or project admin can be enable `hasAcceptedInvitation` default for the UI invitation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#69