Add OrganizationUserAuthorizationService and a new member access endpoint - #8214
Draft
r-tome wants to merge 2 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## ac/pm-12473/groups-authorization-service #8214 +/- ##
============================================================================
+ Coverage 63.37% 63.41% +0.03%
============================================================================
Files 2396 2398 +2
Lines 104441 104561 +120
Branches 9472 9488 +16
============================================================================
+ Hits 66193 66310 +117
- Misses 36004 36005 +1
- Partials 2244 2246 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
r-tome
force-pushed
the
ac/pm-12473/organization-user-authorization-service
branch
from
August 14, 2026 10:29
32a008e to
3f22ae0
Compare
r-tome
force-pushed
the
ac/pm-12473/groups-authorization-service
branch
from
August 14, 2026 10:29
52b6dd3 to
3746148
Compare
…oint
Mirrors CollectionAuthorizationService's pattern for OrganizationUsersController:
one service that fetches its own data and calls the shared static
CollectionRules, instead of the inline ASP.NET authorization checks in Put.
Adds a new, additive PATCH organizations/{orgId}/users/{id} endpoint behind
a feature flag that preserves Put's exact current behavior (full-list model,
the self-add-to-collection and self-editing-own-groups checks,
preserve-readonly-collections merge), reusing the existing request model and
persistence commands (including the V2 email-change path).
r-tome
force-pushed
the
ac/pm-12473/groups-authorization-service
branch
from
August 14, 2026 10:54
3746148 to
b674bfc
Compare
r-tome
force-pushed
the
ac/pm-12473/organization-user-authorization-service
branch
from
August 14, 2026 10:54
3f22ae0 to
0ce3450
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎟️ Tracking
📔 Objective
📸 Screenshots