---
title: "Changes the group owner to another user."
method: POST
path: "/v1/groups/{groupId}/change-owner"
tags: ["Groups"]
---

# Changes the group owner to another user.

`POST /v1/groups/{groupId}/change-owner`

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiChangeOwnerRequest — A request model for changing the group owner.
  - `userId` integer — The user id.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 1: The group is invalid or does not exist. 3: The user is invalid or does not exist. 15: User is not a member of the group. 16: The user does not have the necessary level of premium membership.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 17: You are not authorized to change the owner of this group. 25: 2-Step Verification is required to make further transactions. Go to Settings > Security to complete 2-Step Verification.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/40ce8069acc1/schema)
