Skip to main content
GET
/
realtime
/
room.usersUnbanned
room users unbanned
curl --request GET \
  --url https://apix.us.amity.co/realtime/room.usersUnbanned
{
  "data": {
    "userIds": [
      "unbanneduser1-123-456",
      "unbanneduser2-789-012"
    ]
  },
  "eventType": "room.usersUnbanned",
  "id": "690c6a641b055f909ff1c8e1",
  "networkId": "606f37a0ae601e3c33eba9e3",
  "path": "606f37a0ae601e3c33eba9e3/room/690c6a641b055f909ff1c8e1",
  "senderId": "asc-app-c1-588c759896-pmzz8-1",
  "sentTime": "2025-11-06T10:00:00.456Z",
  "version": 1
}

Response

200 - application/json

RTE data for room.usersUnbanned event

id
string

The room ID

Example:

"690c6a641b055f909ff1c8e1"

data
object
networkId
string

ID of the network.

path
string

A topic path for subscription.

eventType
string

Name of the event.

senderId
string

ID of sender node.

sendTime
string<date-time>

The date/time when event was sent.

version
string

Version of API