Skip to main content
PATCH
Partially update a group (PATCH)

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: Partially update an existing user group (PATCH) - all fields optional

name
string

Name of the group

Maximum string length: 255
description
string | null

Description of the group

Response

Group updated successfully

V3 Response serializer for retrieving group details. Returns detailed group information including assigned workspaces.

id
integer
required
company_id
integer
required
category
string
required
name
string
required
description
string
required
user_ids
string
required
read-only
assigned_to
string
required
read-only
created_at
string<date-time>
required
updated_at
string<date-time>
required