import Group from 'itslanguage/administrative-sdk/group/group.js'
Group domain model. A User can be part of one or multiple groups
constructor(id: string, name: string)
Create a group.
id: string
name: string
The group identifier. If none is given, one is generated.
The name of the group.
Error
id parameter of type "string|null" is required
name parameter of type "string" is required