Data needed to add an existing contact to an existing group

interface AddContactToGroupCommand {
    contactUri: string;
    groupUri: string;
}

Properties

Properties

contactUri: string

The URI of an existing group, to that the contact should be added

groupUri: string

The URI of an existing contact, that should be added to the group