Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface UpdateGroupRequest

    interface UpdateGroupRequest {
        add?: string[];
        add_from_group?: string;
        auto_update?: GroupAutoUpdate;
        name?: string;
        remove?: string[];
        remove_from_group?: string;
    }
    Index

    Properties

    add?: string[]

    Add a list of phone numbers (MSISDNs) to this group. The phone numbers are a strings within an array and must be in <a href="https://community.sinch.com/t5/Glossary/E-164/ta-p/7537\" target="_blank">E.164 format.

    add_from_group?: string

    Copy the members from the another group into this group. Constraints: Must be valid group ID

    auto_update?: GroupAutoUpdate

    GroupAutoUpdate

    name?: string

    The name of the group. Omitting name from the JSON body will leave the name unchanged. To remove an existing name set, name explicitly to the JSON value null.

    remove?: string[]

    Remove a list of phone numbers (MSISDNs) to this group.The phone numbers are a strings within an array and must be in <a href="https://community.sinch.com/t5/Glossary/E-164/ta-p/7537\" target="_blank">E.164 format.

    remove_from_group?: string

    Remove the members in a specified group from this group. Constraints: Must be valid group ID