pub async fn storage_get_users( db: State<'_, DatabaseWrapper>, server_id: String, ) -> Result<Vec<UserInfo>, String>
Get users for a server