Get current user information and profile

Get parameters Get examples: // Simple URL - get current user /OpenForum/Actions/User?action=getCurrentUser // Using JSON.get - get user profile JSON.get('/OpenForum/Actions/User', 'getCurrentUserProfile', '') .onSuccess(function(result) { console.log('User profile:', result.data); }).go();