Get the user's name from their userId (integer).
security.getUserName(userId)
userId
let userName = security.getUserName(1234); // "Jane Doe"