Get a User Object

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

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

Last Updated 2023-11-14 13:20:49 +0530 +0530