Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to main content

The purpose of this API is to update a group's details in Zoho Connect.

Request URL:

https://connect.zoho.com/pulse/api/updateGroupDetails

OAuth Scope:

zohopulse.grouplist.UPDATE

Request Method:

PUT

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Parameters

NameDescriptionRequired

scopeID

ID of the network the group is in. 

 

Required

partitionId

Group id to update details.

Required
name

Group Name

Optional
desc

Description for the group.

Optional
isPrivate

Set this as true if you want your group to be private.

Optional

isOpenMembership

Set this as true to allow anyone in your network to join this group.

Optional

 

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/updateGroupDetails?scopeID=105000017039001&partitionId=15000003452503&name=NewGroup&desc=Testing

Sample Response

Copied{
  "updateGroupDetails": {
    "result": "success"
  }
}