user
(since )
Contain current user object
Description
Contain current user object
Examples
//ape var is a reference to APE instance
console.log(ape.user.pubid); //Show pubid of current user
console.log(ape.user.properties); //Show properties of current user
User notes
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...

ape.core.user
so this section should read:
//ape var is a reference to APE instance
console.log(ape.core.user.pubid); //Show pubid of current user
console.log(ape.core.user.properties); //Show properties of current user