Closed tharindu-b-hewage closed 2 weeks ago
When providing the parameter, it has to be spec-compliant.
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
Is your suggestion related to an experience ? Please describe. When retrieving user objects via SCIM, both groups and roles attributes are also received alongside the usual user attributes. However, both of these attributes are not required for typical CRUD operations on the user rather for permission information.
But populating roles and groups actually have a performance impact which affects even to the user GET calls where roles or groups information are not required.
Describe the improvement SCIM2 API consumers can use a parameter to enable or disable groups and roles in the SCIM2 GET user object.