---
title: "Gets a value indicating whether the group can use payout feature"
method: GET
path: "/v1/groups/{groupId}/payout-restriction"
tags: ["Groups"]
---

# Gets a value indicating whether the group can use payout feature

`GET /v1/groups/{groupId}/payout-restriction`

## Path parameters

- `groupId` integer, required

## Response `200`

OK

- RobloxGroupsApiGroupPayoutRestrictionResponse — Response model for Group Payout Restriction
  - `canUseRecurringPayout` boolean — Whether the group can use recurring payout feature.
  - `canUseOneTimePayout` boolean — Whether the group can use one-time payout feature.

## Other responses

- `400` — 1: Group is invalid or does not exist.
- `401` — 0: Authorization has been denied for this request.
- `403` — 9: You don't have permission to view this group's payouts.

---

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