Get connected users
Last updated
Was this helpful?
Was this helpful?
{
"tab|abc123": {
"id": "USER_ID",
"email": "person@example.com"
},
"salesRoom": [
{
"id": "USER_1",
"email": "a@example.com"
},
{
"id": "USER_2",
"email": "b@example.com"
}
],
"anonymousChat": 3
}{
"apiKey": "BFAPI_..."
}{
"us-east-1": { "authenticated": 12, "anonymous": 4 },
"eu-west-1": { "authenticated": 7, "anonymous": 2 },
"_total": { "authenticated": 19, "anonymous": 6 }
}{
"apiKey": "BFAPI_...",
"includeUsers": true
}{
"us-east-1": {
"authenticated": [
{ "id": "USER_1", "email": "a@example.com" },
{ "id": "USER_2", "email": "b@example.com" }
],
"authenticatedCount": 2,
"anonymous": 4
},
"_total": { "authenticated": 2, "anonymous": 4 }
}{
"apiKey": "BFAPI_...",
"includeUsers": true,
"dedupeUsers": false
}