!admin usersCommands for managing local users
!admin users create-userCreate a new user
!admin users reset-passwordReset user password
!admin users deactivateDeactivate a user
User will be removed from all rooms by default. Use --no-leave-rooms to not leave all rooms by default.
!admin users deactivate-allDeactivate a list of users
Recommended to use in conjunction with list-local-users.
Users will be removed from joined rooms by default.
Can be overridden with --no-leave-rooms.
Removing a mass amount of users from a room may cause a significant amount of leave events. The time to leave rooms may depend significantly on joined rooms and servers.
This command needs a newline separated list of users provided in a Markdown code block below the command.
!admin users logoutForcefully log a user out of all of their devices.
This will invalidate all access tokens for the specified user, effectively logging them out from all sessions. Note that this is destructive and may result in data loss for the user, such as encryption keys. Use with caution. Can only be used in the admin room.
!admin users suspendSuspend a user
Suspended users are able to log in, sync, and read messages, but are not able to send events nor redact them, cannot change their profile, and are unable to join, invite to, or knock on rooms.
Suspended users can still leave rooms and deactivate their account. Suspending them effectively makes them read-only.
!admin users unsuspendUnsuspend a user
Reverses the effects of the suspend command, allowing the user to send messages, change their profile, create room invites, etc.
!admin users lockLock a user
Locked users are unable to use their accounts beyond logging out. This is akin to a temporary deactivation that does not change the user's password. This can be used to quickly prevent a user from accessing their account.
!admin users unlockUnlock a user
Reverses the effects of the lock command, allowing the user to use their account again.
!admin users enable-loginEnable login for a user
!admin users disable-loginDisable login for a user
Disables login for the specified user without deactivating or locking their account. This prevents the user from obtaining new access tokens, but does not invalidate existing sessions.
!admin users list-usersList local users in the database
!admin users list-joined-roomsLists all the rooms (local and remote) that the specified user is joined in
!admin users force-join-roomManually join a local user to a room
!admin users force-leave-roomManually leave a local user from a room
!admin users force-leave-remote-roomManually leave a remote room for a local user
!admin users force-demoteForces the specified user to drop their power levels to the room default, if their permissions allow and the auth check permits
!admin users make-user-adminGrant server-admin privileges to a user
!admin users put-room-tagPuts a room tag for the specified user and room ID.
This is primarily useful if you'd like to set your admin room to the special "System Alerts" section in Element as a way to permanently see your admin room without it being buried away in your favourites or rooms. To do this, you would pass your user, your admin room's internal ID, and the tag name m.server_notice.
!admin users delete-room-tagDeletes the room tag for the specified user and room ID
!admin users get-room-tagsGets all the room tags for the specified user and room ID
!admin users redact-eventAttempts to forcefully redact the specified event ID from the sender user
This is only valid for local users
!admin users force-join-list-of-local-usersForce joins a specified list of local users to join the specified room.
Specify a codeblock of usernames.
At least 1 server admin must be in the room to reduce abuse.
Requires the --yes-i-want-to-do-this flag.
!admin users force-join-all-local-usersForce joins all local users to the specified room.
At least 1 server admin must be in the room to reduce abuse.
Requires the --yes-i-want-to-do-this flag.