> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieving User Group

> Get a user group by its ID.

## Returns

Returns a [User Group](/concepts/user-group) object.

## Example

```python theme={"system"}
user_group = galtea.user_groups.get(user_group_id=user_group_id)
```

## Parameters

<ResponseField name="user_group_id" type="string" required>
  The ID of the user group to retrieve.
</ResponseField>
