For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unban Members

Unban members from a specific Sonoran Radio server.

Unban Members

POST /v2/servers/:communityId/members/unban

Rate limit: 4 requests per minute

Unbans members from the selected server so they can rejoin the community.

Headers

Name
Value

Authorization

Bearer <community-api-key>

Content-Type

application/json

Examples

local response = client.radio:unbanMembersV2({
  "91de0ce8-c571-11e9-9714-5600023b2434"
}, 1)

Response

Successful requests return application/json.

{
  "unbannedAccIds": [
    "91de0ce8-c571-11e9-9714-5600023b2434"
  ]
}

Last updated

Was this helpful?