AddUserGroup Method
- Last UpdatedNov 06, 2025
- 1 minute read
The AddUserGroup() method takes a user group description and creates a new user group, returning the group ID.
| Overload | Description |
|---|---|
| AddUserGroup(String) | The AddUserGroup() method takes a user group description and creates a new user group, returning the group ID. |
| AddUserGroup(String,DateTime) | The AddUserGroup() method takes a user group description and creates a new user group, returning the group ID. This overload of the method includes a lastEditAt DateTime parameter that can be used for optimistic concurrency control. |