Get a User Object
Note: This SDK is currently in deprecation. Migrate to JavaScript SDK now.
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 2026-09-08 16:37:33 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit