Uh oh!
There was an error while loading. Please reload this page.
feat: Implement Enterprise SCIM - Get a Group or User - #3889
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #3889 +/- ##
==========================================
+ Coverage 92.48% 92.54% +0.06%
==========================================
Files 200 200 Lines 14564 14734 +170 ==========================================
+ Hits 13469 13636 +167 - Misses 895 897 +2 - Partials 200 201 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @elminster-aom!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
cc: @stevehipwell - @alexandear - @zyfy29
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
gmlewis
commented
Dec 22, 2025
Thank you, @alexandear! |
Uh oh!
There was an error while loading. Please reload this page.
Related with #3813
From REST API endpoints for Enterprise SCIM docs, implements:
Get SCIM provisioning information for an enterprise group, GET /scim/v2/enterprises/{enterprise}/Groups/{scim_group_id}
Get SCIM provisioning information for an enterprise user, GET /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}