Deactivate user in the database

I would like to deactivate users in the Nextcloud database. But I can’t find the table where I can enter it.
Is it possible to do this directly via the database?

Thank you for your support.
Chris

Can you use occ-command?

Using the occ command — Nextcloud latest Administration Manual latest documentation

Thank you very much for your help.
But unfortunately that doesn’t help me.
I display the database with HeidiSQL SQL. I would like to see which users are active and would also like to edit them there. To do this I need to know which table the information is in.

  1. Install a fresh Nextcloud for testing reasons
  2. create a user and made a db dump
  3. disable the user
  4. create a db dump and compare

Profit! :wink:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.