Hello Specklecommunity
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!
cristi
(Cristian Balas)
2
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
gjedlicska
(Gergő Jedlicska)
3
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 Saves me some time and means I don’t need to hack in the DB!
3 Likes