Add to Group

POST /api/groups/addToGroup

Adds a contact/group/folder to a group

Query parameters

  • id integer Required

    Group ID to add

  • parentid integer Required

    New Parent Group ID

  • otype string Required

    Type of object to add

Responses

POST /api/groups/addToGroup
curl \
 -X POST http://api.example.com/api/groups/addToGroup?id=42&parentid=42&otype=string \
 -H "Authorization: Bearer $ACCESS_TOKEN"