---
title: "Sets group status"
method: PATCH
path: "/legacy-groups/v1/groups/{groupId}/status"
tags: ["Groups"]
---

# Sets group status

`PATCH /legacy-groups/v1/groups/{groupId}/status`

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiPostGroupStatusRequest — A request model for setting the authenticated user's primary group.
  - `message` string — The message to set the group status to.

## Response `200`

OK

- RobloxGroupsApiShoutResponse
  - `body` string — The shout's message
  - `poster` RobloxGroupsApiModelsResponseUserModel — A model representing data about an Roblox.Platform.Membership.IUser
    - `buildersClubMembershipType` 0 | 1 | 2 | 3 | 4 — The user's builders club membership type
    - `hasVerifiedBadge` boolean — The user's verified badge status.
    - `userId` integer
    - `username` string
    - `displayName` string
  - `created` string, date-time — The shout's created time
  - `updated` string, date-time — The shout's last updated time

## Other responses

- `400` — 1: Group is invalid or does not exist. 7: Missing group status content. 32: Description was filtered.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 6: You are not authorized to set the status of this group

---

[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/versions/756260310407/schema)
