v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Create group from difference

Creates a new group from the difference of contacts between the provided groups.

post/groups/my/difference

Headers

Content-Typestring required

application/json

Authorizationstring required

Bearer {access-token}

Request body

namestring required

The name of the group to be created. Must be between 2 and 30 characters

groupsstring required

The names of the groups used to create the new group.

Response

200

namestring
sizeinteger

Example response

{
  "name": "difference",
  "size": 4
}