---
title: "Toggle free access on a group"
method: PATCH
path: "/groups/{groupId}/isjumper/toggle"
tags: ["groups"]
---

# Toggle free access on a group

`PATCH /groups/{groupId}/isjumper/toggle`

Toggles the `is_jumper` flag on a specific group. When enabled (`is_jumper = true`), users can freely join and leave this group without requiring an administrator action. When disabled, group membership is managed exclusively by administrators. This corresponds to the "Free access" switch in the Ringover dashboard.

**Permission:** No specific permission required. A valid API key is sufficient.

**Monitoring:** **Required.** This is a team-level configuration change. Returns `401 Unauthorized` if Monitoring is OFF on your API key.

## Path parameters

- `groupId` integer, required

## Response `200`

Successful operation

## Other responses

- `400` — The provided group ID is invalid
- `401` — Authentication token is missing, invalid, expired, or monitoring is not enabled on the API key
- `404` — No group found with the specified ID
- `500` — Internal server error

---

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