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

# Group

> Represents a group of users (for security purposes).

Namespace: [Numa.Models](numamodels)<br />
Related Services: [GroupService.cs](../services/groupservice)

## Properties

| Property Name     | Type           | Description                                                |
| :---------------- | :------------- | :--------------------------------------------------------- |
| `Id`              | `string`       | Identifying `Guid`                                         |
| `Name`            | `string`       | Name of the group                                          |
| `GroupType`       | `string`       | Type of group (i.e., Sermon Collection Upload Permissions) |
| `UserIds`         | `List<string>` | List of users' Ids included in the group                   |
| `CreatedDatetime` | `DateTime`     | When the group was created                                 |
