Related Services: GroupService.cs
Models
Group
Represents a group of users (for security purposes).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Represents a group of users (for security purposes).
| 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 |
