Getting user data from UID
-
Hello, I was wondering how I can get user data from the UID of the user,
I'm looking for groups they are in, and rep points. -
File not found · NodeBB/NodeBB
Node.js based forum software built for the modern web - File not found · NodeBB/NodeBB
GitHub (github.com)
var user = module.parent.require('./user'); user.getUsers([2], 1, function(err, users) { console.log(users); });
-
Just saw this section on the git! Thank you so much for showing me an example ^_^
Copyright © 2024 NodeBB | Contributors