7.5 Get Group By Id
bayunCore.getGroupById("<sessionId>", "<groupId>")
.then(result => {
console.log("Response received for getGroupById.");
console.log(result);
})
.catch(error => {
console.log("Error caught");
console.log(error);
});Last updated