Update User DetailsAdmin Scope
Note: Ensure you have installed the required package to use this SDK method.
Catalyst allows you to modify and update the following details of an end-user:
- First Name
- Last Name
- ZAAID
- RoleID: Role ID is the value generated by Catalyst that is assigned to a particular user role.
The SDK snippet below demonstrates updating an end-user’s details using the updateUserDetails(userID, userDetails) method. The first name of the user is updated in the example below.
The userManagement reference used in the code snippet below is the component instance.
copy
userManagement.updateUserDetails('13749831', { email_id: 'emma@zylker.com', last_name: 'Burrows', zaaid: '1483013413294234', role_id: '843974989234859', first_name: 'Amelia' });
Last Updated 2026-07-02 14:51:41 +0530 IST
Yes
No
Send your feedback to us
Skip
Submit