This commit is contained in:
2026-02-24 14:16:21 -08:00
parent 1ab81e92ee
commit 0f005d0715
6 changed files with 23 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ namespace raven_integration
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.userType = 3;//non scheduleable
D.userType = 2;// not service type user
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
Util.ValidateDataReturnResponseOk(a);
@@ -58,7 +58,7 @@ namespace raven_integration
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.userType = 3;//non scheduleable
D.userType = 2;// not service type user
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
Util.ValidateDataReturnResponseOk(a);
@@ -174,7 +174,7 @@ namespace raven_integration
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.userType = 3;//non scheduleable
D.userType = 2;// not service type user
D.customFields = Util.UserRequiredCustomFieldsJsonString();
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
@@ -238,7 +238,7 @@ namespace raven_integration
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.userType = 3;//non scheduleable
D.userType = 2;// not service type user
D.customFields = Util.UserRequiredCustomFieldsJsonString();
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
@@ -304,7 +304,7 @@ namespace raven_integration
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.userType = 3;//non scheduleable
D.userType = 2;// not service type user
D.customFields = Util.UserRequiredCustomFieldsJsonString();
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
@@ -411,7 +411,7 @@ namespace raven_integration
D.password = Util.Uniquify("PASSWORD");
D.usertype = 1;
D.userType = 3;//non scheduleable
D.userType = 2;// not service type user
D.customFields = Util.UserRequiredCustomFieldsJsonString();
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());