Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I want to change a user preference (skin) of the user programatically. Is there an API which I can use to achieve this?
I think this is the API you need:
http://www.ajax-softwareag.com/articles/Y4LCDN/Caf-7-1-1JavaDocs/com/webMethods/portal/bizPolicy/biz/dir/IUserBizPolicy.html#setPortalStyle(com.webMethods.portal.bizPolicy.IContext,%20com.webMethods.portal.system.IURI,%20com.webMethods.portal.service.meta2.thing.IThingID)
(I think “skin” was originally called “style”.)
Justin