-
Notifications
You must be signed in to change notification settings - Fork 13.5k
users.list endpoint returning no users at all #11760
Copy link
Copy link
Closed
Description
Description:
When sending a GET request to the mentioned endpoint it does not return any user at all. However I'm able to make requests to im.list.everyone without any issue.
Steps to reproduce:
Make a GET request to the endpoint.
Expected behavior:
Return the system's users.
Actual behavior:
Returning empty object.
Server Setup Information:
- Version of Rocket.Chat Server: 0.68.3
- Operating System: Ubuntu Server 18.04 Bionic
- Deployment Method: snap
- Number of Running Instances: 1
- NodeJS Version: 8.11.3
Relevant logs:
What the endpoint is actually returning me:
{
"users": [],
"count": 0,
"offset": 0,
"total": 0,
"success": true
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels