The purpose of this API is to remove a user from a group in Zoho Connect.
| Request URL: | https://connect.zoho.com/pulse/api/removeUserFromGroup |
OAuth Scope: | zohopulse.grouplist.DELETE |
Request Method: | DELETE |
| Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
| Name | Description | Required |
| scopeID | ID of the network the group is in. You can get this from the Network list API. | Required |
| partitionId | ID of the group to remove members from. | Required |
| userId | User ID to be removed. | Required |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/removeUserFromGroup?scopeID=105000017039001&partitionId=1048785767&userId=6765765Sample Response
Copied{
"removeUserFromGroup": {
"result": "success"
}
}