Skip to content

API to initiate group transfer to organization

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Create a REST API endpoint to initiate a transfer of a top level group to a new organization. The endpoint will enqueue the Sidekiq job from #570333.

Create a new endpoint POST /groups/:id/transfer_to_organization with organization_id parameter.

The organization that the group is transferring to must already exist. There is an existing endpoint POST /organizations to create an organization.

Edited by 🤖 GitLab Bot 🤖