Communities::Bans::UnbanAction
Create Ban Unban Action
Enqueue an async background job to unban one or more contacts from a community. The action record is returned immediately with status: queued. Poll GET /communities/bans/unban_actions/{id} until status is completed.
post/communities/{community_id}/bans/unban_actions
Path parameters
community_idinteger required
Request body
Example request
{
"communities_bans_unban_action": {
"communities_bans_unban_action": {
"target_all": false,
"target_ids": [
"MnOpQr",
"StUvWx"
]
}
}
}Response
Created