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

    Request message for adding contacts to a group.

    interface ContactsAddContactsToGroupRequest {
        contactIds?: string[];
        groupIds?: string[];
    }
    Index

    Properties

    contactIds?: string[]

    List of contact IDs to add to the group.

    groupIds?: string[]

    The unique ID of the group.