Example searches: “toDate”, “companyid”, “client_token”, “Auth”, “search.value”
Adds a contact/group/folder to a group
Group ID to add
New Parent Group ID
Type of object to add
curl \ --request POST 'http://api.example.com/api/groups/addToGroup?id=42&parentid=42&otype=string' \ --header "Authorization: Bearer $ACCESS_TOKEN"