6.3 Join Public Group
The joinPublicGroup
function is used to join any public group of the organisation.
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
Was this helpful?