@webitel/api-services
    Preparing search index...

    Request message for creating a new group.

    interface ContactsCreateGroupRequest {
        description?: string;
        enabled?: boolean;
        name: string;
    }
    Index

    Properties

    description?: string

    The description of the group.

    enabled?: boolean

    The enabled status of the group.

    name: string

    The name of the group.