Draft: Use group/project ID for invite user modal
What does this MR do and why?
Use group/project ID for invite user modal
We are replacing the query to invite users when the SAML is enabled. We have decided to use a group query or project query depending of the context. See #434464 (comment 1764747685).
These API queries are not yet in use because the feature flag,
group_users_saml
is currently off in all environments. So it is safe
to deploy.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
N/A
How to set up and validate locally
See instructions here: !138075 (merged)