-
Type: Task
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2023.14
-
Component/s: Identity Management
-
Release Notes Summary:It is now possible to retrieve Scim v2 Users and Groups resources through Search endpoints
-
Epic Link:
-
Tags:
-
Sprint:nxplatform #113, nxplatform #114, nxplatform #115, nxplatform #116
-
Story Points:8
Mostly allowing to make a GET request with filtering and pagination, e.g.:
Users:
GET /scim/v2/Users?filter={attribute}{op}{value}&sortBy={attributeName}&sortOrder={ascending|descending}
Groups:
GET /scim/v2/Groups?filter={attribute}{op}{value}&sortBy={attributeName}&sortOrder={ascending|descending}
Check the Protocol RFC about: