v1

latestOpenAPI 3.0.02026-07-14181255304.7 KB
Communities

Demote participants to admin in community

This method is responsible for demote participants to admin in community.

delete/communities/{CommunityID}/admins

Path parameters

CommunityIDstring required

Group ID

Community ID

Request body

participantsContactID[]

Response

OK

successboolean
failedContactID[]
processedContactID[]

Example response

{
  "success": true,
  "failed": [
    1234567890
  ],
  "processed": [
    1234567890
  ]
}