Forum Discussion

WiskiOne's avatar
WiskiOne
New Contributor III
3 days ago
Solved

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...
  • rhankey's avatar
    3 days ago

    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.