Skip to content

Transfer a group

POST
/api/v4/groups/{id}/transfer

Transfers a group to another parent group or transforms a subgroup into a top-level group. You must be an administrator or have the Owner role for the group.

id
required
string

The ID of a group

Media type application/json
object
group_id

The ID of the target group to which the group needs to be transferred to.If not provided, the source group will be promoted to a top-level group.

integer
nullable
Example generated
{
"group_id": 1
}

Created

Bad Request

Not Found