mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2024-12-19 15:10:26 -05:00
2.6 KiB
2.6 KiB
User Account Commands
-
Deactivate a user account.
- This function disables a specific user's account, making it unusable for the owner.
-
Deactivate multiple user accounts.
- Allows you to disable several user accounts at once.
-
Create a user account.
- Use this to generate a new user account.
-
Create multiple user accounts.
- This facilitates the creation of several user accounts simultaneously.
-
Reset a user's password.
- If a user forgets their password, this function helps set a new one.
-
Whois user account.
- Provides detailed information about a specific user's account.
-
Whois multiple user accounts.
- Retrieves detailed information for multiple user accounts at once.
-
Query user account.
- Allows you to get specific details or attributes of a user account.
-
Query multiple user accounts.
- Retrieve specific details for several user accounts simultaneously.
-
List room memberships of user.
- Displays the list of rooms that a user is a part of.
- Promote a user to server admin.
- Elevates a user's privileges, making them an administrator on the server.
- List all user accounts.
- Displays a comprehensive list of all user accounts on the server.
- Quarantine all media a user uploaded.
- Segregates and isolates all media files uploaded by a specific user. Useful for potential harmful or inappropriate content.
- Collect account data.
- Retrieves all available data associated with a user's account.
- List account pushers.
- Shows devices and services that have push access to a user's account.
- Get rate limit of a user account.
- Displays the frequency at which a user can make requests or actions.
- Set rate limit of a user account.
- Adjusts the frequency rate at which a user can make requests or actions.
- Delete rate limit of a user account.
- Removes any rate limits set on a user's account, granting them unrestricted action frequency.
- Check if user account exists.
- Verifies the existence of a specific user account on the server.
- Shadow ban a user.
- Discreetly prevents a user's activities from being visible to others, while appearing normal to the banned user.
- Find a user by their 3PID (Third-party ID).
- Allows you to locate a user based on their third-party identifiers, such as email or phone number.
Note: All these commands utilize the Synapse API. Always exercise caution and ensure you have the necessary permissions when accessing and modifying user accounts.