---
title: "Update group"
method: PATCH
path: "/groups/{id}"
tags: ["Groups"]
---

# Update group

`PATCH /groups/{id}`

## Path parameters

- `id` integer, required

## Request body

- object
  - `group` object, required
    - `name` string — The name of the group
    - `description` string, nullable — The description of the group
    - `login_enabled` boolean — Whether app access is enabled
    - `time_restriction_time_zone` string, nullable
    - `geofence_restriction_enabled` boolean — Whether geofence restriction is enabled
    - `primary_device_restriction_enabled` boolean — Whether primary device restriction is enabled
    - `managed_device_restriction_enabled` boolean — Whether managed device restriction is enabled
    - `reader_restriction_enabled` boolean — Whether reader proximity restriction is enabled
    - `time_restriction_enabled` boolean — Whether time restriction is enabled
    - `tap_to_access_restriction_enabled` boolean — Whether reader unlock restriction is enabled

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
