Skip to content

Allow creating top-level groups in an organization

Abdul Wadood requested to merge 444675-create-group-with-org into master

What does this MR do and why?

Currently, to create top-level groups in an organization we use the POST /api/v4/groups API. But this API doesn't work for top-level groups. Therefore, we're adding a new action to the Organizations::GroupsController so that we can make an async request to the controller to create a top-level group.

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.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #444675 (closed)

Edited by Abdul Wadood

Merge request reports