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...
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...