Add group_scim_identity to the members API

What does this MR do and why?

Add group_scim_identity to the members API

Changelog: changed EE: true

References

Screenshots or screen recordings

Before After
Screenshot_2025-07-02_at_9.27.38_AM Screenshot_2025-07-02_at_9.28.14_AM

How to set up and validate locally

  1. Create a top-level group
  2. Set up group_saml
  3. Associate SAML and SCIM identities to a user
    • Identity.new(user_id: user_id, provider: "group_saml", saml_provider_id: provider_id, extern_uid: "0x1234").save
    • GroupScimIdentity.new(group_id: group_id, user_id: user_id, active: true, extern_uid: "0x1234").save
  4. Send a request to the Members API for the group

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Jio Castillo

Merge request reports

Loading