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 2025-08-28 12:01:44 +0530 IST