Get the logged-in user information
-
Hi, I made this code visible only to logged in users and get the values key1, key2.
<script>
function _webpushrScriptReady(){
webpushr(‘attributes’,{“key1” : “value”, “key2” : “value” });
}
</script>
Is there anyway I can get the logged-in user information? For example: first name, last name, role, email, etc.
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Get the logged-in user information’ is closed to new replies.