Communities
Promote participants to admin in community
This method is responsible for promote participants to admin in community.
patch/communities/{CommunityID}/admins
Path parameters
CommunityIDstring required
Group ID
Community ID
Request body
Response
OK
Example response
{
"success": true,
"failed": [
1234567890
],
"processed": [
1234567890
]
}