Get the email address of a user from its userId integer.
integer
security.getUserEmail(userId)
userId
let email = security.getUserEmail(1234); // jane.doe@example.com