George Abraham Posted September 4, 2020 Share Posted September 4, 2020 I found in the spotfire api documenation thatsetDisplayName(), setEmail(), setPassword(), setMembers() are the operations to update the user profile using the API and i am using a java code to update profile userdirectoryprincipalobject.setDisplayName("NEW NAME"); I see the method works, when i try getDisplayName(), i get the updated value. but it does not save the value in spotifre. Is there any more method to call to Save the value in Spotfire Link to comment Share on other sites More sharing options...
Jens Borgland Posted September 29, 2020 Share Posted September 29, 2020 Are you referring to the Web Service API If so then you need to call the right method (e.g. setDisplayNameon the UserDirectoryService - the methods you are referring to likely only modify your local instance. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now