Get a user object

A user object can be created using the following method which does not fire a server side call. The userManagement reference used in the code snippet below is the  component instance.

Copied//Get the user object passing the user id.
var userManagement = catalyst.userManagement;
var user = userManagement.userId(USER_ID);