Skip to main content
Version: 8.9

Type Alias: GroupCreateRequest

type GroupCreateRequest = object;

Properties

description?

optional description?: string;

The description of the new group.


groupId

groupId: string;

The ID of the new group.


name

name: string;

The display name of the new group.