Returns
Returns the updated User Group object.Example
Parameters
string
required
The ID of the user group to update.
string
New name for the user group.
string
New description for the user group.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Update an existing user group.
user_group = galtea.user_groups.update(
user_group_id=user_group_id,
name="senior-quality-reviewers-" + run_identifier,
description="Senior team for quality reviews",
)