The joinPublicGroup function is used to join any public group of the organisation.
joinPublicGroup
The function takes the following parameters :
sessionId : Unique SessionId which is received in the authenticate function response.
groupId : Group Id of the Public Group.
response = bayunCore.joinPublicGroup("<sessionId>", "<groupId>") sessionId = response.sessionId
Last updated 5 years ago