Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to change a user's password using LAPI
RajDon
I am looking for ways to change a user password using LAPI. I couldn't find any method to change the password. If it not possible using LAPI, what are the other options to change the password programatically? We are on Livelink9.7.1. Thanks
Find more posts tagged with
Comments
Carsten_Kulms
Message from Carsten Kulms via eLinkThe Users, Groups, and Domains API functions UpdateUserInfo andUpdateUserInfoEx can be used to update a user's password. (The lattercan be called by admins only.)See the note in Livelink API Developer's Reference Guide: User, Group,and Domain Record Attributes----8<--------8<--------8<--------8<----You cannot directly update the UserPWD field, but you can change auser's password by specifying Password in the Name field of theattributes Assoc in the UpdateUserInfo function.----8=--------8=--------8=--------8=----