Get Online Users List
Description
Section titled “Description”POST /admin/activity/onlinee
Get online users list (ids only of full model) or count online users
Authorization
Section titled “Authorization”{ Admin-Api-Key: {{ HTTP_ADMIN_API_KEY }} }
Request
Section titled “Request”Content-Type: application/json
{ "organizationId": "680a2fae96cc69d78861f101", "userId": "63077ad836b78c3d82af0815", "limit": 10, "offset": 0, "count": false, "idsOnly": true}
Request Parameters
Section titled “Request Parameters”Field | Type | Description |
---|---|---|
organizationId | string | OrganizationId performing request |
userId | string | User ID performing the deletion |
limit | int | limit numbers of users in response |
offset | int | users to skip for pagination |
count | boolean | receive only users count in response |
idsOnly | boolean | receive only User IDs array in response |
Successful Response
Section titled “Successful Response”{ "users": ["67ed122cffed69f6d9c5ffdb", "67ed11d9ffed69f6d9c5ffd5"]}