Get Connected Users

This endpoint gets all connected users in a community.

Get Connected Users

POST /radio/get-connected-users/:id/:key

This endpoint gets all connected users in a community.

Headers

Name
Value

Content-Type

application/json

URL Parameters

Name
Type
Description

id

string

Community ID

key

string

Community API Key

Response

{
    "result": "ok",
    "connectedUsers": [
        {
            "identity": "91de0ce8-c571-11e9-9714-5600023b2434",
            "metadata": See "Connected User Metadata" in Data Structures below
        }
    ]
}

Last updated