Expose :active attribute to SCIM API
What does this MR do and why?
Exposes the :active
attribute for SCIM identities so group owners can distinguish between active and inactive identities associated to users.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- For a group with SCIM enabled and users with SCIM identities, execute the following:
curl --location --request GET '{instance_url}/api/v4/groups/:groupID/scim/identities' --header 'Private-Token: TOKEN'
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #387453 (closed) and customer Zendesk ticket(internal)
Edited by Jio Castillo