Skip to content

Get Online Users List



POST /admin/activity/onlinee

Get online users list (ids only of full model) or count online users

{ Admin-Api-Key: {{ HTTP_ADMIN_API_KEY }} }

Content-Type: application/json

{
"organizationId": "680a2fae96cc69d78861f101",
"userId": "63077ad836b78c3d82af0815",
"limit": 10,
"offset": 0,
"count": false,
"idsOnly": true
}
FieldTypeDescription
organizationIdstringOrganizationId performing request
userIdstringUser ID performing the deletion
limitintlimit numbers of users in response
offsetintusers to skip for pagination
countbooleanreceive only users count in response
idsOnlybooleanreceive only User IDs array in response

{
"users": ["67ed122cffed69f6d9c5ffdb", "67ed11d9ffed69f6d9c5ffd5"]
}