Forum Discussion

XaviC's avatar
XaviC
New Contributor III
5 months 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
    5 months 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.