How to get all Serverusers as admin

Hello Specklecommunity :slight_smile:

For my current projekt I need to display all serverusers to admins so they can manage these users.

query {
  userSearch(query: "abc") {
    items {
      name
    }
  }
}

Question is: How can I get all serverUser as an admin or am I missing something?

Thanks for the help in advance!

Hi @mgerhardt ,

This would definitely be useful, but we don’t have this feature yet.

I created a ticket for server admin features. You can track it here: Server Admin Features · Issue #362 · specklesystems/speckle-server · GitHub

Cristi

2 Likes

Hey @mgerhardt

check out our new admin topic and features at

Hope this helps with your usecase.

Yes. I saw this in the latest release :slight_smile: Saves me some time and means I don’t need to hack in the DB!

3 Likes