William Godfrey commented,
Never Mind I managed to fix it by placing the following code between the login and the admin call. while (_rainbowApp.ConnectionState() != Rainbow.Model.ConnectionState.Connected || !_rainbowApp.Is...
William Godfrey commented,
Hi Christope, I modified the code to now include a nickname and the company id as seen below: admin.CreateUser(userEmailAddress, userPassword, firstName, lastName, firstName, company_id, true, crea...
William Godfrey created a post,
Hi Rainbow Support, I've been developing an app with rainbow sandbox and I've run into an issue when creating users in the C# sdk. I attempt to login with an admin account which succeedsI then try ...