Get Connected User

This endpoint get a specific, connected user in a community.

Get Connected User

GET /radio/get-connected-user/:id/:key/:identity

This endpoint get a specific, connected user in a community.

Headers

Name
Value

Content-Type

application/json

URL Parameters

Name
Type
Description

id

string

Community ID

key

string

Community API Key

identity

string

User Account UUID

Response

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

Last updated