Skip to main content
PUT
Fully update a group (PUT)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Body

V3 API: Fully update an existing user group (PUT) - requires all fields.

Only name and description are editable here; members are managed through the /api/v3/groups/{id}/members endpoints.

name
string
required

Name of the group

Maximum string length: 254
description
string | null

Description of the group

Response

Group updated successfully

GET /api/v3/groups (list) and GET /api/v3/groups/{id} (retrieve).

A single group the authenticated user is a member of (private groups never appear). The members themselves are exposed by the dedicated members endpoint.

id
integer
required
name
string
required
category
string
required
description
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
user_role
string
required
read-only
members_count
integer
required
read-only