Updated FAQ (markdown)

RustDesk
2024-08-07 23:25:30 +08:00
parent 1b6d1c7db6
commit a91c147c61

1
FAQ.md

@@ -444,6 +444,7 @@ https://github.com/rustdesk/rustdesk/discussions/2889#discussioncomment-6514549
- Users: Please create a token (check above link for devices) with `Read and write` of `User Permission`.
Download https://raw.githubusercontent.com/rustdesk/rustdesk/master/res/users.py.
```
# Noted: here, all name containing `test` will be returned
python3 users.py view --url http://rustdesk.yourcompany.com --token <token> --name test
python3 users.py disable --url http://rustdesk.yourcompany.com --token <token> --name test
python3 users.py delete --url http://rustdesk.yourcompany.com --token <token> --name test