Show admin-generated content to specific members

Thanks, that does seem like an easier option. I’ve not used the get email before. Is it as simple as placing this in the code?

user.getEmail()
.then( (email) => {
let userEmail = email; } );