User account not showing on the Users page

Discussion in 'LiquidFiles General' started by Jack Sprague, Oct 31, 2018.

  1. Jack Sprague

    Jack Sprague New Member

    Joined:
    Oct 31, 2018
    Messages:
    1
    Likes Received:
    0
    We have a user account not showing on the Users page but, I can see it if I do a CSV dump of all users.
    How do I get it to show on the page? Or how can I delete it?
    When I run the "curl -s -X DELETE --user" command it asks for the password, is that the users or root?
    I don't have the user's password.
     
  2. David

    David Administrator
    Staff Member

    Joined:
    Dec 1, 2015
    Messages:
    781
    Likes Received:
    31
    This looks like a problem with Search. At first can you please run "reindex search" under the "<F2> setup" menu in the orange/gray console.
    When the reindexing is done you should see the user account on the User page as well.

    btw:
    The Delete Admin API needs some Sysadmin's API key to be able delete user. (The API keys you can find in the user's details Admin > Users > edit").
    example:
    curl -s -X DELETE --user "ayFlT3BNx1OXxiZcM4h5Tl:x" -H "Content-Type: application/json" https://liquidfiles.company.com/admin/users/user1-company-com
     

Share This Page