Hello. I admin Rocket.Chat server. How I can revoke access to private room for one user? He didn’t admin or owner this room, but I can’t find how I can remove him from this room or other private room.
Rocket.Chat server v.3.14.4
Good question - I can see you can remove from a public room but not a private!!
First thing is check the API.
Second is check github! I’ll check that when I have a minute.
There may well be a bug opened so don’t rush to create a new one.
Have you checked on 3.15?
You can probably use the API to kick them:
But if you search for “private room” in github you will find this, which is the solution.
opened 07:06PM - 26 Apr 21 UTC
closed 08:26PM - 26 Apr 21 UTC
### Description:
We have discovered that people who are owners / leaders in p… rivate rooms no longer have the ability to remove users from a private room. This is in spite of the fact that these people have the required permissions to do so. We are running RC version 3.12.4 and are using SAML authentication. The option to remove the user from the room, is completely missing.
### Steps to reproduce:
1. Make a non-admin a private room owner/leader.
2. Verify that these types of users have permission to remove users from the private rooms for which they are an owner/leader, in the Administration section.
3. Have them click on the people icon in a private room, select a user, click on the three vertical dots. The red text to remove a user is missing.
### Expected behavior:
I would expect that they would be able to remove a user. I still have this ability, as a RC administrator.
### Actual behavior:
Here is what I see, as an admin:

Here is what an owner sees:

Finally, here is a screenshot of our Remove user permissions:

### Server Setup Information:
- Version of Rocket.Chat Server: 3.12.4
- Operating System: Centos 7
- Deployment Method: tar
- Number of Running Instances: 2
- DB Replicaset Oplog: Enabled
- NodeJS Version: v12.18.4
- MongoDB Version: 3.6.21 / mmapv1 (oplog Enabled)
### Client Setup Information
- Desktop App or Browser Version: both
- Operating System: linux/windows/mac
### Additional context
We are using SAML auth.
Look for the scroll bar!
Thanks John!!! I don’t see scroll on my desktop app… I found this command… Thank you very much.