Skip to main content
Version: 5.7.0

SysGetLobbyMember

Retrieves lobby membership details for the specified user.

ServiceOperation
lobbySYS_GET_LOBBY_MEMBER

Method Parameters

ParameterDescription
lobbyIdId of chosen lobby
cxIdRTT connection id of a lobby member

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"profileId": "c394230e-53c0-4ba3-8eed-90963e58de9c",
"name": "",
"pic": "",
"rating": 1200,
"team": "all",
"isReady": true,
"extra": {},
"passcode": "8ebbd5",
"cxId": "13229:c394230e-53c0-4ba3-8eed-90963e58de9c:il6dpch4c8g4jm6p3o5vc85ssq"
},
"status": 200
}