Update group member search
Compare changes
Files
2@@ -78,11 +78,11 @@ def log_audit_event(member)
A search feature is being added to the group billable members page (issue here). This backend MR updates the group/:id/billable_members
endpoint, which is currently used to retrieve the entire list of billable group members.
The search params defined in this MR are based on the proposed design.
No changelog provided as we're hiding that new feature behind the api_billable_member_list
feature flag (see related issue)
Finally a frontend MR will follow this one here.
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
@gitlab-com/gl-security/appsec
Related to #262875 (closed)