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 2024-10-08 19:46:20 +0530 +0530