Example searches: “Get Story”, “Api key”, “filter”, “Authenticate a user”, “length”
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"