Creates a personal contact group. Also creates a KRO, if there aren't any groups.
Name of the group to create.
Optional
encryptionKeyUrl: stringEncryptionKeyUrl to encrypt the displayName.
Optional
groupType: GroupTypeType of the group to create.
Deletes a contact group.
GroupId of the group to delete.
ContactsClient
module is designed to offer a set of APIs for retrieving and updating contacts and groups from the contacts-service.This code snippet demonstrates how to create an instance of
ContactClient
using webex and logger.Example