The purpose of this API is to create a group in Zoho Connect network.
| Request URL: | https://connect.zoho.com/pulse/api/addGroup |
OAuth Scope: | zohopulse.grouplist.CREATE |
Request Method: | POST |
| Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
| Name | Description | Required |
scopeID | ID of the network the group needs to be created in. You can get this using the Network list API.
| Required |
name | Provide a name for the group. | Required |
| desc | Add a description. | Optional |
| userIds | Add the user IDs of members separated by a comma. You can add up to 100 IDs. | Optional |
| isPrivate | Set this as true if you want your group to be private. | Optional |
isOpenMembership | Set this as true if you'd like members to find and join this group. | Optional |
| fileId | Add a group logo ID. | Optional |
createChannel | Set this as true if you'd like to create a channel for this group. | Optional |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/addGroup?scopeID=105000017039001&name=NewGroup&desc=TestingSample Response
Copied{
"addGroup": {
"result": "success",
"partitionId": "15000003452503"
}
}