Issue Enabling User via API – SaveUser() Fails with “User Already Exists” Error
Hi!
We’ve developed a custom REST API in our OneStream application to automate user management. So far, the following methods are working successfully:
CreateUser – Creates a new user
Disable...
In your SaveUser() call, you have set the fifth parameter, IsNew=True. I would think with it set True, it will try to create the user, rather than update the user.
In your SaveUser() call, you have set the fifth parameter, IsNew=True. I would think with it set True, it will try to create the user, rather than update the user.