From e001e7f8a98e3d8526b59aa28f34b76055ade32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Krch?= Date: Wed, 31 Jul 2024 22:48:51 +0200 Subject: [PATCH 1/2] upgrade to v29.2.0 + samples & docs update --- Directory.Packages.props | 10 +- docs/Samples/basic.json | 22 + .../Client/package-lock.json | 1185 ++++++++--------- .../Client/package.json | 12 +- .../packages.lock.json | 286 ++-- .../packages.lock.json | 60 +- .../SampleProvider.cs | 4 +- .../Samples/ContentItemSamples.cs | 26 + .../packages.lock.json | 50 +- src/Kentico.Xperience.UMT/packages.lock.json | 48 +- .../packages.lock.json | 64 +- 11 files changed, 902 insertions(+), 865 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 4c2606a..c2da587 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,13 +6,13 @@ true - - - + + + - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -23,7 +23,7 @@ - + diff --git a/docs/Samples/basic.json b/docs/Samples/basic.json index eabebf2..a17d976 100644 --- a/docs/Samples/basic.json +++ b/docs/Samples/basic.json @@ -706,6 +706,17 @@ "WebPageUrlPathIsLatest": true, "WebPageUrlPathIsDraft": false }, + { + "$type": "WebPageUrlPath", + "WebPageUrlPathGUID": "f5824434-ec28-4aa6-95b4-cb995b9acef4", + "WebPageUrlPath": "es/creation-of-umt-model", + "WebPageUrlPathHash": null, + "WebPageUrlPathWebPageItemGuid": "6e995319-77e7-475e-9ebb-607bdbf5af9a", + "WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageUrlPathContentLanguageGuid": "4c80c6dd-a5c2-443d-873a-e9c328024b7c", + "WebPageUrlPathIsLatest": true, + "WebPageUrlPathIsDraft": false + }, { "$type": "WebPageItem", "WebPageItemGUID": "6e995319-77e7-475e-9ebb-607bdbf5af9a", @@ -844,6 +855,17 @@ "WebPageUrlPathIsLatest": true, "WebPageUrlPathIsDraft": false }, + { + "$type": "WebPageUrlPath", + "WebPageUrlPathGUID": "54059c3d-754d-494e-8c3e-7e06d9b2b71d", + "WebPageUrlPath": "es/content-item-with-relations", + "WebPageUrlPathHash": null, + "WebPageUrlPathWebPageItemGuid": "14784bf0-69d0-40cf-8be6-e5a0d897774b", + "WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageUrlPathContentLanguageGuid": "4c80c6dd-a5c2-443d-873a-e9c328024b7c", + "WebPageUrlPathIsLatest": true, + "WebPageUrlPathIsDraft": false + }, { "$type": "ContentFolder", "ContentFolderGUID": "7665a8fc-53a2-4aff-86e8-99b009104ff2", diff --git a/examples/Kentico.Xperience.UMT.Example.AdminApp/Client/package-lock.json b/examples/Kentico.Xperience.UMT.Example.AdminApp/Client/package-lock.json index 5fc2a52..1348c44 100644 --- a/examples/Kentico.Xperience.UMT.Example.AdminApp/Client/package-lock.json +++ b/examples/Kentico.Xperience.UMT.Example.AdminApp/Client/package-lock.json @@ -8,8 +8,8 @@ "name": "umt-web-admin", "version": "1.0.0", "dependencies": { - "@kentico/xperience-admin-base": "^29.2.0", - "@kentico/xperience-admin-components": "^29.1.0", + "@kentico/xperience-admin-base": "^29.3.0", + "@kentico/xperience-admin-components": "^29.3.0", "copy-webpack-plugin": "^12.0.2", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -17,26 +17,26 @@ "sse.js": "^2.5.0" }, "devDependencies": { - "@babel/core": "^7.24.7", + "@babel/core": "^7.25.2", "@babel/plugin-transform-runtime": "^7.24.7", - "@babel/preset-env": "^7.24.7", + "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", - "@kentico/xperience-webpack-config": "^29.2.0", + "@kentico/xperience-webpack-config": "^29.3.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "babel-loader": "^9.1.3", "css-loader": "^7.1.2", "style-loader": "^4.0.0", - "webpack": "^5.92.1", + "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" } }, "node_modules/@amcharts/amcharts5": { - "version": "5.9.12", - "resolved": "https://registry.npmjs.org/@amcharts/amcharts5/-/amcharts5-5.9.12.tgz", - "integrity": "sha512-AOJ+ZhDwyXxhAjEXl07gD2Xj4FqMgaRha3sDehjxmUNuXE3byxvpU2hcFb5jCWC0jLpvvX+I4ybjwjEeC+Cq9A==", + "version": "5.9.13", + "resolved": "https://registry.npmjs.org/@amcharts/amcharts5/-/amcharts5-5.9.13.tgz", + "integrity": "sha512-+GyyEtOY4+0wzKKlG3kZKBTDujjkIifeedOa5mkrgkN/qIA4mWp9SgNsFwf5uBMpsrAa5o0LulF8Q8shz+UlGQ==", "dependencies": { "@types/d3": "^7.0.0", "@types/d3-chord": "^3.0.0", @@ -88,30 +88,30 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.7.tgz", - "integrity": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz", + "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.7.tgz", - "integrity": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", + "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helpers": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-module-transforms": "^7.25.2", + "@babel/helpers": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.2", + "@babel/types": "^7.25.2", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", @@ -127,11 +127,11 @@ } }, "node_modules/@babel/generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.7.tgz", - "integrity": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", "dependencies": { - "@babel/types": "^7.24.7", + "@babel/types": "^7.25.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -166,14 +166,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz", - "integrity": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", + "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "browserslist": "^4.22.2", + "@babel/compat-data": "^7.25.2", + "@babel/helper-validator-option": "^7.24.8", + "browserslist": "^4.23.1", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -182,19 +182,17 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.7.tgz", - "integrity": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz", + "integrity": "sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.8", "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-replace-supers": "^7.25.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/traverse": "^7.25.0", "semver": "^6.3.1" }, "engines": { @@ -205,9 +203,9 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", - "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz", + "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", @@ -237,48 +235,14 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", - "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", - "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", - "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", - "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.7.tgz", - "integrity": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", + "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", "dev": true, "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.24.8", + "@babel/types": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -297,16 +261,15 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz", - "integrity": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", + "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", "@babel/helper-module-imports": "^7.24.7", "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -328,23 +291,23 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.7.tgz", - "integrity": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", + "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", - "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz", + "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-wrap-function": "^7.24.7" + "@babel/helper-wrap-function": "^7.25.0", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -354,14 +317,14 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", - "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz", + "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.7", - "@babel/helper-optimise-call-expression": "^7.24.7" + "@babel/helper-member-expression-to-functions": "^7.24.8", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -396,21 +359,10 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", - "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", - "dependencies": { - "@babel/types": "^7.24.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz", - "integrity": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", + "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", "engines": { "node": ">=6.9.0" } @@ -424,37 +376,36 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.7.tgz", - "integrity": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", + "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", - "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz", + "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==", "dev": true, "dependencies": { - "@babel/helper-function-name": "^7.24.7", - "@babel/template": "^7.24.7", - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.7.tgz", - "integrity": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz", + "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==", "dev": true, "dependencies": { - "@babel/template": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -475,9 +426,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.7.tgz", - "integrity": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", + "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", + "dependencies": { + "@babel/types": "^7.25.2" + }, "bin": { "parser": "bin/babel-parser.js" }, @@ -486,13 +440,28 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", - "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", + "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz", + "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -502,12 +471,12 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", - "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz", + "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -534,13 +503,13 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", - "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz", + "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -842,15 +811,15 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", - "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz", + "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-remap-async-to-generator": "^7.24.7", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-remap-async-to-generator": "^7.25.0", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -892,12 +861,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", - "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz", + "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -940,18 +909,16 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.7.tgz", - "integrity": "sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz", + "integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-replace-supers": "^7.25.0", + "@babel/traverse": "^7.25.0", "globals": "^11.1.0" }, "engines": { @@ -978,12 +945,12 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.7.tgz", - "integrity": "sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", + "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1023,6 +990,22 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz", + "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/plugin-transform-dynamic-import": { "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", @@ -1088,14 +1071,14 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", - "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", + "version": "7.25.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz", + "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==", "dev": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.1" }, "engines": { "node": ">=6.9.0" @@ -1121,12 +1104,12 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", - "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz", + "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1183,13 +1166,13 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.7.tgz", - "integrity": "sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", + "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-simple-access": "^7.24.7" }, "engines": { @@ -1200,15 +1183,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", - "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz", + "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==", "dev": true, "dependencies": { - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.0" }, "engines": { "node": ">=6.9.0" @@ -1347,12 +1330,12 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.7.tgz", - "integrity": "sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", + "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, @@ -1443,16 +1426,16 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.24.7.tgz", - "integrity": "sha512-+Dj06GDZEFRYvclU6k4bme55GKBEWUmByM/eoKuqg4zTNQHiApWRhQph5fxQB2wAEFvRzL1tOEj1RJ19wJrhoA==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.2.tgz", + "integrity": "sha512-KQsqEAVBpU82NM/B/N9j9WOdphom1SZH3R+2V7INrQUH+V9EBFwZsEJl8eBIVeQE62FxJCc70jzEZwqU7RcVqA==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "@babel/plugin-syntax-jsx": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.2" }, "engines": { "node": ">=6.9.0" @@ -1605,12 +1588,12 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.7.tgz", - "integrity": "sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==", + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", + "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1620,14 +1603,15 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.7.tgz", - "integrity": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz", + "integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", "@babel/plugin-syntax-typescript": "^7.24.7" }, "engines": { @@ -1701,19 +1685,20 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.7.tgz", - "integrity": "sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-validator-option": "^7.24.7", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.24.7", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", + "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.25.2", + "@babel/helper-compilation-targets": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.3", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", "@babel/plugin-syntax-async-generators": "^7.8.4", "@babel/plugin-syntax-class-properties": "^7.12.13", @@ -1734,29 +1719,30 @@ "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.0", "@babel/plugin-transform-async-to-generator": "^7.24.7", "@babel/plugin-transform-block-scoped-functions": "^7.24.7", - "@babel/plugin-transform-block-scoping": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", "@babel/plugin-transform-class-properties": "^7.24.7", "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.24.7", + "@babel/plugin-transform-classes": "^7.25.0", "@babel/plugin-transform-computed-properties": "^7.24.7", - "@babel/plugin-transform-destructuring": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", "@babel/plugin-transform-dotall-regex": "^7.24.7", "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", "@babel/plugin-transform-dynamic-import": "^7.24.7", "@babel/plugin-transform-exponentiation-operator": "^7.24.7", "@babel/plugin-transform-export-namespace-from": "^7.24.7", "@babel/plugin-transform-for-of": "^7.24.7", - "@babel/plugin-transform-function-name": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.1", "@babel/plugin-transform-json-strings": "^7.24.7", - "@babel/plugin-transform-literals": "^7.24.7", + "@babel/plugin-transform-literals": "^7.25.2", "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", "@babel/plugin-transform-member-expression-literals": "^7.24.7", "@babel/plugin-transform-modules-amd": "^7.24.7", - "@babel/plugin-transform-modules-commonjs": "^7.24.7", - "@babel/plugin-transform-modules-systemjs": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-systemjs": "^7.25.0", "@babel/plugin-transform-modules-umd": "^7.24.7", "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", "@babel/plugin-transform-new-target": "^7.24.7", @@ -1765,7 +1751,7 @@ "@babel/plugin-transform-object-rest-spread": "^7.24.7", "@babel/plugin-transform-object-super": "^7.24.7", "@babel/plugin-transform-optional-catch-binding": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", "@babel/plugin-transform-parameters": "^7.24.7", "@babel/plugin-transform-private-methods": "^7.24.7", "@babel/plugin-transform-private-property-in-object": "^7.24.7", @@ -1776,7 +1762,7 @@ "@babel/plugin-transform-spread": "^7.24.7", "@babel/plugin-transform-sticky-regex": "^7.24.7", "@babel/plugin-transform-template-literals": "^7.24.7", - "@babel/plugin-transform-typeof-symbol": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", "@babel/plugin-transform-unicode-escapes": "^7.24.7", "@babel/plugin-transform-unicode-property-regex": "^7.24.7", "@babel/plugin-transform-unicode-regex": "^7.24.7", @@ -1785,7 +1771,7 @@ "babel-plugin-polyfill-corejs2": "^0.4.10", "babel-plugin-polyfill-corejs3": "^0.10.4", "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.31.0", + "core-js-compat": "^3.37.1", "semver": "^6.3.1" }, "engines": { @@ -1855,9 +1841,9 @@ "dev": true }, "node_modules/@babel/runtime": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.7.tgz", - "integrity": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -1866,31 +1852,28 @@ } }, "node_modules/@babel/template": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", - "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "version": "7.25.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.7.tgz", - "integrity": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==", + "version": "7.25.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", + "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.24.7", - "@babel/helper-environment-visitor": "^7.24.7", - "@babel/helper-function-name": "^7.24.7", - "@babel/helper-hoist-variables": "^7.24.7", - "@babel/helper-split-export-declaration": "^7.24.7", - "@babel/parser": "^7.24.7", - "@babel/types": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/parser": "^7.25.3", + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.2", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1899,11 +1882,11 @@ } }, "node_modules/@babel/types": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.7.tgz", - "integrity": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==", + "version": "7.25.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", + "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", "dependencies": { - "@babel/helper-string-parser": "^7.24.7", + "@babel/helper-string-parser": "^7.24.8", "@babel/helper-validator-identifier": "^7.24.7", "to-fast-properties": "^2.0.0" }, @@ -1912,9 +1895,9 @@ } }, "node_modules/@codemirror/autocomplete": { - "version": "6.16.3", - "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.16.3.tgz", - "integrity": "sha512-Vl/tIeRVVUCRDuOG48lttBasNQu8usGgXQawBXI7WJAiUDSFOfzflmEsZFZo48mAvAaa4FZ/4/yLLxFtdJaKYA==", + "version": "6.17.0", + "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.17.0.tgz", + "integrity": "sha512-fdfj6e6ZxZf8yrkMHUSJJir7OJkHkZKaOZGzLWIYp2PZ3jd+d+UjG8zVPqJF6d3bKxkhvXTPan/UZ1t7Bqm0gA==", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", @@ -2057,9 +2040,9 @@ } }, "node_modules/@codemirror/view": { - "version": "6.28.3", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.28.3.tgz", - "integrity": "sha512-QVqP+ko078/h9yrW+u5grX3rQhC+BkGKADRrlDaJznfPngJOv5zObiVf0+SgAWhL/Yt0nvZ+10rO3L+gU5IbFw==", + "version": "6.29.1", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.29.1.tgz", + "integrity": "sha512-7r+DlO/QFwPqKp73uq5mmrS4TuLPUVotbNOKYzN3OLP5ScrOVXcm4g13/48b6ZXGhdmzMinzFYqH0vo+qihIkQ==", "dependencies": { "@codemirror/state": "^6.4.0", "style-mod": "^4.1.0", @@ -2076,15 +2059,15 @@ } }, "node_modules/@emotion/babel-plugin": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz", - "integrity": "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz", + "integrity": "sha512-y2WQb+oP8Jqvvclh8Q55gLUyb7UFvgv7eJfsj7td5TToBrIUtPay2kMrZi4xjq9qw2vD0ZR5fSho0yqoFgX7Rw==", "dependencies": { "@babel/helper-module-imports": "^7.16.7", "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.1", - "@emotion/memoize": "^0.8.1", - "@emotion/serialize": "^1.1.2", + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/serialize": "^1.2.0", "babel-plugin-macros": "^3.1.0", "convert-source-map": "^1.5.0", "escape-string-regexp": "^4.0.0", @@ -2110,39 +2093,39 @@ } }, "node_modules/@emotion/cache": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz", - "integrity": "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==", - "dependencies": { - "@emotion/memoize": "^0.8.1", - "@emotion/sheet": "^1.2.2", - "@emotion/utils": "^1.2.1", - "@emotion/weak-memoize": "^0.3.1", + "version": "11.13.1", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.13.1.tgz", + "integrity": "sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==", + "dependencies": { + "@emotion/memoize": "^0.9.0", + "@emotion/sheet": "^1.4.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", "stylis": "4.2.0" } }, "node_modules/@emotion/hash": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz", - "integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==" + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", + "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==" }, "node_modules/@emotion/memoize": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", - "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", + "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" }, "node_modules/@emotion/react": { - "version": "11.11.4", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz", - "integrity": "sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==", + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.0.tgz", + "integrity": "sha512-WkL+bw1REC2VNV1goQyfxjx1GYJkcc23CRQkXX+vZNLINyfI7o+uUn/rTGPt/xJ3bJHd5GcljgnxHf4wRw5VWQ==", "dependencies": { "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.11.0", - "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", - "@emotion/utils": "^1.2.1", - "@emotion/weak-memoize": "^0.3.1", + "@emotion/babel-plugin": "^11.12.0", + "@emotion/cache": "^11.13.0", + "@emotion/serialize": "^1.3.0", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0", + "@emotion/weak-memoize": "^0.4.0", "hoist-non-react-statics": "^3.3.1" }, "peerDependencies": { @@ -2155,69 +2138,69 @@ } }, "node_modules/@emotion/serialize": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.4.tgz", - "integrity": "sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.0.tgz", + "integrity": "sha512-jACuBa9SlYajnpIVXB+XOXnfJHyckDfe6fOpORIM6yhBDlqGuExvDdZYHDQGoDf3bZXGv7tNr+LpLjJqiEQ6EA==", "dependencies": { - "@emotion/hash": "^0.9.1", - "@emotion/memoize": "^0.8.1", - "@emotion/unitless": "^0.8.1", - "@emotion/utils": "^1.2.1", + "@emotion/hash": "^0.9.2", + "@emotion/memoize": "^0.9.0", + "@emotion/unitless": "^0.9.0", + "@emotion/utils": "^1.4.0", "csstype": "^3.0.2" } }, "node_modules/@emotion/sheet": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz", - "integrity": "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", + "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==" }, "node_modules/@emotion/unitless": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", - "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.9.0.tgz", + "integrity": "sha512-TP6GgNZtmtFaFcsOgExdnfxLLpRDla4Q66tnenA9CktvVSdNKDvMVuUah4QvWPIpNjrWsGg3qeGo9a43QooGZQ==" }, "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz", - "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz", + "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==", "peerDependencies": { "react": ">=16.8.0" } }, "node_modules/@emotion/utils": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz", - "integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.0.tgz", + "integrity": "sha512-spEnrA1b6hDR/C68lC2M7m6ALPUHZC0lIY7jAS/B/9DuuO1ZP04eov8SMv/6fwRd8pzmsn2AuJEznRREWlQrlQ==" }, "node_modules/@emotion/weak-memoize": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", - "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", + "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==" }, "node_modules/@floating-ui/core": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.4.tgz", - "integrity": "sha512-a4IowK4QkXl4SCWTGUR0INAfEOX3wtsYw3rKK5InQEHMGObkR8Xk44qYQD9P4r6HHw0iIfK6GUKECmY8sTkqRA==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.5.tgz", + "integrity": "sha512-8GrTWmoFhm5BsMZOTHeGD2/0FLKLQQHvO/ZmQga4tKempYRLz8aqJGqXVuQgisnMObq2YZ2SgkwctN1LOOxcqA==", "dependencies": { - "@floating-ui/utils": "^0.2.4" + "@floating-ui/utils": "^0.2.5" } }, "node_modules/@floating-ui/dom": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.7.tgz", - "integrity": "sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==", + "version": "1.6.8", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.8.tgz", + "integrity": "sha512-kx62rP19VZ767Q653wsP1XZCGIirkE09E0QUGNYTM/ttbbQHqcGPdSfWFxUyyNLc/W6aoJRBajOSXhP6GXjC0Q==", "dependencies": { "@floating-ui/core": "^1.6.0", - "@floating-ui/utils": "^0.2.4" + "@floating-ui/utils": "^0.2.5" } }, "node_modules/@floating-ui/react": { - "version": "0.26.19", - "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.19.tgz", - "integrity": "sha512-Jk6zITdjjIvjO/VdQFvpRaD3qPwOHH6AoDHxjhpy+oK4KFgaSP871HYWUAPdnLmx1gQ+w/pB312co3tVml+BXA==", + "version": "0.26.20", + "resolved": "https://registry.npmjs.org/@floating-ui/react/-/react-0.26.20.tgz", + "integrity": "sha512-RixKJJG92fcIsVoqrFr4Onpzh7hlOx4U7NV4aLhMLmtvjZ5oTB/WzXaANYUZATKqXvvW7t9sCxtzejip26N5Ag==", "dependencies": { "@floating-ui/react-dom": "^2.1.1", - "@floating-ui/utils": "^0.2.4", + "@floating-ui/utils": "^0.2.5", "tabbable": "^6.0.0" }, "peerDependencies": { @@ -2238,9 +2221,9 @@ } }, "node_modules/@floating-ui/utils": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.4.tgz", - "integrity": "sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==" + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.5.tgz", + "integrity": "sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ==" }, "node_modules/@foliojs-fork/fontkit": { "version": "1.9.2", @@ -2327,9 +2310,9 @@ } }, "node_modules/@internationalized/date": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.5.4.tgz", - "integrity": "sha512-qoVJVro+O0rBaw+8HPjUB1iH8Ihf8oziEnqMnvhJUSuVIrHOuZ6eNLHNvzXJKUvAtaDiqMnRlg8Z2mgh09BlUw==", + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.5.5.tgz", + "integrity": "sha512-H+CfYvOZ0LTJeeLOqm19E3uj/4YjrmOFtBufDHPfvtI80hFAMqtrp7oCACpe4Cil5l8S0Qu/9dYfZc/5lY8WQQ==", "dependencies": { "@swc/helpers": "^0.5.0" } @@ -2415,9 +2398,9 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", @@ -2467,9 +2450,9 @@ } }, "node_modules/@jsonjoy.com/util": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.2.0.tgz", - "integrity": "sha512-4B8B+3vFsY4eo33DMKyJPlQ3sBMpPFUZK2dr3O3rXrOGKKbYG44J0XSFkDo1VOQiri5HFEhIeVvItjR2xcazmg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.3.0.tgz", + "integrity": "sha512-Cebt4Vk7k1xHy87kHY7KSPLT77A7Ev7IfOblyLZhtYEhrdQ6fX4EoLq3xOQ3O/DRMEh2ok5nyC180E+ABS8Wmw==", "dev": true, "engines": { "node": ">=10.0" @@ -2488,11 +2471,11 @@ "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==" }, "node_modules/@kentico/xperience-admin-base": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/@kentico/xperience-admin-base/-/xperience-admin-base-29.2.0.tgz", - "integrity": "sha512-AmtZKrDiKv9TzLCbacvOi0qGJT6e6NFm0MOIQq63e6E4P8pNxOEYFmCxi8ygEkbV5feBwfpY7uV3y5N3g/MdgA==", + "version": "29.3.0", + "resolved": "https://registry.npmjs.org/@kentico/xperience-admin-base/-/xperience-admin-base-29.3.0.tgz", + "integrity": "sha512-241ywrTW/aa0cQM5RztV4+2Z12VLR0L2DuOHgSqVd/1rJQ0Su3m2pod4X8IcOaE9BQT6xT9lTth/2RuFh+HSEQ==", "dependencies": { - "@kentico/xperience-admin-components": "29.2.0", + "@kentico/xperience-admin-components": "29.3.0", "@react-aria/focus": "^3.15.0", "@react-aria/visually-hidden": "^3.8.7", "classnames": "^2.5.1", @@ -2502,7 +2485,7 @@ "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.3.1", - "react-router-dom": "^6.23.1", + "react-router-dom": "^6.25.1", "react-select": "^5.8.0", "react-select-async-paginate": "^0.7.4", "use-debounce": "^10.0.1", @@ -2511,11 +2494,11 @@ } }, "node_modules/@kentico/xperience-admin-components": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/@kentico/xperience-admin-components/-/xperience-admin-components-29.2.0.tgz", - "integrity": "sha512-QO2vrs1+Rggo1K0LJWF0dQ16h27jnNMslY3py4225i0QWUgIU66NFn9zD/l5AIOCy5UM5tXkQT+p5jL95YKV0Q==", + "version": "29.3.0", + "resolved": "https://registry.npmjs.org/@kentico/xperience-admin-components/-/xperience-admin-components-29.3.0.tgz", + "integrity": "sha512-xV4z/UAqJZUauL1a03Sf13UoUzoetw9A2uWwRZv9hxy3uDotzC6lfThWn1BWQRn7dv3FviDEtx/aEtupKSM8Bw==", "dependencies": { - "@amcharts/amcharts5": "5.9.12", + "@amcharts/amcharts5": "5.9.13", "@codemirror/lang-css": "^6.2.1", "@codemirror/lang-html": "^6.4.9", "@codemirror/lang-javascript": "^6.2.2", @@ -2530,18 +2513,18 @@ "@react-stately/radio": "3.9.1", "@react-stately/toggle": "3.6.3", "@tippyjs/react": "^4.2.6", - "@uiw/react-codemirror": "^4.22.2", + "@uiw/react-codemirror": "^4.23.0", "classnames": "^2.5.1", "froala-editor": "4.2.1", "react": "^18.3.1", "react-beautiful-dnd": "^13.1.1", - "react-datepicker": "^7.1.0", + "react-datepicker": "^7.3.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.3.1", "react-froala-wysiwyg": "4.2.1", "react-modal": "^3.16.1", - "react-router-dom": "^6.23.1", + "react-router-dom": "^6.25.1", "react-textarea-autosize": "8.5.3", "use-debounce": "^10.0.1", "use-resize-observer": "9.1.0" @@ -2586,9 +2569,9 @@ } }, "node_modules/@kentico/xperience-webpack-config": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/@kentico/xperience-webpack-config/-/xperience-webpack-config-29.2.0.tgz", - "integrity": "sha512-XpKQGRxbxO7NX8phOxW+Pnk1kB1Tz8/oZ/00iZgfUEAyATfX/jUhkKfvWtP8Chung83lbchw6WtsSgq8FO0siw==", + "version": "29.3.0", + "resolved": "https://registry.npmjs.org/@kentico/xperience-webpack-config/-/xperience-webpack-config-29.3.0.tgz", + "integrity": "sha512-8+ioWdZeKC4cv1OChSvhl9N6a9umE38vqa0RXpY7JLocEA0JmKkfvnYEcb/vFzveuUSm8MO2BNZx93kThkY5zw==", "dev": true, "dependencies": { "systemjs-webpack-interop": "^2.3.7" @@ -2644,9 +2627,9 @@ } }, "node_modules/@lezer/lr": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.1.tgz", - "integrity": "sha512-CHsKq8DMKBf9b3yXPDIU4DbH+ZJd/sJdYOW2llbW/HudP5u0VS6Bfq1hLYfgU7uAYGFIyGGQIsSOXGPEErZiJw==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-1.4.2.tgz", + "integrity": "sha512-pu0K1jCIdnQ12aWNaAVU5bzi7Bd1w54J3ECgANPmYLtQKP0HBj2cE/5coBD66MT10xbtIuUr7tg0Shbsvk0mDA==", "dependencies": { "@lezer/common": "^1.0.0" } @@ -2713,50 +2696,50 @@ } }, "node_modules/@react-aria/focus": { - "version": "3.17.1", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.17.1.tgz", - "integrity": "sha512-FLTySoSNqX++u0nWZJPPN5etXY0WBxaIe/YuL/GTEeuqUIuC/2bJSaw5hlsM6T2yjy6Y/VAxBcKSdAFUlU6njQ==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.18.1.tgz", + "integrity": "sha512-N0Cy61WCIv+57mbqC7hiZAsB+3rF5n4JKabxUmg/2RTJL6lq7hJ5N4gx75ymKxkN8GnVDwt4pKZah48Wopa5jw==", "dependencies": { - "@react-aria/interactions": "^3.21.3", - "@react-aria/utils": "^3.24.1", - "@react-types/shared": "^3.23.1", + "@react-aria/interactions": "^3.22.1", + "@react-aria/utils": "^3.25.1", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/focus/node_modules/@react-aria/interactions": { - "version": "3.21.3", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.21.3.tgz", - "integrity": "sha512-BWIuf4qCs5FreDJ9AguawLVS0lV9UU+sK4CCnbCNNmYqOWY+1+gRXCsnOM32K+oMESBxilAjdHW5n1hsMqYMpA==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.22.1.tgz", + "integrity": "sha512-5TLzQaDAQQ5C70yG8GInbO4wIylKY67RfTIIwQPGR/4n5OIjbUD8BOj3NuSsuZ/frUPaBXo1VEBBmSO23fxkjw==", "dependencies": { - "@react-aria/ssr": "^3.9.4", - "@react-aria/utils": "^3.24.1", - "@react-types/shared": "^3.23.1", + "@react-aria/ssr": "^3.9.5", + "@react-aria/utils": "^3.25.1", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/i18n": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.11.1.tgz", - "integrity": "sha512-vuiBHw1kZruNMYeKkTGGnmPyMnM5T+gT8bz97H1FqIq1hQ6OPzmtBZ6W6l6OIMjeHI5oJo4utTwfZl495GALFQ==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.12.1.tgz", + "integrity": "sha512-0q3gyogF9Ekah+9LOo6tcfshxsk2Ope+KdbtFHJVhznedMxn6RpHGcVur5ImbQ1dYafA5CmjBUGJW70b56+BGA==", "dependencies": { - "@internationalized/date": "^3.5.4", + "@internationalized/date": "^3.5.5", "@internationalized/message": "^3.1.4", "@internationalized/number": "^3.5.3", "@internationalized/string": "^3.2.3", - "@react-aria/ssr": "^3.9.4", - "@react-aria/utils": "^3.24.1", - "@react-types/shared": "^3.23.1", + "@react-aria/ssr": "^3.9.5", + "@react-aria/utils": "^3.25.1", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/interactions": { @@ -2774,16 +2757,16 @@ } }, "node_modules/@react-aria/label": { - "version": "3.7.8", - "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.8.tgz", - "integrity": "sha512-MzgTm5+suPA3KX7Ug6ZBK2NX9cin/RFLsv1BdafJ6CZpmUSpWnGE/yQfYUB7csN7j31OsZrD3/P56eShYWAQfg==", + "version": "3.7.10", + "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.7.10.tgz", + "integrity": "sha512-e5XVHA+OUK0aIwr4nHcnIj0z1kUryGaJWYYD2OGkkIltyUCKmwpRqdx8LQYbO4HGsJhvC3hJgidFdGcQwHHPYw==", "dependencies": { - "@react-aria/utils": "^3.24.1", - "@react-types/shared": "^3.23.1", + "@react-aria/utils": "^3.25.1", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/overlays": { @@ -2828,9 +2811,9 @@ } }, "node_modules/@react-aria/ssr": { - "version": "3.9.4", - "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.4.tgz", - "integrity": "sha512-4jmAigVq409qcJvQyuorsmBR4+9r3+JEC60wC+Y0MZV0HCtTmm8D9guYXlJMdx0SSkgj0hHAyFm/HvPNFofCoQ==", + "version": "3.9.5", + "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.9.5.tgz", + "integrity": "sha512-xEwGKoysu+oXulibNUSkXf8itW0npHHTa6c4AyYeZIJyRoegeteYuFpZUBPtIDE8RfHdNsSmE1ssOkxRnwbkuQ==", "dependencies": { "@swc/helpers": "^0.5.0" }, @@ -2838,7 +2821,7 @@ "node": ">= 12" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/switch": { @@ -2856,89 +2839,90 @@ } }, "node_modules/@react-aria/toggle": { - "version": "3.10.4", - "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.10.4.tgz", - "integrity": "sha512-bRk+CdB8QzrSyGNjENXiTWxfzYKRw753iwQXsEAU7agPCUdB8cZJyrhbaUoD0rwczzTp2zDbZ9rRbUPdsBE2YQ==", - "dependencies": { - "@react-aria/focus": "^3.17.1", - "@react-aria/interactions": "^3.21.3", - "@react-aria/utils": "^3.24.1", - "@react-stately/toggle": "^3.7.4", - "@react-types/checkbox": "^3.8.1", + "version": "3.10.6", + "resolved": "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.10.6.tgz", + "integrity": "sha512-AGlbtB1b8grrtjbiW5Au0LKYzxR83RHbHhaUkFwajyYRGyuEzr3Y03OiveoPB+DayA8Gz3H1ZVmW++8JZQOWHw==", + "dependencies": { + "@react-aria/focus": "^3.18.1", + "@react-aria/interactions": "^3.22.1", + "@react-aria/utils": "^3.25.1", + "@react-stately/toggle": "^3.7.6", + "@react-types/checkbox": "^3.8.3", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/toggle/node_modules/@react-aria/interactions": { - "version": "3.21.3", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.21.3.tgz", - "integrity": "sha512-BWIuf4qCs5FreDJ9AguawLVS0lV9UU+sK4CCnbCNNmYqOWY+1+gRXCsnOM32K+oMESBxilAjdHW5n1hsMqYMpA==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.22.1.tgz", + "integrity": "sha512-5TLzQaDAQQ5C70yG8GInbO4wIylKY67RfTIIwQPGR/4n5OIjbUD8BOj3NuSsuZ/frUPaBXo1VEBBmSO23fxkjw==", "dependencies": { - "@react-aria/ssr": "^3.9.4", - "@react-aria/utils": "^3.24.1", - "@react-types/shared": "^3.23.1", + "@react-aria/ssr": "^3.9.5", + "@react-aria/utils": "^3.25.1", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/toggle/node_modules/@react-stately/toggle": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.7.4.tgz", - "integrity": "sha512-CoYFe9WrhLkDP4HGDpJYQKwfiYCRBAeoBQHv+JWl5eyK61S8xSwoHsveYuEZ3bowx71zyCnNAqWRrmNOxJ4CKA==", + "version": "3.7.6", + "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.7.6.tgz", + "integrity": "sha512-xRZyrjNVu1VCd1xpg5RwmNYs9fXb+JHChoUaRcBmGCCjsPD0R5uR3iNuE17RXJtWS3/8o9IJVn90+/7NW7boOg==", "dependencies": { - "@react-stately/utils": "^3.10.1", - "@react-types/checkbox": "^3.8.1", + "@react-stately/utils": "^3.10.2", + "@react-types/checkbox": "^3.8.3", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/utils": { - "version": "3.24.1", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.24.1.tgz", - "integrity": "sha512-O3s9qhPMd6n42x9sKeJ3lhu5V1Tlnzhu6Yk8QOvDuXf7UGuUjXf9mzfHJt1dYzID4l9Fwm8toczBzPM9t0jc8Q==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.25.1.tgz", + "integrity": "sha512-5Uj864e7T5+yj78ZfLnfHqmypLiqW2mN+nsdslog2z5ssunTqjolVeM15ootXskjISlZ7MojLpq97kIC4nlnAw==", "dependencies": { - "@react-aria/ssr": "^3.9.4", - "@react-stately/utils": "^3.10.1", - "@react-types/shared": "^3.23.1", + "@react-aria/ssr": "^3.9.5", + "@react-stately/utils": "^3.10.2", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0", "clsx": "^2.0.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/visually-hidden": { - "version": "3.8.12", - "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.12.tgz", - "integrity": "sha512-Bawm+2Cmw3Xrlr7ARzl2RLtKh0lNUdJ0eNqzWcyx4c0VHUAWtThmH5l+HRqFUGzzutFZVo89SAy40BAbd0gjVw==", + "version": "3.8.14", + "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.14.tgz", + "integrity": "sha512-DV3yagbAgO4ywQTq6D/AxcIaTC8c77r/SxlIMhQBMQ6vScJWTCh6zFG55wmLe3NKqvRrowv1OstlmYfZQ4v/XA==", "dependencies": { - "@react-aria/interactions": "^3.21.3", - "@react-aria/utils": "^3.24.1", - "@react-types/shared": "^3.23.1", + "@react-aria/interactions": "^3.22.1", + "@react-aria/utils": "^3.25.1", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-aria/visually-hidden/node_modules/@react-aria/interactions": { - "version": "3.21.3", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.21.3.tgz", - "integrity": "sha512-BWIuf4qCs5FreDJ9AguawLVS0lV9UU+sK4CCnbCNNmYqOWY+1+gRXCsnOM32K+oMESBxilAjdHW5n1hsMqYMpA==", + "version": "3.22.1", + "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.22.1.tgz", + "integrity": "sha512-5TLzQaDAQQ5C70yG8GInbO4wIylKY67RfTIIwQPGR/4n5OIjbUD8BOj3NuSsuZ/frUPaBXo1VEBBmSO23fxkjw==", "dependencies": { - "@react-aria/ssr": "^3.9.4", - "@react-aria/utils": "^3.24.1", - "@react-types/shared": "^3.23.1", + "@react-aria/ssr": "^3.9.5", + "@react-aria/utils": "^3.25.1", + "@react-types/shared": "^3.24.1", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-dnd/asap": { @@ -2957,16 +2941,16 @@ "integrity": "sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==" }, "node_modules/@react-stately/overlays": { - "version": "3.6.7", - "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.7.tgz", - "integrity": "sha512-6zp8v/iNUm6YQap0loaFx6PlvN8C0DgWHNlrlzMtMmNuvjhjR0wYXVaTfNoUZBWj25tlDM81ukXOjpRXg9rLrw==", + "version": "3.6.9", + "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.6.9.tgz", + "integrity": "sha512-4chfyzKw7P2UEainm0yzjUgYwG1ovBejN88eTrn+O62x5huuMCwe0cbMxmYh4y7IhRFSee3jIJd0SP0u/+i39w==", "dependencies": { - "@react-stately/utils": "^3.10.1", - "@react-types/overlays": "^3.8.7", + "@react-stately/utils": "^3.10.2", + "@react-types/overlays": "^3.8.9", "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-stately/radio": { @@ -2998,83 +2982,83 @@ } }, "node_modules/@react-stately/utils": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.1.tgz", - "integrity": "sha512-VS/EHRyicef25zDZcM/ClpzYMC5i2YGN6uegOeQawmgfGjb02yaCX0F0zR69Pod9m2Hr3wunTbtpgVXvYbZItg==", + "version": "3.10.2", + "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.10.2.tgz", + "integrity": "sha512-fh6OTQtbeQC0ywp6LJuuKs6tKIgFvt/DlIZEcIpGho6/oZG229UnIk6TUekwxnDbumuYyan6D9EgUtEMmT8UIg==", "dependencies": { "@swc/helpers": "^0.5.0" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-types/button": { - "version": "3.9.4", - "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.9.4.tgz", - "integrity": "sha512-raeQBJUxBp0axNF74TXB8/H50GY8Q3eV6cEKMbZFP1+Dzr09Ngv0tJBeW0ewAxAguNH5DRoMUAUGIXtSXskVdA==", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.9.6.tgz", + "integrity": "sha512-8lA+D5JLbNyQikf8M/cPP2cji91aVTcqjrGpDqI7sQnaLFikM8eFR6l1ZWGtZS5MCcbfooko77ha35SYplSQvw==", "dependencies": { - "@react-types/shared": "^3.23.1" + "@react-types/shared": "^3.24.1" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-types/checkbox": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.8.1.tgz", - "integrity": "sha512-5/oVByPw4MbR/8QSdHCaalmyWC71H/QGgd4aduTJSaNi825o+v/hsN2/CH7Fq9atkLKsC8fvKD00Bj2VGaKriQ==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.8.3.tgz", + "integrity": "sha512-f4c1mnLEt0iS1NMkyZXgT3q3AgcxzDk7w6MSONOKydcnh0xG5L2oefY14DhVDLkAuQS7jThlUFwiAs+MxiO3MA==", "dependencies": { - "@react-types/shared": "^3.23.1" + "@react-types/shared": "^3.24.1" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-types/overlays": { - "version": "3.8.7", - "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.8.7.tgz", - "integrity": "sha512-zCOYvI4at2DkhVpviIClJ7bRrLXYhSg3Z3v9xymuPH3mkiuuP/dm8mUCtkyY4UhVeUTHmrQh1bzaOP00A+SSQA==", + "version": "3.8.9", + "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.8.9.tgz", + "integrity": "sha512-9ni9upQgXPnR+K9cWmbYWvm3ll9gH8P/XsEZprqIV5zNLMF334jADK48h4jafb1X9RFnj0WbHo6BqcSObzjTig==", "dependencies": { - "@react-types/shared": "^3.23.1" + "@react-types/shared": "^3.24.1" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-types/radio": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@react-types/radio/-/radio-3.8.1.tgz", - "integrity": "sha512-bK0gio/qj1+0Ldu/3k/s9BaOZvnnRgvFtL3u5ky479+aLG5qf1CmYed3SKz8ErZ70JkpuCSrSwSCFf0t1IHovw==", + "version": "3.8.3", + "resolved": "https://registry.npmjs.org/@react-types/radio/-/radio-3.8.3.tgz", + "integrity": "sha512-fUVJt4Bb6jOReFqnhHVNxWXH7t6c60uSFfoPKuXt/xI9LL1i2jhpur0ggpTfIn3qLIAmNBU6bKBCWAdr4KjeVQ==", "dependencies": { - "@react-types/shared": "^3.23.1" + "@react-types/shared": "^3.24.1" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-types/shared": { - "version": "3.23.1", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.23.1.tgz", - "integrity": "sha512-5d+3HbFDxGZjhbMBeFHRQhexMFt4pUce3okyRtUVKbbedQFUrtXSBg9VszgF2RTeQDKDkMCIQDtz5ccP/Lk1gw==", + "version": "3.24.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.24.1.tgz", + "integrity": "sha512-AUQeGYEm/zDTN6zLzdXolDxz3Jk5dDL7f506F07U8tBwxNNI3WRdhU84G0/AaFikOZzDXhOZDr3MhQMzyE7Ydw==", "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@react-types/switch": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.3.tgz", - "integrity": "sha512-Nb6+J5MrPaFa8ZNFKGMzAsen/NNzl5UG/BbC65SLGPy7O0VDa/sUpn7dcu8V2xRpRwwIN/Oso4v63bt2sgdkgA==", + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/@react-types/switch/-/switch-3.5.5.tgz", + "integrity": "sha512-SZx1Bd+COhAOs/RTifbZG+uq/llwba7VAKx7XBeX4LeIz1dtguy5bigOBgFTMQi4qsIVCpybSWEEl+daj4XFPw==", "dependencies": { - "@react-types/shared": "^3.23.1" + "@react-types/shared": "^3.24.1" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" } }, "node_modules/@remix-run/router": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.17.0.tgz", - "integrity": "sha512-2D6XaHEVvkCn682XBnipbJjgZUU7xjLtA4dGJRBVUKpEaDYOZMENZoZjAOSb7qirxt5RupjzZxz4fK2FO+EFPw==", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.18.0.tgz", + "integrity": "sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw==", "engines": { "node": ">=14.0.0" } @@ -3096,9 +3080,9 @@ } }, "node_modules/@swc/helpers": { - "version": "0.5.11", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.11.tgz", - "integrity": "sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==", + "version": "0.5.12", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.12.tgz", + "integrity": "sha512-KMZNXiGibsW9kvZAO1Pam2JPTDBm+KSHMMHWdsyI/1DbIZjT2A6Gy3hblVXUMEDvUAKq+e0vL0X0o54owWji7g==", "dependencies": { "tslib": "^2.4.0" } @@ -3397,9 +3381,9 @@ } }, "node_modules/@types/eslint": { - "version": "8.56.10", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", - "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz", + "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", "dependencies": { "@types/estree": "*", "@types/json-schema": "*" @@ -3484,11 +3468,11 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.14.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", - "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==", + "version": "22.0.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.2.tgz", + "integrity": "sha512-yPL6DyFwY5PiMVEwymNeqUTKsDczQBJ/5T7W/46RwLU/VH+AA8aT5TZkvBviLKLbbm0hlfftEkGrNzfRk/fofQ==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.11.1" } }, "node_modules/@types/node-forge": { @@ -3615,18 +3599,18 @@ "integrity": "sha512-XQtKy9lmkKlV+c3Jelo7kxNPw7qOqIq3GcnOhywGZHF7zw5D5m+Ssigbmf3Turbe/A8Ur+lRh8TYjuxXKvyivw==" }, "node_modules/@types/ws": { - "version": "8.5.10", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", - "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", + "version": "8.5.12", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz", + "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", "dev": true, "dependencies": { "@types/node": "*" } }, "node_modules/@uiw/codemirror-extensions-basic-setup": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.22.2.tgz", - "integrity": "sha512-zcHGkldLFN3cGoI5XdOGAkeW24yaAgrDEYoyPyWHODmPiNwybQQoZGnH3qUdzZwUaXtAcLWoAeOPzfNRW2yGww==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.0.tgz", + "integrity": "sha512-+k5nkRpUWGaHr1JWT8jcKsVewlXw5qBgSopm9LW8fZ6KnSNZBycz8kHxh0+WSvckmXEESGptkIsb7dlkmJT/hQ==", "dependencies": { "@codemirror/autocomplete": "^6.0.0", "@codemirror/commands": "^6.0.0", @@ -3650,15 +3634,15 @@ } }, "node_modules/@uiw/react-codemirror": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.22.2.tgz", - "integrity": "sha512-okCSl+WJG63gRx8Fdz7v0C6RakBQnbb3pHhuzIgDB+fwhipgFodSnu2n9oOsQesJ5YQ7mSOcKMgX0JEsu4nnfQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.23.0.tgz", + "integrity": "sha512-MnqTXfgeLA3fsUUQjqjJgemEuNyoGALgsExVm0NQAllAAi1wfj+IoKFeK+h3XXMlTFRCFYOUh4AHDv0YXJLsOg==", "dependencies": { "@babel/runtime": "^7.18.6", "@codemirror/commands": "^6.1.0", "@codemirror/state": "^6.1.1", "@codemirror/theme-one-dark": "^6.0.0", - "@uiw/codemirror-extensions-basic-setup": "4.22.2", + "@uiw/codemirror-extensions-basic-setup": "4.23.0", "codemirror": "^6.0.0" }, "funding": { @@ -3881,9 +3865,9 @@ } }, "node_modules/acorn": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.0.tgz", - "integrity": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==", + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "bin": { "acorn": "bin/acorn" }, @@ -3900,14 +3884,14 @@ } }, "node_modules/ajv": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz", - "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dependencies": { "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" + "require-from-string": "^2.0.2" }, "funding": { "type": "github", @@ -4193,9 +4177,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.1.tgz", - "integrity": "sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==", + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", + "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", "funding": [ { "type": "opencollective", @@ -4211,10 +4195,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001629", - "electron-to-chromium": "^1.4.796", + "caniuse-lite": "^1.0.30001640", + "electron-to-chromium": "^1.4.820", "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.16" + "update-browserslist-db": "^1.1.0" }, "bin": { "browserslist": "cli.js" @@ -4279,9 +4263,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001639", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001639.tgz", - "integrity": "sha512-eFHflNTBIlFwP2AIKaYuBQN/apnUoKNhBdza8ZnW/h2di4LCZ4xFqYlxUxo+LQ76KFI1PGcC1QDxMbxTZpSCAg==", + "version": "1.0.30001645", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001645.tgz", + "integrity": "sha512-GFtY2+qt91kzyMk6j48dJcwJVq5uTkk71XxE3RtScx7XWRLsO7bU44LOFkOZYR8w9YMS0UhPSYpN/6rAMImmLw==", "funding": [ { "type": "opencollective", @@ -4680,9 +4664,9 @@ } }, "node_modules/css-loader/node_modules/semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", "dev": true, "bin": { "semver": "bin/semver.js" @@ -5184,9 +5168,9 @@ } }, "node_modules/debug": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", - "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", "dependencies": { "ms": "2.1.2" }, @@ -5384,9 +5368,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.816", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.816.tgz", - "integrity": "sha512-EKH5X5oqC6hLmiS7/vYtZHZFTNdhsYG5NVPRN6Yn0kQHNBlT59+xSM8HBy66P5fxWpKgZbPqb+diC64ng295Jw==" + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz", + "integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==" }, "node_modules/emoji-regex": { "version": "9.2.2", @@ -5404,9 +5388,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", - "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -5673,6 +5657,11 @@ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, + "node_modules/fast-uri": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", + "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" + }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", @@ -5938,9 +5927,9 @@ } }, "node_modules/glob": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz", - "integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", @@ -5953,9 +5942,6 @@ "bin": { "glob": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=16 || 14 >=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -6288,9 +6274,9 @@ } }, "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", + "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "dev": true, "dependencies": { "pkg-dir": "^4.2.0", @@ -6455,9 +6441,9 @@ } }, "node_modules/is-core-module": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz", - "integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", + "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", "dependencies": { "hasown": "^2.0.2" }, @@ -6651,16 +6637,13 @@ } }, "node_modules/jackspeak": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.0.tgz", - "integrity": "sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, "dependencies": { "@isaacs/cliui": "^8.0.2" }, - "engines": { - "node": ">=14" - }, "funding": { "url": "https://github.com/sponsors/isaacs" }, @@ -6834,13 +6817,13 @@ } }, "node_modules/memfs": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.9.3.tgz", - "integrity": "sha512-bsYSSnirtYTWi1+OPMFb0M048evMKyUYe0EbtuGQgq6BVQM1g1W8/KIUJCCvjgI/El0j6Q4WsmMiBwLUBSw8LA==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.11.0.tgz", + "integrity": "sha512-+6kz90/YQoZuHvg3rn1CGPMZfEMaU5xe7xIavZMNiom2RNesiI8S37p9O9n+PlIUnUgretjLdM6HnqpZYl3X2g==", "dev": true, "dependencies": { "@jsonjoy.com/json-pack": "^1.0.3", - "@jsonjoy.com/util": "^1.1.2", + "@jsonjoy.com/util": "^1.3.0", "tree-dump": "^1.0.1", "tslib": "^2.0.0" }, @@ -7027,9 +7010,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" }, "node_modules/normalize-path": { "version": "3.0.0", @@ -7306,13 +7289,10 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz", - "integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==", - "dev": true, - "engines": { - "node": "14 || >=16.14" - } + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true }, "node_modules/path-to-regexp": { "version": "0.1.7", @@ -7390,9 +7370,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.40", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", + "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", "dev": true, "funding": [ { @@ -7477,9 +7457,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz", - "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", + "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", "dev": true, "dependencies": { "cssesc": "^3.0.0", @@ -7671,9 +7651,9 @@ } }, "node_modules/react-datepicker": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-7.2.0.tgz", - "integrity": "sha512-Hhs1Fk6/ZqpGGg9QX/JjzvgEJoSFKYCAvRVdBbjxvOjflsXutFprAl/E0ZOm1J+/b/jQqU03WMTTNLcw5nXcuw==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-7.3.0.tgz", + "integrity": "sha512-EqRKLAtLZUTztiq6a+tjSjQX9ES0Xd229JPckAtyZZ4GoY3rtvNWAzkYZnQUf6zTWT50Ki0+t+W9VRQIkSJLfg==", "dependencies": { "@floating-ui/react": "^0.26.2", "clsx": "^2.1.0", @@ -7819,11 +7799,11 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/react-router": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.24.0.tgz", - "integrity": "sha512-sQrgJ5bXk7vbcC4BxQxeNa5UmboFm35we1AFK0VvQaz9g0LzxEIuLOhHIoZ8rnu9BO21ishGeL9no1WB76W/eg==", + "version": "6.25.1", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.25.1.tgz", + "integrity": "sha512-u8ELFr5Z6g02nUtpPAggP73Jigj1mRePSwhS/2nkTrlPU5yEkH1vYzWNyvSnSzeeE2DNqWdH+P8OhIh9wuXhTw==", "dependencies": { - "@remix-run/router": "1.17.0" + "@remix-run/router": "1.18.0" }, "engines": { "node": ">=14.0.0" @@ -7833,12 +7813,12 @@ } }, "node_modules/react-router-dom": { - "version": "6.24.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.24.0.tgz", - "integrity": "sha512-960sKuau6/yEwS8e+NVEidYQb1hNjAYM327gjEyXlc6r3Skf2vtwuJ2l7lssdegD2YjoKG5l8MsVyeTDlVeY8g==", + "version": "6.25.1", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.25.1.tgz", + "integrity": "sha512-0tUDpbFvk35iv+N89dWNrJp+afLgd+y4VtorJZuOCXK0kkCWjEvb3vTJM++SYvMEpbVwXKf3FjeVveVEb6JpDQ==", "dependencies": { - "@remix-run/router": "1.17.0", - "react-router": "6.24.0" + "@remix-run/router": "1.18.0", + "react-router": "6.25.1" }, "engines": { "node": ">=14.0.0" @@ -7869,9 +7849,9 @@ } }, "node_modules/react-select-async-paginate": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/react-select-async-paginate/-/react-select-async-paginate-0.7.4.tgz", - "integrity": "sha512-ffsMyajBx8sS4Hqf3oZYhNXnrD4GZTZtJ9snX8DSrspmSH3v72r+gSBDlRep5nbJIoLDhFWJQlG8R6CqnIoDFA==", + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/react-select-async-paginate/-/react-select-async-paginate-0.7.5.tgz", + "integrity": "sha512-ZNk42VH5NOTjWX5LV04KNr6qKvgjzEcu9YBA7H7M2E2zW/0W0JZanxXw4yaTr+uYdZ4XmV+q2dTmOw5tZEC+cw==", "dependencies": { "@seznam/compose-react-refs": "^1.0.6", "@vtaits/use-lazy-ref": "^0.1.3", @@ -8132,9 +8112,9 @@ } }, "node_modules/rimraf": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz", - "integrity": "sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", "dev": true, "dependencies": { "glob": "^10.3.7" @@ -8142,9 +8122,6 @@ "bin": { "rimraf": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=14.18" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -8844,9 +8821,9 @@ } }, "node_modules/terser": { - "version": "5.31.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.1.tgz", - "integrity": "sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==", + "version": "5.31.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", + "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -9047,9 +9024,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", + "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", @@ -9130,9 +9107,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz", - "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", "funding": [ { "type": "opencollective", @@ -9175,9 +9152,9 @@ } }, "node_modules/use-debounce": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.1.tgz", - "integrity": "sha512-0uUXjOfm44e6z4LZ/woZvkM8FwV1wiuoB6xnrrOmeAEjRDDzTLQNRFtYHvqUsJdrz1X37j0rVGIVp144GLHGKg==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.2.tgz", + "integrity": "sha512-MwBiJK2dk+2qhMDVDCPRPeLuIekKfH2t1UYMnrW9pwcJJGFDbTLliSMBz2UKGmE1PJs8l3XoMqbIU1MemMAJ8g==", "engines": { "node": ">= 16.0.0" }, @@ -9313,9 +9290,9 @@ } }, "node_modules/webpack": { - "version": "5.92.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", - "integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", + "version": "5.93.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", + "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", @@ -9413,9 +9390,9 @@ } }, "node_modules/webpack-dev-middleware": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.2.1.tgz", - "integrity": "sha512-hRLz+jPQXo999Nx9fXVdKlg/aehsw1ajA9skAneGmT03xwmyuhvF93p6HUKKbWhXdcERtGTzUCtIQr+2IQegrA==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.3.0.tgz", + "integrity": "sha512-xD2qnNew+F6KwOGZR7kWdbIou/ud7cVqLEXeK1q0nHcNsX/u7ul/fSdlOTX4ntSL5FNFy7ZJJXbf0piF591JYw==", "dev": true, "dependencies": { "colorette": "^2.0.10", @@ -9733,9 +9710,9 @@ } }, "node_modules/ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "dev": true, "engines": { "node": ">=10.0.0" diff --git a/examples/Kentico.Xperience.UMT.Example.AdminApp/Client/package.json b/examples/Kentico.Xperience.UMT.Example.AdminApp/Client/package.json index 24104c0..9d2657a 100644 --- a/examples/Kentico.Xperience.UMT.Example.AdminApp/Client/package.json +++ b/examples/Kentico.Xperience.UMT.Example.AdminApp/Client/package.json @@ -8,8 +8,8 @@ "build": "webpack --mode=production" }, "dependencies": { - "@kentico/xperience-admin-base": "^29.2.0", - "@kentico/xperience-admin-components": "^29.1.0", + "@kentico/xperience-admin-base": "^29.3.0", + "@kentico/xperience-admin-components": "^29.3.0", "copy-webpack-plugin": "^12.0.2", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -17,18 +17,18 @@ "sse.js": "^2.5.0" }, "devDependencies": { - "@babel/core": "^7.24.7", + "@babel/core": "^7.25.2", "@babel/plugin-transform-runtime": "^7.24.7", - "@babel/preset-env": "^7.24.7", + "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "@babel/preset-typescript": "^7.24.7", - "@kentico/xperience-webpack-config": "^29.2.0", + "@kentico/xperience-webpack-config": "^29.3.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "babel-loader": "^9.1.3", "css-loader": "^7.1.2", "style-loader": "^4.0.0", - "webpack": "^5.92.1", + "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" }, diff --git a/examples/Kentico.Xperience.UMT.Example.AdminApp/packages.lock.json b/examples/Kentico.Xperience.UMT.Example.AdminApp/packages.lock.json index 8193d35..f59aead 100644 --- a/examples/Kentico.Xperience.UMT.Example.AdminApp/packages.lock.json +++ b/examples/Kentico.Xperience.UMT.Example.AdminApp/packages.lock.json @@ -4,21 +4,21 @@ "net8.0": { "Kentico.Xperience.Admin": { "type": "Direct", - "requested": "[29.2.0, )", - "resolved": "29.2.0", - "contentHash": "7dEcSPaO4y6pUSDSSpzv+PoFCUaLHfd2ghEJOXqH1IClBbFjeBO1DyYamDPKTAeywKfbkXUb8ZWazsi7B9qDWg==", + "requested": "[29.3.0, )", + "resolved": "29.3.0", + "contentHash": "134Q/IEEehiBdU8ygTWswWhVxcJeQkW2XNnfJATXijqtosMTlKOZWlJa6u0eroVwnHB2I5k2bAhHi2lHPLNO4A==", "dependencies": { "Kentico.Aira.Client": "1.0.25", - "Kentico.Xperience.WebApp": "[29.2.0]", - "Microsoft.AspNetCore.SpaServices.Extensions": "6.0.31", - "Microsoft.Extensions.FileProviders.Embedded": "6.0.31" + "Kentico.Xperience.WebApp": "[29.3.0]", + "Microsoft.AspNetCore.SpaServices.Extensions": "6.0.32", + "Microsoft.Extensions.FileProviders.Embedded": "6.0.32" } }, "SonarAnalyzer.CSharp": { "type": "Direct", - "requested": "[9.28.0.94264, )", - "resolved": "9.28.0.94264", - "contentHash": "P5ri/HgukP7KPoN/Lo0njq0d5IdUMpiqHoDVT3QRauwwCWXk0ACmC3FNtMR0l4X4TzfqmIZV+SeSLIDijNp6sQ==" + "requested": "[9.30.0.95878, )", + "resolved": "9.30.0.95878", + "contentHash": "P0DylTJphECGE9HD6yho7rb6qs2WTTW36QUu5ezGRJeZpq8ItlRLmzUpxNHVOaudJywcnKO1DdRyZSaU7LXOcA==" }, "AngleSharp": { "type": "Transitive", @@ -76,8 +76,8 @@ }, "BouncyCastle.Cryptography": { "type": "Transitive", - "resolved": "2.3.1", - "contentHash": "buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==" + "resolved": "2.4.0", + "contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==" }, "CommandLineParser": { "type": "Transitive", @@ -86,8 +86,8 @@ }, "GreenDonut": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "HDdjNimJhBKfgN6XOy74jT5UxueFV4IQuYEL2YglwnayJaP9ah34D0CXV+0axkYFzaU/xr6IW+g0KZMgKU803A==", + "resolved": "13.9.7", + "contentHash": "Hr+zOsca8uLgG3x0UogBxyUDu6DSHzbAsEFlEF/GlQGqDIzXUHNx80yMaaXZ11h0cyuANqBz2aw2pGneupQWbQ==", "dependencies": { "Microsoft.Extensions.ObjectPool": "8.0.0", "System.Diagnostics.DiagnosticSource": "8.0.0", @@ -96,169 +96,169 @@ }, "HotChocolate": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "Jt1NCrRekNR4XHaAq9nPyL2bkk38EZtcQ7H5NrcNuqbmLzENNvZ43v4ltO9z28eRl8TrPOsAisFLcG3ZiV0yJA==", + "resolved": "13.9.7", + "contentHash": "eMTrfh3A+CxMnb84Pz2zzQz3zuQXlihbM9f4u1JW8gDKlcARGh9qQr1qxheLQa4Co7RG3O7gl8DiNYyJ781DhQ==", "dependencies": { - "HotChocolate.Authorization": "13.9.6", - "HotChocolate.Execution": "13.9.6", - "HotChocolate.Fetching": "13.9.6", - "HotChocolate.Types": "13.9.6", - "HotChocolate.Types.CursorPagination": "13.9.6", - "HotChocolate.Types.Mutations": "13.9.6", - "HotChocolate.Types.OffsetPagination": "13.9.6", - "HotChocolate.Validation": "13.9.6" + "HotChocolate.Authorization": "13.9.7", + "HotChocolate.Execution": "13.9.7", + "HotChocolate.Fetching": "13.9.7", + "HotChocolate.Types": "13.9.7", + "HotChocolate.Types.CursorPagination": "13.9.7", + "HotChocolate.Types.Mutations": "13.9.7", + "HotChocolate.Types.OffsetPagination": "13.9.7", + "HotChocolate.Validation": "13.9.7" } }, "HotChocolate.Abstractions": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "VcdXOcwXTMTTnUbG6epzIW0JIDWCjS8YeHginDQ2HCjUcDQmlHtc7Nv/mQbCGn6fdjc6RpbENf7biWJHvkPb2w==", + "resolved": "13.9.7", + "contentHash": "zZGGxtSH7H2Ft7UYlUbwbPycThld0dnMbpwTjjF667HL4nTXe56egdUd4RurojZQwlY/ybvjFGjbzS6gMZ6xNw==", "dependencies": { - "HotChocolate.Language": "13.9.6", + "HotChocolate.Language": "13.9.7", "System.Collections.Immutable": "8.0.0" } }, "HotChocolate.AspNetCore": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "s1uU5iRA5PwXjHSY2pan5JXDBDV0mn7lkuBZ0+cAFkgfyIMMJUeWRNRZ8K4gnrTlbwC3YR6m2JlZ/urR1ARFyw==", + "resolved": "13.9.7", + "contentHash": "UHNGeGmrVVMaQ+b3sJJWLwc84DZLgXWRYGkI4BBcGWqQllbuMM/2dJ/4Z6lGOUo267SLnH+JxPBn+eE7HlSDYQ==", "dependencies": { "BananaCakePop.Middleware": "16.0.1", - "HotChocolate": "13.9.6", - "HotChocolate.Subscriptions.InMemory": "13.9.6", - "HotChocolate.Transport.Sockets": "13.9.6", - "HotChocolate.Types.Scalars.Upload": "13.9.6", - "HotChocolate.Utilities.DependencyInjection": "13.9.6" + "HotChocolate": "13.9.7", + "HotChocolate.Subscriptions.InMemory": "13.9.7", + "HotChocolate.Transport.Sockets": "13.9.7", + "HotChocolate.Types.Scalars.Upload": "13.9.7", + "HotChocolate.Utilities.DependencyInjection": "13.9.7" } }, "HotChocolate.Authorization": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "zvRHMaltJPGY9Ko6gWX2rOH5oK5KAKFzVVOsVTwLE8hUYmv+yEYuRpjZ2qABmCd4L/pDSQmuszWXBl/p04aM9A==", + "resolved": "13.9.7", + "contentHash": "CrAFhKQbK2L+nLe7TLjdf0iw6mLYSF/0niuDdOXB9YuIzuJ89Getrm2xWrSJwaJELWu1ksXpuOm1whPXD4/Cxw==", "dependencies": { - "HotChocolate.Execution": "13.9.6" + "HotChocolate.Execution": "13.9.7" } }, "HotChocolate.Data": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "2UBUud2ZNfee58nodsOZ9hQXLqJta5GmSiT7FGbRmvgsqrWaXTuNyUvVvrF4igUxAsY6XSZj93h34NcfNhKM4Q==", + "resolved": "13.9.7", + "contentHash": "LDBHbB8Ix2v3kFK6GHORa7ZD5NAV0tuWzBZ2HATdqT91KKFzOkJkCcb59JYlj1sILEJ6KzLueWsCgO+NmBZVMw==", "dependencies": { - "HotChocolate.Execution": "13.9.6", - "HotChocolate.Types.CursorPagination": "13.9.6" + "HotChocolate.Execution": "13.9.7", + "HotChocolate.Types.CursorPagination": "13.9.7" } }, "HotChocolate.Execution": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "51QfhBu+KWEDK53ZJSVw6197DqRHBuX2hf3HmkX5d5cyxl6LBLuEp4nr0F2kRdDJaSFO82akC1RwY54B7OY9zg==", + "resolved": "13.9.7", + "contentHash": "y0C5ODS84VnR18ZmwqIPLvv6U/Fd2EA4inqg4gYs1nrMdKqHnCNP9i14+Ud8tREXZw/O+Jsvfw9+OylwW05Xww==", "dependencies": { - "HotChocolate.Abstractions": "13.9.6", - "HotChocolate.Execution.Abstractions": "13.9.6", - "HotChocolate.Fetching": "13.9.6", - "HotChocolate.Types": "13.9.6", - "HotChocolate.Utilities.DependencyInjection": "13.9.6", - "HotChocolate.Validation": "13.9.6", + "HotChocolate.Abstractions": "13.9.7", + "HotChocolate.Execution.Abstractions": "13.9.7", + "HotChocolate.Fetching": "13.9.7", + "HotChocolate.Types": "13.9.7", + "HotChocolate.Utilities.DependencyInjection": "13.9.7", + "HotChocolate.Validation": "13.9.7", "Microsoft.Extensions.DependencyInjection": "8.0.0", "System.Threading.Channels": "8.0.0" } }, "HotChocolate.Execution.Abstractions": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "ipe4vdYjWX4qRBvs2JTzBHCib37Gi2ukJbbGYg2bFKlixXWShW00VvqEpG4kg6KLEmTk5Y2PUEqDqXAt4uK4WA==", + "resolved": "13.9.7", + "contentHash": "JyVN6xsxWGJdeU1RwJWsHnhYakU8z7Q003r3c/M1FwokqAYspQPDzP4QuBvmz8nPyCxSdR42eNvqVGYKZj/h1Q==", "dependencies": { - "HotChocolate.Abstractions": "13.9.6", + "HotChocolate.Abstractions": "13.9.7", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" } }, "HotChocolate.Fetching": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "xBXyo56H6UxQU23C19/Fc8+iP6gUKSRLqqrI8bdBSXBtKEMEM2WLfb1/4q7LuCf/fqHPyyRXgSx09gPZxRy2HA==", + "resolved": "13.9.7", + "contentHash": "I+Ek6pdicNtZvXyvr2dCejPWn+q13gDmUzuK5L+iUP5IGfod/02Vj408hBHPIapweCYixreI0h5VDHwJm2fx2A==", "dependencies": { - "GreenDonut": "13.9.6", - "HotChocolate.Types": "13.9.6" + "GreenDonut": "13.9.7", + "HotChocolate.Types": "13.9.7" } }, "HotChocolate.Language": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "5XzspfAQU6pGOM0S97u45XSAip835MjKXjuqjRwwfTtFJkDXHvUWjcyhddEX2/t2itTaTkIswzz3vgjhj5mkww==", + "resolved": "13.9.7", + "contentHash": "rWH01lP72YQmLP0tw1RtabanCXbRZ58x/frAQtPttyMViCx6N4aGEFAS8716ANwFM/ek6Kv7fYpxj3A0N1943A==", "dependencies": { - "HotChocolate.Language.SyntaxTree": "13.9.6", - "HotChocolate.Language.Utf8": "13.9.6", - "HotChocolate.Language.Visitors": "13.9.6", - "HotChocolate.Language.Web": "13.9.6" + "HotChocolate.Language.SyntaxTree": "13.9.7", + "HotChocolate.Language.Utf8": "13.9.7", + "HotChocolate.Language.Visitors": "13.9.7", + "HotChocolate.Language.Web": "13.9.7" } }, "HotChocolate.Language.SyntaxTree": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "VKMXjK3cjO5O9tCAxuHhEAusTlRQOliJJrejYNQ4TaT7532ZBsL9ZmD2C0IAaMYOv8Lz7A/OU1AIBMFp7//4fg==", + "resolved": "13.9.7", + "contentHash": "iiTGVnjh+Q07L3GQ1gQrrbQWXh/sj6vJrvlwSLRbdIR2PZ53d9xXTeWjfiqgSfl+qZwWUyyCCCcWrJwYQokpyQ==", "dependencies": { "Microsoft.Extensions.ObjectPool": "8.0.0" } }, "HotChocolate.Language.Utf8": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "lNx+JJZscU8eaU0Lz4G8iQflfcT5XKcrNhRmRCZNba3Sg7ZhrZ489yllrtAYIm428tE+FoQmM6HZSJRQQ3xUkw==", + "resolved": "13.9.7", + "contentHash": "rGSf31r6WjOi4LAaF4HFKYPV+/nT7aqsvOZ5CO/UCJEM0vDeuda++NYdkLVETyUHeWc30niwIKOVSlN9XJNVuQ==", "dependencies": { - "HotChocolate.Language.SyntaxTree": "13.9.6" + "HotChocolate.Language.SyntaxTree": "13.9.7" } }, "HotChocolate.Language.Visitors": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "PMBVDLsvUxLS9k9nJfN+qGgV5iwNfdmB2eWZ6QeVEkkhczcRspLJ6sg4lQYAMm3GyUosB99CUTD2g/f3ohKhTg==", + "resolved": "13.9.7", + "contentHash": "3MxWSJdbbVh1LJDef7l6oPCBFHomMxPJSot/OBS11xEeeQnChrrVDFwPWnlffmyDX4Dccugbs0eKwJEXaxCpzQ==", "dependencies": { - "HotChocolate.Language.SyntaxTree": "13.9.6" + "HotChocolate.Language.SyntaxTree": "13.9.7" } }, "HotChocolate.Language.Web": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "4GiepY1mFp151rrAKy+VD38+gf0AGij8GspJntn5GvKpmvRriwvK24eOQuBZTdMBPiuscLUX0FMkZgs5BX4xYw==", + "resolved": "13.9.7", + "contentHash": "FJxfPz4ESaRZj8fWgV1lPCrdAysiEGktJgkYHH4w/MioVLULdjckYocnQnCaWx2km0r0fojNGbm2k1TlqYL/7A==", "dependencies": { - "HotChocolate.Language.Utf8": "13.9.6" + "HotChocolate.Language.Utf8": "13.9.7" } }, "HotChocolate.Subscriptions": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "XO7d+enTaXEwATrii7Sp9r2efP6j5AopQf7iRk7Lky6+j6CCh8BL/V/qgCwAUtmraIOzswJRmy23cD5AssXlGg==", + "resolved": "13.9.7", + "contentHash": "19WDXKE2bN5Pd35ebzS/zqOKSb/thnBRWCFKqLLxVvjrRaZcdj+Amc92fqTJi4XGis/6AoMf6JZovbQjWeHvoA==", "dependencies": { - "HotChocolate.Abstractions": "13.9.6", - "HotChocolate.Execution.Abstractions": "13.9.6" + "HotChocolate.Abstractions": "13.9.7", + "HotChocolate.Execution.Abstractions": "13.9.7" } }, "HotChocolate.Subscriptions.InMemory": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "MdWWQXIBbNRdJ549kX2T/kCGMn88JsK//RuQ+9zaZSCf/Pxir0K86aWy8O3MssVmExot4k7RkQDUoC7GUOLtCQ==", + "resolved": "13.9.7", + "contentHash": "vvv8QjqPSURHTjRNyM2AuOvJI9vRBCnB8mYe3lUrGo2coBYakGb+21MX0UjreqR9kaR+611p5OM4+snASSN4Fw==", "dependencies": { - "HotChocolate.Execution.Abstractions": "13.9.6", - "HotChocolate.Subscriptions": "13.9.6", + "HotChocolate.Execution.Abstractions": "13.9.7", + "HotChocolate.Subscriptions": "13.9.7", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" } }, "HotChocolate.Transport.Sockets": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "TeYEPFMGNTyjmmSyDvn8AZTy9HQR/+TMUznHWdlHDTCYXRJBwhtSQ+d8j8EbcOGhRw4TL2414+SK1mvypQvVNA==", + "resolved": "13.9.7", + "contentHash": "MiyrvorBadNSJYiXdH+O0aEX1MM6BTMGRYBICcMw/Gfv1oJurMa9qXAcqwVa6fwlRZPL+UqU6PlFLjIILhPLLA==", "dependencies": { "System.IO.Pipelines": "8.0.0" } }, "HotChocolate.Types": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "/1V9ngL8AKrF8EOFeMS3AHEdPA/N4WCUNlpn5QDdV+KjVhRIm/tBJtbFZKCqD1kdtAOq19JNj0+bHMf/XBbLJg==", + "resolved": "13.9.7", + "contentHash": "zauZ28u0cjwDo02YlsF290HKvGfKIuXCljGoGRypl1vsjlX/MOcDTUiDY5/VEnVVz6QZWZyg66C/kO862QuXPQ==", "dependencies": { - "HotChocolate.Abstractions": "13.9.6", - "HotChocolate.Types.Shared": "13.9.6", - "HotChocolate.Utilities": "13.9.6", + "HotChocolate.Abstractions": "13.9.7", + "HotChocolate.Types.Shared": "13.9.7", + "HotChocolate.Utilities": "13.9.7", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", "Microsoft.Extensions.ObjectPool": "8.0.0", "System.ComponentModel.Annotations": "5.0.0", @@ -267,66 +267,66 @@ }, "HotChocolate.Types.CursorPagination": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "Vo/uowhYoN/YpOnk03b/PGh+GC5xw3uLTR2ZbrmND+pNv7Dzjh95Ajqt/Dl99twgf/aF4v1VOjmJ6Sp0SVR9Ag==", + "resolved": "13.9.7", + "contentHash": "c1qshoAFs1h3L5hd8sSkdXTRdZPdTaolDLftmX5HX46TJvRW3diHWH7vDvfytlsxggMamHauwT4sTShYsvQGqw==", "dependencies": { - "HotChocolate.Execution": "13.9.6", - "HotChocolate.Types": "13.9.6" + "HotChocolate.Execution": "13.9.7", + "HotChocolate.Types": "13.9.7" } }, "HotChocolate.Types.Mutations": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "hQ4wYHLgIVmhpBYLVtbJCAeASCHHJ427+FeAxGILsbp8J0ZXhlDQhFRPMXPz4bzbUWOR2oFEDTVoLvZSC9ztiQ==", + "resolved": "13.9.7", + "contentHash": "89CAbrdiZziEajLzBItunpn+Fd09iqVYKHEPlRsWY55L2wNrzcoblW5Pe2p3c22w8ewmzSSEc8TupBYlez+2Ug==", "dependencies": { - "HotChocolate.Execution": "13.9.6", - "HotChocolate.Types": "13.9.6" + "HotChocolate.Execution": "13.9.7", + "HotChocolate.Types": "13.9.7" } }, "HotChocolate.Types.OffsetPagination": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "WnWKglIc+WNO9bUIcUK5pHaaMh/oNy2XK9ZBVbGiAHSa0HrhEiAWG6iCKdbRmBi0N/ZT6vdl+9we+edlbiVQsA==", + "resolved": "13.9.7", + "contentHash": "9kxPAU748x9/wmNPzLrHqYOMOkjbTP7DPMfMmOiUGjetI2Lm6RenUVZVODU8n92luk2Ng4Fc5GgJd7a28yqJ9w==", "dependencies": { - "HotChocolate.Execution": "13.9.6", - "HotChocolate.Types": "13.9.6" + "HotChocolate.Execution": "13.9.7", + "HotChocolate.Types": "13.9.7" } }, "HotChocolate.Types.Scalars.Upload": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "RZ3Yu6jRGcjS4+KRXl9UEL4Wv4Kmc7Q0eIn3adAaxAn4L75mkpJmvL3vs4MVPgvlb4WkRoroRZlSBjeovuP0hA==", + "resolved": "13.9.7", + "contentHash": "afuOJKMvL8f64UZmvn2mt66db9rvdWkZUDt5vBsGErAxSJst8yCO56hiaYgjkAYg2Itp9yiqtJIc/UjI22x34A==", "dependencies": { - "HotChocolate.Types": "13.9.6" + "HotChocolate.Types": "13.9.7" } }, "HotChocolate.Types.Shared": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "ZKdal25pF7ChtHwkkDZiaQpi4AVvWLTQgrV8rP9pL34xtymUyuLpXdcCwqfHXWYnqD35JjHRXQYgVunxkPMbIw==", + "resolved": "13.9.7", + "contentHash": "OXuZNxvpFX/clo3jYgogoAg8dp+NIphIhKffs6S6tuyJsl4/sqoo19cwNhEyF0K9cxKJYJj+oYw+hbl5XOHpRQ==", "dependencies": { - "HotChocolate.Language.SyntaxTree": "13.9.6" + "HotChocolate.Language.SyntaxTree": "13.9.7" } }, "HotChocolate.Utilities": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "67hAY38hEx93N3/j2xOzSwPwytBL+DNJyJBXSVSj5GGJKdr3SX69lBU8MTl1mt5MSTBA5ypFnj8AUKvQRpL6SQ==" + "resolved": "13.9.7", + "contentHash": "Mh8K5kZZ0zRs5zXVlZDc3WqPU8I70lVSRTdhrM+4eWRZHceZ3OLgebQww2uGmAFcStzHD6b7XmQPuVxw0HRVCg==" }, "HotChocolate.Utilities.DependencyInjection": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "NPOFy3wBmZLIJx3rDmNCVWteckh+nlgJmBb0+lJ30lmPE+nLZLvGgOrC+IgYBNJvD1qjQ2dcnUFgQnNyJ5UsVw==", + "resolved": "13.9.7", + "contentHash": "XlTIkwAzVshTj4p+XR7YCrGl/bwM0izwoUmKCvc1mdoIBtORbWQNixrnLQsCldhlnqP1G+CzXO2g0wNv+g8wBA==", "dependencies": { "Microsoft.Extensions.DependencyInjection": "8.0.0" } }, "HotChocolate.Validation": { "type": "Transitive", - "resolved": "13.9.6", - "contentHash": "mpB90YtCC//vVi0Ekcs/EPL+DaaEtrF2jvQTd7Rlpay2962JiBf2V0fIk385ugaoryu7j2mFThOLld7ihxL8hw==", + "resolved": "13.9.7", + "contentHash": "vB7wUZl6kdo97v+oi0DTXXoif4kJ+6/CAJ8zQ8WakWiyJDxYe76v0NkGgViTrVFUDUlffVa7Yl6jGv49b2TPhQ==", "dependencies": { - "HotChocolate.Types": "13.9.6", + "HotChocolate.Types": "13.9.7", "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", "Microsoft.Extensions.Options": "8.0.0" } @@ -355,31 +355,32 @@ }, "Kentico.Xperience.WebApp": { "type": "Transitive", - "resolved": "29.2.0", - "contentHash": "4+/rmbML2T79Hzdz3hcRGng1Wi50wEmwqGVW1O3tmb1PQsPx7kbPDJ/+S2e+l0pkBh22E6yZi4Xd04sfLMXNuQ==", + "resolved": "29.3.0", + "contentHash": "4iNprd5ZKN2ckIYDBEuOMTjR389Vhy7JlaKiyRn1jpai80DLgv5fy31bDM7tfMoGY47mV6vrzweldAjeoI3PFg==", "dependencies": { "CommandLineParser": "2.9.1", - "HotChocolate.AspNetCore": "13.9.6", - "HotChocolate.Data": "13.9.6", + "HotChocolate.AspNetCore": "13.9.7", + "HotChocolate.Data": "13.9.7", "HtmlSanitizer": "8.0.865", - "Kentico.Xperience.Core": "[29.2.0]", + "Kentico.Xperience.Core": "[29.3.0]", "Microsoft.Extensions.Caching.Memory": "6.0.1", - "Microsoft.Extensions.FileProviders.Embedded": "6.0.31", - "Microsoft.Extensions.Localization": "6.0.31" + "Microsoft.Extensions.FileProviders.Embedded": "6.0.32", + "Microsoft.Extensions.Localization": "6.0.32" } }, "MailKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "EJ1L2AtoO9nGZz2AKl2WGGw4pLIpkgEwzpczmZWBLqX0m33ueVA+CJYd9hg52XOvvEj+w5PVzB7yy26E0WHzKQ==", + "resolved": "4.7.1.1", + "contentHash": "Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==", "dependencies": { - "MimeKit": "4.6.0" + "MimeKit": "4.7.1", + "System.Formats.Asn1": "8.0.1" } }, "Microsoft.AspNetCore.SpaServices.Extensions": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "jJ3O50/WiC99Kr9Hgim/9G7aJ4K2csL0XxCLzNnR0bGFrHk03A+jk2sus5zGmBdFQsVGCuKpjzdsbwHrrEvp5A==", + "resolved": "6.0.32", + "contentHash": "XQ7QY8Kpo31H/pVNmNuTfa/HSsGfpIA82QHHiq3J1SU3EBEDSEcdOSJRI7ODm4GmGZY/n/fWM9Blpcbf5rhfPg==", "dependencies": { "Microsoft.Extensions.FileProviders.Physical": "6.0.0" } @@ -472,8 +473,8 @@ }, "Microsoft.Extensions.FileProviders.Embedded": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "2MOwJczvLSl+jxaz6sDn0eGc1io497//fhRg9R+nZNx8ely6+tBxbB01SN29stSIxxuLG/uyTaHJ8W7zCnqy9g==", + "resolved": "6.0.32", + "contentHash": "zedFFk86/lHx3xePklSc5Fo4N3kWqEMSLnYbnsGc1loca/f5T0g85XGSgizPvdqZyAGtDlh1jHKk94aF0FiSpg==", "dependencies": { "Microsoft.Extensions.FileProviders.Abstractions": "6.0.0" } @@ -516,19 +517,19 @@ }, "Microsoft.Extensions.Localization": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "Qivy1329sMhNDm/qvRRBB5M/z3a1/Zfe+nY7oSBLnFnldEwYEMmfP+O1xu1f/BCd5oRC+k3OQ9bRTrZepU0zCQ==", + "resolved": "6.0.32", + "contentHash": "oT9/Odho4th/5aY+HztJMfRhAVR+6rZ9FqYYjRrRFDU2e6C+pBCQLSujQIjdAjuHlsUu4pNmHXoaaiaE/82pow==", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization.Abstractions": "6.0.31", + "Microsoft.Extensions.Localization.Abstractions": "6.0.32", "Microsoft.Extensions.Logging.Abstractions": "6.0.4", "Microsoft.Extensions.Options": "6.0.0" } }, "Microsoft.Extensions.Localization.Abstractions": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "q1K9D2xGiTILwo5+ht0Hsu891QLKOIp7BCdm+v9G4Hh+HTjnXk83TrucxNElM/z/BcJwWUHhsqx/abdgTdpyRQ==" + "resolved": "6.0.32", + "contentHash": "ZG8q0/GHhkfXa4ciGp23ax6bJBjFBMYldw8vDg3JIzBp7vYMg5+hGSmNzFMtZThyAr9ktvEQAJS7TUpEEpDT0A==" }, "Microsoft.Extensions.Logging": { "type": "Transitive", @@ -645,10 +646,11 @@ }, "MimeKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "M4jddPQNSClTzHE+HnfrtN93mCXSYF8KewWUTwzXgl49ajzUh8hz/UY4CAnRQR4YJF3lBY5P+r+73VXZAGKafw==", + "resolved": "4.7.1", + "contentHash": "Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==", "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", + "BouncyCastle.Cryptography": "2.4.0", + "System.Formats.Asn1": "8.0.1", "System.Security.Cryptography.Pkcs": "8.0.0" } }, @@ -712,8 +714,8 @@ }, "System.Formats.Asn1": { "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==" + "resolved": "8.0.1", + "contentHash": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==" }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", @@ -821,18 +823,18 @@ "kentico.xperience.umt": { "type": "Project", "dependencies": { - "Kentico.Xperience.Core": "[29.2.0, )", + "Kentico.Xperience.Core": "[29.3.0, )", "Microsoft.Bcl.AsyncInterfaces": "[8.0.0, )" } }, "Kentico.Xperience.Core": { "type": "CentralTransitive", - "requested": "[29.2.0, )", - "resolved": "29.2.0", - "contentHash": "5gK/HD6jO4LuAzhSNyimp6cgMTfpMM89bn0D3kE7g2XZunPqnNDy8uTtbeF6edDh2vYGa+mzUZsxvPU+bzPfmg==", + "requested": "[29.3.0, )", + "resolved": "29.3.0", + "contentHash": "nomh8aBU0jOKP75U8G+z8Uf1pES7Jb18kDIih3CDrtr6FuiPWQRO72Zq097tosizhJzq9fW5MSGaL+uZXvX7Gg==", "dependencies": { "AngleSharp": "0.17.1", - "MailKit": "4.6.0", + "MailKit": "4.7.1.1", "Microsoft.Data.SqlClient": "5.2.1", "Microsoft.Extensions.Caching.Memory": "6.0.1", "Microsoft.Extensions.Configuration": "6.0.1", @@ -840,7 +842,7 @@ "Microsoft.Extensions.DependencyInjection": "6.0.1", "Microsoft.Extensions.FileProviders.Physical": "6.0.0", "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization": "6.0.31", + "Microsoft.Extensions.Localization": "6.0.32", "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", "Mono.Cecil": "0.11.5", "Newtonsoft.Json": "13.0.3", diff --git a/examples/Kentico.Xperience.UMT.Example.Console/packages.lock.json b/examples/Kentico.Xperience.UMT.Example.Console/packages.lock.json index 85964e9..981d73c 100644 --- a/examples/Kentico.Xperience.UMT.Example.Console/packages.lock.json +++ b/examples/Kentico.Xperience.UMT.Example.Console/packages.lock.json @@ -4,11 +4,11 @@ "net8.0": { "Kentico.Xperience.ImageProcessing": { "type": "Direct", - "requested": "[29.2.0, )", - "resolved": "29.2.0", - "contentHash": "pQtoy0Xgmnn5l+Kg9jtB3f19ZBnrhuPls+tmlYETad9eYu4PeiqnduCiQldWi6UajhfA5i0HBep9WplTIXd/Yg==", + "requested": "[29.3.0, )", + "resolved": "29.3.0", + "contentHash": "9Ih6q6B4ID71p7RBwiYBcxVvaikZYfYaes4yGyQo2TmuxgWSQQ6CD1PqlyBR1mPzkTfkmGo4Pk9p70/vbxsGtg==", "dependencies": { - "Kentico.Xperience.Core": "29.2.0", + "Kentico.Xperience.Core": "29.3.0", "SkiaSharp": "2.88.8", "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.8" } @@ -62,9 +62,9 @@ }, "SonarAnalyzer.CSharp": { "type": "Direct", - "requested": "[9.28.0.94264, )", - "resolved": "9.28.0.94264", - "contentHash": "P5ri/HgukP7KPoN/Lo0njq0d5IdUMpiqHoDVT3QRauwwCWXk0ACmC3FNtMR0l4X4TzfqmIZV+SeSLIDijNp6sQ==" + "requested": "[9.30.0.95878, )", + "resolved": "9.30.0.95878", + "contentHash": "P0DylTJphECGE9HD6yho7rb6qs2WTTW36QUu5ezGRJeZpq8ItlRLmzUpxNHVOaudJywcnKO1DdRyZSaU7LXOcA==" }, "AngleSharp": { "type": "Transitive", @@ -106,15 +106,16 @@ }, "BouncyCastle.Cryptography": { "type": "Transitive", - "resolved": "2.3.1", - "contentHash": "buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==" + "resolved": "2.4.0", + "contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==" }, "MailKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "EJ1L2AtoO9nGZz2AKl2WGGw4pLIpkgEwzpczmZWBLqX0m33ueVA+CJYd9hg52XOvvEj+w5PVzB7yy26E0WHzKQ==", + "resolved": "4.7.1.1", + "contentHash": "Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==", "dependencies": { - "MimeKit": "4.6.0" + "MimeKit": "4.7.1", + "System.Formats.Asn1": "8.0.1" } }, "Microsoft.CSharp": { @@ -247,19 +248,19 @@ }, "Microsoft.Extensions.Localization": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "Qivy1329sMhNDm/qvRRBB5M/z3a1/Zfe+nY7oSBLnFnldEwYEMmfP+O1xu1f/BCd5oRC+k3OQ9bRTrZepU0zCQ==", + "resolved": "6.0.32", + "contentHash": "oT9/Odho4th/5aY+HztJMfRhAVR+6rZ9FqYYjRrRFDU2e6C+pBCQLSujQIjdAjuHlsUu4pNmHXoaaiaE/82pow==", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization.Abstractions": "6.0.31", + "Microsoft.Extensions.Localization.Abstractions": "6.0.32", "Microsoft.Extensions.Logging.Abstractions": "6.0.4", "Microsoft.Extensions.Options": "6.0.0" } }, "Microsoft.Extensions.Localization.Abstractions": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "q1K9D2xGiTILwo5+ht0Hsu891QLKOIp7BCdm+v9G4Hh+HTjnXk83TrucxNElM/z/BcJwWUHhsqx/abdgTdpyRQ==" + "resolved": "6.0.32", + "contentHash": "ZG8q0/GHhkfXa4ciGp23ax6bJBjFBMYldw8vDg3JIzBp7vYMg5+hGSmNzFMtZThyAr9ktvEQAJS7TUpEEpDT0A==" }, "Microsoft.Extensions.Logging": { "type": "Transitive", @@ -384,10 +385,11 @@ }, "MimeKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "M4jddPQNSClTzHE+HnfrtN93mCXSYF8KewWUTwzXgl49ajzUh8hz/UY4CAnRQR4YJF3lBY5P+r+73VXZAGKafw==", + "resolved": "4.7.1", + "contentHash": "Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==", "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", + "BouncyCastle.Cryptography": "2.4.0", + "System.Formats.Asn1": "8.0.1", "System.Security.Cryptography.Pkcs": "8.0.0" } }, @@ -471,8 +473,8 @@ }, "System.Formats.Asn1": { "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==" + "resolved": "8.0.1", + "contentHash": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==" }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", @@ -581,24 +583,24 @@ "kentico.xperience.umt": { "type": "Project", "dependencies": { - "Kentico.Xperience.Core": "[29.2.0, )", + "Kentico.Xperience.Core": "[29.3.0, )", "Microsoft.Bcl.AsyncInterfaces": "[8.0.0, )" } }, "kentico.xperience.umt.examples": { "type": "Project", "dependencies": { - "Kentico.Xperience.UMT": "[1.1.0, )" + "Kentico.Xperience.UMT": "[1.2.1, )" } }, "Kentico.Xperience.Core": { "type": "CentralTransitive", - "requested": "[29.2.0, )", - "resolved": "29.2.0", - "contentHash": "5gK/HD6jO4LuAzhSNyimp6cgMTfpMM89bn0D3kE7g2XZunPqnNDy8uTtbeF6edDh2vYGa+mzUZsxvPU+bzPfmg==", + "requested": "[29.3.0, )", + "resolved": "29.3.0", + "contentHash": "nomh8aBU0jOKP75U8G+z8Uf1pES7Jb18kDIih3CDrtr6FuiPWQRO72Zq097tosizhJzq9fW5MSGaL+uZXvX7Gg==", "dependencies": { "AngleSharp": "0.17.1", - "MailKit": "4.6.0", + "MailKit": "4.7.1.1", "Microsoft.Data.SqlClient": "5.2.1", "Microsoft.Extensions.Caching.Memory": "6.0.1", "Microsoft.Extensions.Configuration": "6.0.1", @@ -606,7 +608,7 @@ "Microsoft.Extensions.DependencyInjection": "6.0.1", "Microsoft.Extensions.FileProviders.Physical": "6.0.0", "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization": "6.0.31", + "Microsoft.Extensions.Localization": "6.0.32", "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", "Mono.Cecil": "0.11.5", "Newtonsoft.Json": "13.0.3", diff --git a/examples/Kentico.Xperience.UMT.Examples/SampleProvider.cs b/examples/Kentico.Xperience.UMT.Examples/SampleProvider.cs index bf64d40..b387eb4 100644 --- a/examples/Kentico.Xperience.UMT.Examples/SampleProvider.cs +++ b/examples/Kentico.Xperience.UMT.Examples/SampleProvider.cs @@ -107,6 +107,7 @@ public static List GetFullSample() ContentItemSamples.SampleArticleContentItemLanguageMetadataEnGb, ContentItemSamples.SampleArticleWebPathUrlPathModelEnUs, ContentItemSamples.SampleArticleWebPathUrlPathModelEnGb, + ContentItemSamples.SampleArticleWebPathUrlPathModelEs, ContentItemSamples.SampleArticleWebPageItem, }); @@ -120,7 +121,8 @@ public static List GetFullSample() ContentItemSamples.SampleArticleContentItemLanguageMetadataEnUsWithRelations, ContentItemSamples.SampleArticleContentItemLanguageMetadataEnGbWithRelations, ContentItemSamples.SampleArticleWebPageItemWithRelations, ContentItemSamples.SampleArticleWebPageUrlWithRelationsEnUs, - ContentItemSamples.SampleArticleWebPageUrlWithRelations + ContentItemSamples.SampleArticleWebPageUrlWithRelations, + ContentItemSamples.SampleArticleWebPageUrlWithRelationsEs }); // folder samples diff --git a/examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSamples.cs b/examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSamples.cs index ae7364f..694458c 100644 --- a/examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSamples.cs +++ b/examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSamples.cs @@ -160,6 +160,19 @@ public static class ContentItemSamples WebPageUrlPathIsLatest = true, WebPageUrlPathIsDraft = false }; + + [Sample("webpageitem.urlpath.sample.article.es", "", "Page url path sample")] + public static WebPageUrlPathModel SampleArticleWebPathUrlPathModelEs => new() + { + WebPageUrlPathGUID = new Guid("F5824434-EC28-4AA6-95B4-CB995B9ACEF4"), + WebPageUrlPath = "es/creation-of-umt-model", + WebPageUrlPathHash = null, + WebPageUrlPathWebPageItemGuid = SampleArticleWebPageItem.WebPageItemGUID, + WebPageUrlPathWebsiteChannelGuid = WebSiteChannelSamples.WebsiteChannelGuid, + WebPageUrlPathContentLanguageGuid = ContentLanguageSamples.CONTENT_LANGUAGE_ES_SAMPLE_GUID, + WebPageUrlPathIsLatest = true, + WebPageUrlPathIsDraft = false + }; #endregion @@ -333,6 +346,19 @@ public static class ContentItemSamples WebPageUrlPathIsLatest = true, WebPageUrlPathIsDraft = false }; + + [Sample("webpageitem.urlpath.sample.article.es.WithRelations", "", "Page url path sample")] + public static WebPageUrlPathModel SampleArticleWebPageUrlWithRelationsEs => new() + { + WebPageUrlPathGUID = new Guid("54059C3D-754D-494E-8C3E-7E06D9B2B71D"), + WebPageUrlPath = "es/content-item-with-relations", + WebPageUrlPathHash = null, + WebPageUrlPathWebPageItemGuid = SampleArticleWebPageItemWithRelations.WebPageItemGUID, + WebPageUrlPathWebsiteChannelGuid = WebSiteChannelSamples.WebsiteChannelGuid, + WebPageUrlPathContentLanguageGuid = ContentLanguageSamples.CONTENT_LANGUAGE_ES_SAMPLE_GUID, + WebPageUrlPathIsLatest = true, + WebPageUrlPathIsDraft = false + }; #endregion diff --git a/examples/Kentico.Xperience.UMT.Examples/packages.lock.json b/examples/Kentico.Xperience.UMT.Examples/packages.lock.json index 06676bd..b649917 100644 --- a/examples/Kentico.Xperience.UMT.Examples/packages.lock.json +++ b/examples/Kentico.Xperience.UMT.Examples/packages.lock.json @@ -4,9 +4,9 @@ "net8.0": { "SonarAnalyzer.CSharp": { "type": "Direct", - "requested": "[9.28.0.94264, )", - "resolved": "9.28.0.94264", - "contentHash": "P5ri/HgukP7KPoN/Lo0njq0d5IdUMpiqHoDVT3QRauwwCWXk0ACmC3FNtMR0l4X4TzfqmIZV+SeSLIDijNp6sQ==" + "requested": "[9.30.0.95878, )", + "resolved": "9.30.0.95878", + "contentHash": "P0DylTJphECGE9HD6yho7rb6qs2WTTW36QUu5ezGRJeZpq8ItlRLmzUpxNHVOaudJywcnKO1DdRyZSaU7LXOcA==" }, "AngleSharp": { "type": "Transitive", @@ -48,15 +48,16 @@ }, "BouncyCastle.Cryptography": { "type": "Transitive", - "resolved": "2.3.1", - "contentHash": "buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==" + "resolved": "2.4.0", + "contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==" }, "MailKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "EJ1L2AtoO9nGZz2AKl2WGGw4pLIpkgEwzpczmZWBLqX0m33ueVA+CJYd9hg52XOvvEj+w5PVzB7yy26E0WHzKQ==", + "resolved": "4.7.1.1", + "contentHash": "Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==", "dependencies": { - "MimeKit": "4.6.0" + "MimeKit": "4.7.1", + "System.Formats.Asn1": "8.0.1" } }, "Microsoft.CSharp": { @@ -178,19 +179,19 @@ }, "Microsoft.Extensions.Localization": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "Qivy1329sMhNDm/qvRRBB5M/z3a1/Zfe+nY7oSBLnFnldEwYEMmfP+O1xu1f/BCd5oRC+k3OQ9bRTrZepU0zCQ==", + "resolved": "6.0.32", + "contentHash": "oT9/Odho4th/5aY+HztJMfRhAVR+6rZ9FqYYjRrRFDU2e6C+pBCQLSujQIjdAjuHlsUu4pNmHXoaaiaE/82pow==", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization.Abstractions": "6.0.31", + "Microsoft.Extensions.Localization.Abstractions": "6.0.32", "Microsoft.Extensions.Logging.Abstractions": "6.0.4", "Microsoft.Extensions.Options": "6.0.0" } }, "Microsoft.Extensions.Localization.Abstractions": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "q1K9D2xGiTILwo5+ht0Hsu891QLKOIp7BCdm+v9G4Hh+HTjnXk83TrucxNElM/z/BcJwWUHhsqx/abdgTdpyRQ==" + "resolved": "6.0.32", + "contentHash": "ZG8q0/GHhkfXa4ciGp23ax6bJBjFBMYldw8vDg3JIzBp7vYMg5+hGSmNzFMtZThyAr9ktvEQAJS7TUpEEpDT0A==" }, "Microsoft.Extensions.Options": { "type": "Transitive", @@ -308,10 +309,11 @@ }, "MimeKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "M4jddPQNSClTzHE+HnfrtN93mCXSYF8KewWUTwzXgl49ajzUh8hz/UY4CAnRQR4YJF3lBY5P+r+73VXZAGKafw==", + "resolved": "4.7.1", + "contentHash": "Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==", "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", + "BouncyCastle.Cryptography": "2.4.0", + "System.Formats.Asn1": "8.0.1", "System.Security.Cryptography.Pkcs": "8.0.0" } }, @@ -368,8 +370,8 @@ }, "System.Formats.Asn1": { "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==" + "resolved": "8.0.1", + "contentHash": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==" }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", @@ -475,18 +477,18 @@ "kentico.xperience.umt": { "type": "Project", "dependencies": { - "Kentico.Xperience.Core": "[29.2.0, )", + "Kentico.Xperience.Core": "[29.3.0, )", "Microsoft.Bcl.AsyncInterfaces": "[8.0.0, )" } }, "Kentico.Xperience.Core": { "type": "CentralTransitive", - "requested": "[29.2.0, )", - "resolved": "29.2.0", - "contentHash": "5gK/HD6jO4LuAzhSNyimp6cgMTfpMM89bn0D3kE7g2XZunPqnNDy8uTtbeF6edDh2vYGa+mzUZsxvPU+bzPfmg==", + "requested": "[29.3.0, )", + "resolved": "29.3.0", + "contentHash": "nomh8aBU0jOKP75U8G+z8Uf1pES7Jb18kDIih3CDrtr6FuiPWQRO72Zq097tosizhJzq9fW5MSGaL+uZXvX7Gg==", "dependencies": { "AngleSharp": "0.17.1", - "MailKit": "4.6.0", + "MailKit": "4.7.1.1", "Microsoft.Data.SqlClient": "5.2.1", "Microsoft.Extensions.Caching.Memory": "6.0.1", "Microsoft.Extensions.Configuration": "6.0.1", @@ -494,7 +496,7 @@ "Microsoft.Extensions.DependencyInjection": "6.0.1", "Microsoft.Extensions.FileProviders.Physical": "6.0.0", "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization": "6.0.31", + "Microsoft.Extensions.Localization": "6.0.32", "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", "Mono.Cecil": "0.11.5", "Newtonsoft.Json": "13.0.3", diff --git a/src/Kentico.Xperience.UMT/packages.lock.json b/src/Kentico.Xperience.UMT/packages.lock.json index de693d6..95026f6 100644 --- a/src/Kentico.Xperience.UMT/packages.lock.json +++ b/src/Kentico.Xperience.UMT/packages.lock.json @@ -4,12 +4,12 @@ "net8.0": { "Kentico.Xperience.Core": { "type": "Direct", - "requested": "[29.2.0, )", - "resolved": "29.2.0", - "contentHash": "5gK/HD6jO4LuAzhSNyimp6cgMTfpMM89bn0D3kE7g2XZunPqnNDy8uTtbeF6edDh2vYGa+mzUZsxvPU+bzPfmg==", + "requested": "[29.3.0, )", + "resolved": "29.3.0", + "contentHash": "nomh8aBU0jOKP75U8G+z8Uf1pES7Jb18kDIih3CDrtr6FuiPWQRO72Zq097tosizhJzq9fW5MSGaL+uZXvX7Gg==", "dependencies": { "AngleSharp": "0.17.1", - "MailKit": "4.6.0", + "MailKit": "4.7.1.1", "Microsoft.Data.SqlClient": "5.2.1", "Microsoft.Extensions.Caching.Memory": "6.0.1", "Microsoft.Extensions.Configuration": "6.0.1", @@ -17,7 +17,7 @@ "Microsoft.Extensions.DependencyInjection": "6.0.1", "Microsoft.Extensions.FileProviders.Physical": "6.0.0", "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization": "6.0.31", + "Microsoft.Extensions.Localization": "6.0.32", "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", "Mono.Cecil": "0.11.5", "Newtonsoft.Json": "13.0.3", @@ -32,9 +32,9 @@ }, "SonarAnalyzer.CSharp": { "type": "Direct", - "requested": "[9.28.0.94264, )", - "resolved": "9.28.0.94264", - "contentHash": "P5ri/HgukP7KPoN/Lo0njq0d5IdUMpiqHoDVT3QRauwwCWXk0ACmC3FNtMR0l4X4TzfqmIZV+SeSLIDijNp6sQ==" + "requested": "[9.30.0.95878, )", + "resolved": "9.30.0.95878", + "contentHash": "P0DylTJphECGE9HD6yho7rb6qs2WTTW36QUu5ezGRJeZpq8ItlRLmzUpxNHVOaudJywcnKO1DdRyZSaU7LXOcA==" }, "AngleSharp": { "type": "Transitive", @@ -76,15 +76,16 @@ }, "BouncyCastle.Cryptography": { "type": "Transitive", - "resolved": "2.3.1", - "contentHash": "buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==" + "resolved": "2.4.0", + "contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==" }, "MailKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "EJ1L2AtoO9nGZz2AKl2WGGw4pLIpkgEwzpczmZWBLqX0m33ueVA+CJYd9hg52XOvvEj+w5PVzB7yy26E0WHzKQ==", + "resolved": "4.7.1.1", + "contentHash": "Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==", "dependencies": { - "MimeKit": "4.6.0" + "MimeKit": "4.7.1", + "System.Formats.Asn1": "8.0.1" } }, "Microsoft.CSharp": { @@ -206,19 +207,19 @@ }, "Microsoft.Extensions.Localization": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "Qivy1329sMhNDm/qvRRBB5M/z3a1/Zfe+nY7oSBLnFnldEwYEMmfP+O1xu1f/BCd5oRC+k3OQ9bRTrZepU0zCQ==", + "resolved": "6.0.32", + "contentHash": "oT9/Odho4th/5aY+HztJMfRhAVR+6rZ9FqYYjRrRFDU2e6C+pBCQLSujQIjdAjuHlsUu4pNmHXoaaiaE/82pow==", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization.Abstractions": "6.0.31", + "Microsoft.Extensions.Localization.Abstractions": "6.0.32", "Microsoft.Extensions.Logging.Abstractions": "6.0.4", "Microsoft.Extensions.Options": "6.0.0" } }, "Microsoft.Extensions.Localization.Abstractions": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "q1K9D2xGiTILwo5+ht0Hsu891QLKOIp7BCdm+v9G4Hh+HTjnXk83TrucxNElM/z/BcJwWUHhsqx/abdgTdpyRQ==" + "resolved": "6.0.32", + "contentHash": "ZG8q0/GHhkfXa4ciGp23ax6bJBjFBMYldw8vDg3JIzBp7vYMg5+hGSmNzFMtZThyAr9ktvEQAJS7TUpEEpDT0A==" }, "Microsoft.Extensions.Options": { "type": "Transitive", @@ -336,10 +337,11 @@ }, "MimeKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "M4jddPQNSClTzHE+HnfrtN93mCXSYF8KewWUTwzXgl49ajzUh8hz/UY4CAnRQR4YJF3lBY5P+r+73VXZAGKafw==", + "resolved": "4.7.1", + "contentHash": "Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==", "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", + "BouncyCastle.Cryptography": "2.4.0", + "System.Formats.Asn1": "8.0.1", "System.Security.Cryptography.Pkcs": "8.0.0" } }, @@ -396,8 +398,8 @@ }, "System.Formats.Asn1": { "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==" + "resolved": "8.0.1", + "contentHash": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==" }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", diff --git a/utils/Kentico.Xperience.UMT.DocUtils/packages.lock.json b/utils/Kentico.Xperience.UMT.DocUtils/packages.lock.json index 28f700d..92f4030 100644 --- a/utils/Kentico.Xperience.UMT.DocUtils/packages.lock.json +++ b/utils/Kentico.Xperience.UMT.DocUtils/packages.lock.json @@ -110,11 +110,11 @@ }, "NJsonSchema": { "type": "Direct", - "requested": "[11.0.1, )", - "resolved": "11.0.1", - "contentHash": "wUycVu7zOyKcftA/OR33FuPopcXD/PCxSKI+FCAx+krfg0C0yqq25dG5sR4oKCr0wspXcH5Lysp3t91FBDQJ5A==", + "requested": "[11.0.2, )", + "resolved": "11.0.2", + "contentHash": "BOgw+TOd1w7BSRIEWwkiSgHlKWC2eu0DHsSsb1LIwlC1Hq26A0ARZiMjsCsqfXqXdr7hLf1m4M84Z7LW1wmCGA==", "dependencies": { - "NJsonSchema.Annotations": "11.0.1", + "NJsonSchema.Annotations": "11.0.2", "Namotion.Reflection": "3.1.1", "Newtonsoft.Json": "13.0.3" } @@ -138,9 +138,9 @@ }, "SonarAnalyzer.CSharp": { "type": "Direct", - "requested": "[9.28.0.94264, )", - "resolved": "9.28.0.94264", - "contentHash": "P5ri/HgukP7KPoN/Lo0njq0d5IdUMpiqHoDVT3QRauwwCWXk0ACmC3FNtMR0l4X4TzfqmIZV+SeSLIDijNp6sQ==" + "requested": "[9.30.0.95878, )", + "resolved": "9.30.0.95878", + "contentHash": "P0DylTJphECGE9HD6yho7rb6qs2WTTW36QUu5ezGRJeZpq8ItlRLmzUpxNHVOaudJywcnKO1DdRyZSaU7LXOcA==" }, "AngleSharp": { "type": "Transitive", @@ -182,8 +182,8 @@ }, "BouncyCastle.Cryptography": { "type": "Transitive", - "resolved": "2.3.1", - "contentHash": "buwoISwecYke3CmgG1AQSg+sNZjJeIb93vTAtJiHZX35hP/teYMxsfg0NDXGUKjGx6BKBTNKc77O2M3vKvlXZQ==" + "resolved": "2.4.0", + "contentHash": "SwXsAV3sMvAU/Nn31pbjhWurYSjJ+/giI/0n6tCrYoupEK34iIHCuk3STAd9fx8yudM85KkLSVdn951vTng/vQ==" }, "Humanizer.Core": { "type": "Transitive", @@ -192,10 +192,11 @@ }, "MailKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "EJ1L2AtoO9nGZz2AKl2WGGw4pLIpkgEwzpczmZWBLqX0m33ueVA+CJYd9hg52XOvvEj+w5PVzB7yy26E0WHzKQ==", + "resolved": "4.7.1.1", + "contentHash": "Y3okmIxu8g/ZcoJiE2i+dCeKgnNyddsXmcJslZnCPGVPP0aRyeVINHV1h97V+OVMdqjQI6O12J2p8Duwq5UEqQ==", "dependencies": { - "MimeKit": "4.6.0" + "MimeKit": "4.7.1", + "System.Formats.Asn1": "8.0.1" } }, "Microsoft.AspNetCore.Mvc.Razor.Extensions": { @@ -493,19 +494,19 @@ }, "Microsoft.Extensions.Localization": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "Qivy1329sMhNDm/qvRRBB5M/z3a1/Zfe+nY7oSBLnFnldEwYEMmfP+O1xu1f/BCd5oRC+k3OQ9bRTrZepU0zCQ==", + "resolved": "6.0.32", + "contentHash": "oT9/Odho4th/5aY+HztJMfRhAVR+6rZ9FqYYjRrRFDU2e6C+pBCQLSujQIjdAjuHlsUu4pNmHXoaaiaE/82pow==", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization.Abstractions": "6.0.31", + "Microsoft.Extensions.Localization.Abstractions": "6.0.32", "Microsoft.Extensions.Logging.Abstractions": "6.0.4", "Microsoft.Extensions.Options": "6.0.0" } }, "Microsoft.Extensions.Localization.Abstractions": { "type": "Transitive", - "resolved": "6.0.31", - "contentHash": "q1K9D2xGiTILwo5+ht0Hsu891QLKOIp7BCdm+v9G4Hh+HTjnXk83TrucxNElM/z/BcJwWUHhsqx/abdgTdpyRQ==" + "resolved": "6.0.32", + "contentHash": "ZG8q0/GHhkfXa4ciGp23ax6bJBjFBMYldw8vDg3JIzBp7vYMg5+hGSmNzFMtZThyAr9ktvEQAJS7TUpEEpDT0A==" }, "Microsoft.Extensions.Logging": { "type": "Transitive", @@ -640,10 +641,11 @@ }, "MimeKit": { "type": "Transitive", - "resolved": "4.6.0", - "contentHash": "M4jddPQNSClTzHE+HnfrtN93mCXSYF8KewWUTwzXgl49ajzUh8hz/UY4CAnRQR4YJF3lBY5P+r+73VXZAGKafw==", + "resolved": "4.7.1", + "contentHash": "Qoj4aVvhX14A1FNvaJ33hzOP4VZI2j+Mr38I9wSGcjMq4BYDtWLJG89aJ9nRW2cNfH6Czjwyp7+Mh++xv3AZvg==", "dependencies": { - "BouncyCastle.Cryptography": "2.3.1", + "BouncyCastle.Cryptography": "2.4.0", + "System.Formats.Asn1": "8.0.1", "System.Security.Cryptography.Pkcs": "8.0.0" } }, @@ -667,8 +669,8 @@ }, "NJsonSchema.Annotations": { "type": "Transitive", - "resolved": "11.0.1", - "contentHash": "SYo441wSL1kZAumb91MUeNvMjdz8t4XMDCasdd10TnoJpm1wXN5VylqhPAZSBGat+QI9q36NScKUF6J5FhgDMg==" + "resolved": "11.0.2", + "contentHash": "VbA0fmxVyqloGXYz863g6QHyojM1tgejwPQr9LjXdubs9YJt5YfRPCQOV/hnzpP2Bqd7nZFpDn9MCImmLAmqCw==" }, "System.Buffers": { "type": "Transitive", @@ -766,8 +768,8 @@ }, "System.Formats.Asn1": { "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "AJukBuLoe3QeAF+mfaRKQb2dgyrvt340iMBHYv+VdBzCUM06IxGlvl0o/uPOS7lHnXPN6u8fFRHSHudx5aTi8w==" + "resolved": "8.0.1", + "contentHash": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==" }, "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", @@ -931,24 +933,24 @@ "kentico.xperience.umt": { "type": "Project", "dependencies": { - "Kentico.Xperience.Core": "[29.2.0, )", + "Kentico.Xperience.Core": "[29.3.0, )", "Microsoft.Bcl.AsyncInterfaces": "[8.0.0, )" } }, "kentico.xperience.umt.examples": { "type": "Project", "dependencies": { - "Kentico.Xperience.UMT": "[1.1.0, )" + "Kentico.Xperience.UMT": "[1.2.1, )" } }, "Kentico.Xperience.Core": { "type": "CentralTransitive", - "requested": "[29.2.0, )", - "resolved": "29.2.0", - "contentHash": "5gK/HD6jO4LuAzhSNyimp6cgMTfpMM89bn0D3kE7g2XZunPqnNDy8uTtbeF6edDh2vYGa+mzUZsxvPU+bzPfmg==", + "requested": "[29.3.0, )", + "resolved": "29.3.0", + "contentHash": "nomh8aBU0jOKP75U8G+z8Uf1pES7Jb18kDIih3CDrtr6FuiPWQRO72Zq097tosizhJzq9fW5MSGaL+uZXvX7Gg==", "dependencies": { "AngleSharp": "0.17.1", - "MailKit": "4.6.0", + "MailKit": "4.7.1.1", "Microsoft.Data.SqlClient": "5.2.1", "Microsoft.Extensions.Caching.Memory": "6.0.1", "Microsoft.Extensions.Configuration": "6.0.1", @@ -956,7 +958,7 @@ "Microsoft.Extensions.DependencyInjection": "6.0.1", "Microsoft.Extensions.FileProviders.Physical": "6.0.0", "Microsoft.Extensions.Hosting.Abstractions": "6.0.0", - "Microsoft.Extensions.Localization": "6.0.31", + "Microsoft.Extensions.Localization": "6.0.32", "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", "Mono.Cecil": "0.11.5", "Newtonsoft.Json": "13.0.3", From b329bf56efa3d5fb30119e6a670b446b679989de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Krch?= Date: Thu, 8 Aug 2024 15:24:02 +0200 Subject: [PATCH 2/2] samples update + docs update --- docs/Samples/basic.json | 4 +- .../Data/Samples.json | 1207 +- .../Data/SamplesFrontendDemo.json | 41750 ---------------- .../Samples/ContentItemSimplifiedSamples.cs | 4 +- .../Kentico.Xperience.UMT.DocUtils/Program.cs | 3 +- 5 files changed, 1044 insertions(+), 41924 deletions(-) delete mode 100644 examples/Kentico.Xperience.UMT.Example.AdminApp/Data/SamplesFrontendDemo.json diff --git a/docs/Samples/basic.json b/docs/Samples/basic.json index a17d976..b52d689 100644 --- a/docs/Samples/basic.json +++ b/docs/Samples/basic.json @@ -889,7 +889,7 @@ "IsSecured": false, "ContentTypeName": "UMT.Article", "Name": "SimplifiedModelSample", - "IsReusable": true, + "IsReusable": false, "ChannelName": "websitechannelExample", "LanguageData": [ { @@ -954,7 +954,7 @@ "IsSecured": false, "ContentTypeName": "UMT.Article", "Name": "SimplifiedModelSampleAsSubPAge", - "IsReusable": true, + "IsReusable": false, "ChannelName": "websitechannelExample", "LanguageData": [ { diff --git a/examples/Kentico.Xperience.UMT.Example.AdminApp/Data/Samples.json b/examples/Kentico.Xperience.UMT.Example.AdminApp/Data/Samples.json index 49d12ad..b52d689 100644 --- a/examples/Kentico.Xperience.UMT.Example.AdminApp/Data/Samples.json +++ b/examples/Kentico.Xperience.UMT.Example.AdminApp/Data/Samples.json @@ -1,181 +1,1050 @@ [ - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "DataClass", - "ClassDisplayName": "Article", - "ClassName": "UMT.Article", - "ClassIsDocumentType": true, - "ClassIsCoupledClass": true, - "ClassNodeNameSource": "ArticleTitle", - "ClassTableName": "UMT_Article", - "ClassShowAsSystemTable": false, - "ClassNodeAliasSource": "ArticleTitle", - "ClassGuid": "2cb15794-9ab1-450f-b69b-ebdee1f5b5fe", - "ClassIsForm": false, - "ClassUsesPageBuilder": true, - "ClassHasURL": true, - "ClassHasMetadata": true, - "ClassIsPage": true, - "ClassHasUnmanagedDbSchema": false, - "ClassPrimaryKeyName": "ArticleID", - "Fields": [ - { - "AllowEmpty": true, - "Column": "ArticleTitle", - "ColumnSize": 200, - "ColumnType": "text", - "Enabled": true, - "Guid": "ea7da631-6d9c-413f-a746-93442b623908", - "Visible": true, - "Properties": { - "FieldCaption": "Article title" - }, - "Settings": { - "ControlName": "Kentico.Administration.TextInput" - } + { + "$type": "Taxonomy", + "TaxonomyName": "CoffeaGenus", + "TaxonomyGUID": "bd88fd9b-8d36-4d02-a4a6-9a2b26c48488", + "TaxonomyTitle": "Coffea genus", + "TaxonomyDescription": "Coffea is a genus of flowering plants in the family Rubiaceae", + "TaxonomyTranslations": { + "f454e93b-5fe9-42a9-b1af-b572234ed9c4": { + "Title": "Coffea enUS" + }, + "a6c0a558-8b33-47b6-87a8-491b437c9923": { + "Title": "Coffea enGB" + } + } + }, + { + "$type": "Tag", + "TagName": "CoffeaCanephora", + "TagGUID": "a6e3cc11-95a8-482c-beb4-58bbef6e7bdd", + "TagTaxonomyGUID": "bd88fd9b-8d36-4d02-a4a6-9a2b26c48488", + "TagParentGUID": null, + "TagOrder": null, + "TagTitle": "Coffea canephora (Coffea robusta)", + "TagDescription": "Coffea canephora (especially C. canephora var. robusta, so predominantly cultivated that it is often simply termed Coffea robusta, or commonly robusta coffee)", + "TagTranslations": { + "f454e93b-5fe9-42a9-b1af-b572234ed9c4": { + "Title": "Coffea canephora enUS", + "Description": "ENUS Robusta is a species of flowering plant in the family Rubiaceae. Though widely known by the synonym Coffea robusta, the plant is currently scientifically identified as Coffea canephora, which has two main varieties, C. c. robusta and C. c. nganda.[2] The plant has a shallow root system and grows as a robust tree or shrub to about 10 metres (30 feet) tall. It flowers irregularly, taking about 10\u201411 months for the berries to ripen, producing oval-shaped beans." + }, + "a6c0a558-8b33-47b6-87a8-491b437c9923": { + "Title": "Coffea canephora enGB", + "Description": "ENGB Robusta is a species of flowering plant in the family Rubiaceae. Though widely known by the synonym Coffea robusta, the plant is currently scientifically identified as Coffea canephora, which has two main varieties, C. c. robusta and C. c. nganda.[2] The plant has a shallow root system and grows as a robust tree or shrub to about 10 metres (30 feet) tall. It flowers irregularly, taking about 10\u201411 months for the berries to ripen, producing oval-shaped beans." + } + } + }, + { + "$type": "Tag", + "TagName": "CoffeaNganda", + "TagGUID": "b351f88c-7e0c-4339-bcf8-ed86bb8a2804", + "TagTaxonomyGUID": "bd88fd9b-8d36-4d02-a4a6-9a2b26c48488", + "TagParentGUID": "a6e3cc11-95a8-482c-beb4-58bbef6e7bdd", + "TagOrder": null, + "TagTitle": "Coffea nganda", + "TagDescription": "Coffea nganda variety of coffea canephora", + "TagTranslations": { + "f454e93b-5fe9-42a9-b1af-b572234ed9c4": { + "Title": "Coffea nganda enUS", + "Description": "ENUS Coffea nganda variety of coffea canephora." + }, + "a6c0a558-8b33-47b6-87a8-491b437c9923": { + "Title": "Coffea nganda enGB", + "Description": "ENGB Coffea nganda variety of coffea canephora." + } + } + }, + { + "$type": "Tag", + "TagName": "CoffeaRobusta", + "TagGUID": "bb181050-79b0-4f42-9280-ef486a139623", + "TagTaxonomyGUID": "bd88fd9b-8d36-4d02-a4a6-9a2b26c48488", + "TagParentGUID": "a6e3cc11-95a8-482c-beb4-58bbef6e7bdd", + "TagOrder": null, + "TagTitle": "Coffea robusta", + "TagDescription": "Coffea robusta variety of coffea canephora", + "TagTranslations": { + "f454e93b-5fe9-42a9-b1af-b572234ed9c4": { + "Title": "Coffea robusta enUS", + "Description": "ENUS Coffea robusta variety of coffea canephora." + }, + "a6c0a558-8b33-47b6-87a8-491b437c9923": { + "Title": "Coffea robusta enGB", + "Description": "ENGB Coffea robusta variety of coffea canephora." + } + } + }, + { + "$type": "Tag", + "TagName": "CoffeaArabica", + "TagGUID": "ffe48372-2bac-4a14-ad8c-c86f3f54c7c5", + "TagTaxonomyGUID": "bd88fd9b-8d36-4d02-a4a6-9a2b26c48488", + "TagParentGUID": null, + "TagOrder": null, + "TagTitle": "Coffea arabica", + "TagDescription": "Coffea arabica (/\u0259\u02C8r\u00E6b\u026Ak\u0259/), also known as the Arabica coffee, is a species of flowering plant in the coffee and madder family Rubiaceae.", + "TagTranslations": { + "f454e93b-5fe9-42a9-b1af-b572234ed9c4": { + "Title": "Coffea arabica enUS", + "Description": "ENUS Wild plants grow between 9 and 12 m (30 and 39 ft) tall, and have an open branching system; the leaves are opposite, simple elliptic-ovate to oblong, 6\u201312 cm (2.5\u20134.5 in) long and 4\u20138 cm (1.5\u20133 in) broad, glossy dark green. The flowers are white, 10\u201315 mm in diameter, and grow in axillary clusters. The seeds are contained in a drupe (commonly called a \u0022cherry\u0022) 10\u201315 mm in diameter, maturing bright red to purple and typically containing two seeds, often called coffee beans." + }, + "a6c0a558-8b33-47b6-87a8-491b437c9923": { + "Title": "Coffea arabica enGB", + "Description": "ENGB Wild plants grow between 9 and 12 m (30 and 39 ft) tall, and have an open branching system; the leaves are opposite, simple elliptic-ovate to oblong, 6\u201312 cm (2.5\u20134.5 in) long and 4\u20138 cm (1.5\u20133 in) broad, glossy dark green. The flowers are white, 10\u201315 mm in diameter, and grow in axillary clusters. The seeds are contained in a drupe (commonly called a \u0022cherry\u0022) 10\u201315 mm in diameter, maturing bright red to purple and typically containing two seeds, often called coffee beans." + } + } + }, + { + "$type": "UserInfo", + "UserName": "sadmin", + "FirstName": "Sample", + "LastName": "Admin", + "Email": "admin@sample.localhost", + "UserPassword": "[sample hash]", + "UserEnabled": true, + "UserCreated": "1990-01-01T00:00:00Z", + "LastLogon": null, + "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "UserLastModified": null, + "UserSecurityStamp": null, + "UserPasswordLastChanged": null, + "UserIsPendingRegistration": false, + "UserRegistrationLinkExpiration": null, + "UserAdministrationAccess": true, + "UserIsExternal": false + }, + { + "$type": "ContentLanguage", + "ContentLanguageGUID": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentLanguageDisplayName": "English (United States)", + "ContentLanguageName": "en-US", + "ContentLanguageIsDefault": false, + "ContentLanguageFallbackContentLanguageGuid": null, + "ContentLanguageCultureFormat": "en-US" + }, + { + "$type": "ContentLanguage", + "ContentLanguageGUID": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "ContentLanguageDisplayName": "English (United Kingdom)", + "ContentLanguageName": "en-GB", + "ContentLanguageIsDefault": false, + "ContentLanguageFallbackContentLanguageGuid": null, + "ContentLanguageCultureFormat": "en-GB" + }, + { + "$type": "ContentLanguage", + "ContentLanguageGUID": "4c80c6dd-a5c2-443d-873a-e9c328024b7c", + "ContentLanguageDisplayName": "Spanish", + "ContentLanguageName": "es", + "ContentLanguageIsDefault": false, + "ContentLanguageFallbackContentLanguageGuid": null, + "ContentLanguageCultureFormat": "es" + }, + { + "$type": "Channel", + "ChannelDisplayName": "email Channel Example", + "ChannelName": "emailChannelExampleBasic", + "ChannelGUID": "fc847362-e4b0-40ae-8235-f20098daf09f", + "ChannelType": 1 + }, + { + "$type": "Channel", + "ChannelDisplayName": "website Channel Example", + "ChannelName": "websitechannelExample", + "ChannelGUID": "5322a379-5b5f-4220-9383-8e3115e66cd3", + "ChannelType": 0 + }, + { + "$type": "EmailChannel", + "EmailChannelGUID": "2c7309ec-1e24-4715-ae6c-8c7efc98a4c5", + "EmailChannelSendingDomain": "emailChannelsample.com", + "EmailChannelPrimaryContentLanguageGUID": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "EmailChannelChannelGuid": "fc847362-e4b0-40ae-8235-f20098daf09f", + "EmailChannelServiceDomain": "www.emailChannelSendingDomainSample" + }, + { + "$type": "WebSiteChannel", + "WebsiteChannelGUID": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebsiteChannelChannelGuid": "5322a379-5b5f-4220-9383-8e3115e66cd3", + "WebsiteChannelDomain": "websitesamplewebsitedomain.com", + "WebsiteChannelHomePage": "home", + "WebsiteChannelPrimaryContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "WebsiteChannelDefaultCookieLevel": 1000, + "WebsiteChannelStoreFormerUrls": false + }, + { + "$type": "DataClass", + "ClassDisplayName": "This is Article example", + "ClassName": "UMT.Article", + "ClassShortName": "UMT.Article", + "ClassTableName": "UMT_Article", + "ClassShowTemplateSelection": null, + "ClassLastModified": "2024-01-08T22:55:31.7853783\u002B01:00", + "ClassGUID": "06540294-3b56-4cf7-8773-088bb766ac23", + "ClassContactMapping": null, + "ClassContactOverwriteEnabled": null, + "ClassConnectionString": null, + "ClassDefaultObjectType": null, + "ClassResourceGuid": null, + "ClassCodeGenerationSettings": null, + "ClassHasUnmanagedDbSchema": false, + "ClassType": "Content", + "ClassContentTypeType": "Website", + "ClassWebPageHasUrl": true, + "Fields": [ + { + "AllowEmpty": true, + "Column": "ArticleTitle", + "ColumnSize": 200, + "ColumnType": "text", + "Enabled": true, + "Guid": "ea7da631-6d9c-413f-a746-93442b623908", + "Visible": true, + "Properties": { + "FieldCaption": "Article title" }, - { - "AllowEmpty": true, - "Column": "ArticleText", - "ColumnSize": 0, - "ColumnType": "longtext", - "Enabled": true, - "Guid": "a54aef74-42b3-438e-92b2-2f5b4386fb57", - "Visible": true, - "Properties": { - "FieldCaption": "Article text" - }, - "Settings": { - "ControlName": "Kentico.Administration.TextArea" - } + "Settings": { + "ControlName": "Kentico.Administration.TextInput" + }, + "Precision": null + }, + { + "AllowEmpty": true, + "Column": "ArticleDecimalNumberSample", + "ColumnSize": 15, + "ColumnType": "decimal", + "Enabled": true, + "Guid": "8e749651-773b-47b9-a888-c541c3c3e1b7", + "Visible": true, + "Properties": { + "FieldCaption": "Article decimal number sample" + }, + "Settings": { + "ControlName": "Kentico.Administration.DecimalNumberInput" + }, + "Precision": 5 + }, + { + "AllowEmpty": true, + "Column": "ArticleText", + "ColumnSize": 0, + "ColumnType": "longtext", + "Enabled": true, + "Guid": "a54aef74-42b3-438e-92b2-2f5b4386fb57", + "Visible": true, + "Properties": { + "FieldCaption": "Article text" + }, + "Settings": { + "ControlName": "Kentico.Administration.TextArea" + }, + "Precision": null + }, + { + "AllowEmpty": true, + "Column": "RelatedArticles", + "ColumnSize": 0, + "ColumnType": "webpages", + "Enabled": true, + "Guid": "4b7a3fec-ee64-4688-b441-fece563b906d", + "Visible": true, + "Properties": { + "FieldCaption": "Related articles", + "fieldcaption": "Related articles", + "fielddescriptionashtml": "False" + }, + "Settings": { + "ControlName": "Kentico.Administration.WebPageSelector", + "MaximumPages": 5, + "Sortable": "False", + "TreePath": "/Articles" + }, + "Precision": null + }, + { + "AllowEmpty": true, + "Column": "RelatedFaq", + "ColumnSize": 0, + "ColumnType": "contentitemreference", + "Enabled": true, + "Guid": "fc1fde10-11bf-4174-bd64-d1f114e4b421", + "Visible": true, + "Properties": { + "FieldCaption": "Related articles", + "fieldcaption": "Related Faq", + "fielddescriptionashtml": "False" + }, + "Settings": { + "ControlName": "Kentico.Administration.ContentItemSelector", + "AllowedContentItemTypeIdentifiers": "[\u00227ed6604e-613b-4ce0-8c21-acfb372c416a\u0022]" + }, + "Precision": null + }, + { + "AllowEmpty": true, + "Column": "CoffeaTaxonomy", + "ColumnSize": 0, + "ColumnType": "taxonomy", + "Enabled": true, + "Guid": "36295d61-7f85-4213-8e5c-06772ed67dfb", + "Visible": true, + "Properties": { + "FieldCaption": "Taxonomy coffee", + "explanationtextashtml": "False", + "fielddescriptionashtml": "False" + }, + "Settings": { + "ControlName": "Kentico.Administration.TagSelector", + "TaxonomyGroup": "[\u0022bd88fd9b-8d36-4d02-a4a6-9a2b26c48488\u0022]" + }, + "Precision": null + } + ] + }, + { + "$type": "ContentTypeChannel", + "ContentTypeChannelChannelGuid": "5322a379-5b5f-4220-9383-8e3115e66cd3", + "ContentTypeChannelContentTypeGuid": "06540294-3b56-4cf7-8773-088bb766ac23" + }, + { + "$type": "DataClass", + "ClassDisplayName": "Faq", + "ClassName": "UMT.Faq", + "ClassShortName": "UMT.Faq", + "ClassTableName": "UMT_Faq", + "ClassShowTemplateSelection": null, + "ClassLastModified": "2024-01-08T22:56:07.1472943Z", + "ClassGUID": "7ed6604e-613b-4ce0-8c21-acfb372c416a", + "ClassContactMapping": null, + "ClassContactOverwriteEnabled": null, + "ClassConnectionString": null, + "ClassDefaultObjectType": null, + "ClassResourceGuid": null, + "ClassCodeGenerationSettings": null, + "ClassHasUnmanagedDbSchema": false, + "ClassType": "Content", + "ClassContentTypeType": "Reusable", + "ClassWebPageHasUrl": null, + "Fields": [ + { + "AllowEmpty": false, + "Column": "FaqQuestion", + "ColumnSize": 200, + "ColumnType": "text", + "Enabled": true, + "Guid": "b7a99ef4-6775-4088-acc7-41c21299aabf", + "Visible": true, + "Properties": { + "FieldCaption": "Question" + }, + "Settings": { + "ControlName": "Kentico.Administration.TextInput" + }, + "Precision": null + }, + { + "AllowEmpty": false, + "Column": "FaqAnswer", + "ColumnSize": 200, + "ColumnType": "text", + "Enabled": true, + "Guid": "87995645-5868-470b-b25a-0e2a4e6d0e85", + "Visible": true, + "Properties": { + "FieldCaption": "Answer" + }, + "Settings": { + "ControlName": "Kentico.Administration.TextInput" + }, + "Precision": null + } + ] + }, + { + "$type": "DataClass", + "ClassDisplayName": "Event", + "ClassName": "UMT.Event", + "ClassShortName": "UMT.Event", + "ClassTableName": "UMT_Event", + "ClassShowTemplateSelection": null, + "ClassLastModified": "2024-01-08T22:56:12.2515785Z", + "ClassGUID": "4712c000-4d63-4333-8708-990603f73a1e", + "ClassContactMapping": null, + "ClassContactOverwriteEnabled": null, + "ClassConnectionString": null, + "ClassDefaultObjectType": null, + "ClassResourceGuid": null, + "ClassCodeGenerationSettings": null, + "ClassHasUnmanagedDbSchema": false, + "ClassType": "Content", + "ClassContentTypeType": "Reusable", + "ClassWebPageHasUrl": null, + "Fields": [ + { + "AllowEmpty": true, + "Column": "EventTitle", + "ColumnSize": 200, + "ColumnType": "text", + "Enabled": true, + "Guid": "0e1e63eb-918a-4135-a627-04393672d6f4", + "Visible": true, + "Properties": { + "FieldCaption": "Title" + }, + "Settings": { + "ControlName": "Kentico.Administration.TextInput" + }, + "Precision": null + }, + { + "AllowEmpty": true, + "Column": "EventText", + "ColumnSize": 0, + "ColumnType": "longtext", + "Enabled": true, + "Guid": "a54aef74-42b3-438e-92b2-2f5b4386fb57", + "Visible": true, + "Properties": { + "FieldCaption": "Text" + }, + "Settings": { + "ControlName": "Kentico.Administration.TextArea" + }, + "Precision": null + }, + { + "AllowEmpty": true, + "Column": "EventDate", + "ColumnSize": 0, + "ColumnType": "datetime", + "Enabled": true, + "Guid": "f3356f35-0a78-4a98-8696-a1becb725b0a", + "Visible": true, + "Properties": { + "FieldCaption": "Date" + }, + "Settings": { + "ControlName": "Kentico.Administration.DateTimeInput" + }, + "Precision": null + }, + { + "AllowEmpty": true, + "Column": "EventRecurrentYearly", + "ColumnSize": 0, + "ColumnType": "boolean", + "Enabled": true, + "Guid": "98d2cf95-5027-488a-b833-89510f4662c1", + "Visible": true, + "Properties": { + "FieldCaption": "Event occurs every year" + }, + "Settings": { + "ControlName": "Kentico.Administration.Checkbox" + }, + "Precision": null + } + ] + }, + { + "$type": "ContentItem", + "ContentItemGUID": "c354427d-3d02-4876-8ed4-4de817fae929", + "ContentItemContentFolderGUID": null, + "ContentItemName": "NewsLetterExampleName", + "ContentItemIsReusable": true, + "ContentItemIsSecured": true, + "ContentItemDataClassGuid": "978b2cd4-c248-4317-86a1-3bdd17444267", + "ContentItemChannelGuid": "b186b5a3-f408-4e21-a2f9-e51d68ecac38" + }, + { + "$type": "ContentItemLanguageMetadata", + "ContentItemLanguageMetadataGUID": "65421553-5f92-44b7-a02f-2b9ca083e14a", + "ContentItemLanguageMetadataContentItemGuid": "c354427d-3d02-4876-8ed4-4de817fae929", + "ContentItemLanguageMetadataDisplayName": "Basic Language Metadata Example", + "ContentItemLanguageMetadataLatestVersionStatus": 1, + "ContentItemLanguageMetadataCreatedWhen": "2024-01-06T22:55:48.9503105Z", + "ContentItemLanguageMetadataCreatedByUserGuid": null, + "ContentItemLanguageMetadataModifiedWhen": "2024-01-08T22:55:52.0392925Z", + "ContentItemLanguageMetadataModifiedByUserGuid": null, + "ContentItemLanguageMetadataHasImageAsset": false, + "ContentItemLanguageMetadataContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentItemLanguageMetadataScheduledPublishWhen": null, + "ContentItemLanguageMetadataScheduledUnpublishWhen": null + }, + { + "$type": "ContentItemLanguageMetadata", + "ContentItemLanguageMetadataGUID": "12191a4b-26d8-40bb-a214-73d9874920fd", + "ContentItemLanguageMetadataContentItemGuid": "c354427d-3d02-4876-8ed4-4de817fae929", + "ContentItemLanguageMetadataDisplayName": "Language Metadata Example", + "ContentItemLanguageMetadataLatestVersionStatus": 2, + "ContentItemLanguageMetadataCreatedWhen": "2024-01-06T22:55:58.3208748Z", + "ContentItemLanguageMetadataCreatedByUserGuid": "95f42fd4-6a14-4e88-b214-4e136479f788", + "ContentItemLanguageMetadataModifiedWhen": "2024-01-08T22:56:01.1939486Z", + "ContentItemLanguageMetadataModifiedByUserGuid": "95f42fd4-6a14-4e88-b214-4e136479f788", + "ContentItemLanguageMetadataHasImageAsset": false, + "ContentItemLanguageMetadataContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentItemLanguageMetadataScheduledPublishWhen": null, + "ContentItemLanguageMetadataScheduledUnpublishWhen": "2045-01-01T00:00:00Z" + }, + { + "$type": "WebPageItem", + "WebPageItemGUID": "6e995319-77e7-475e-9ebb-607bdbf5af9a", + "WebPageItemParentGuid": null, + "WebPageItemName": "NewWebPageItem", + "WebPageItemTreePath": "/home", + "WebPageItemWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageItemContentItemGuid": "c354427d-3d02-4876-8ed4-4de817fae929", + "WebPageItemOrder": 1 + }, + { + "$type": "Media_Library", + "LibraryName": "LibrarySample", + "LibraryDisplayName": "LibraryDisplayedName", + "LibraryDescription": "TestLibrary", + "LibraryFolder": "TestFolder", + "LibraryGUID": "e3a9c50c-2b76-4ba8-ac19-2f0aa64c47d5", + "LibraryLastModified": null + }, + { + "$type": "Media_File", + "DataSourcePath": null, + "DataSourceUrl": "https://devnet.kentico.com/DevNet/media/devnet/cms_screen.jpg", + "FileGUID": "94df1156-c85d-4356-8e28-16d71c6ac899", + "FileLibraryGuid": "e3a9c50c-2b76-4ba8-ac19-2f0aa64c47d5", + "FileCreatedByUserGuid": "863f796e-823a-4f5e-bbdb-e4a6f15b349b", + "FileModifiedByUserGuid": null, + "FileName": "NewTestFileFromUri", + "FileTitle": "Old devnet screen", + "FileDescription": null, + "FileExtension": ".jpg", + "FileMimeType": null, + "FilePath": "customdir/NewTestFileFromUri.jpg", + "FileImageWidth": null, + "FileImageHeight": null, + "FileCreatedWhen": null, + "FileModifiedWhen": null + }, + { + "$type": "ContentItem", + "ContentItemGUID": "b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee", + "ContentItemContentFolderGUID": null, + "ContentItemName": "SampleReusableFaq", + "ContentItemIsReusable": true, + "ContentItemIsSecured": true, + "ContentItemDataClassGuid": "7ed6604e-613b-4ce0-8c21-acfb372c416a", + "ContentItemChannelGuid": null + }, + { + "$type": "ContentItemCommonData", + "ContentItemCommonDataGUID": "2b1987bf-680b-48c0-85ce-47ff9fde24c7", + "ContentItemCommonDataContentItemGuid": "b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee", + "ContentItemCommonDataContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentItemCommonDataVersionStatus": 2, + "ContentItemCommonDataIsLatest": true, + "ContentItemCommonDataPageBuilderWidgets": null, + "ContentItemCommonDataPageTemplateConfiguration": null + }, + { + "$type": "ContentItemCommonData", + "ContentItemCommonDataGUID": "96016b05-b3d3-42f9-b5aa-71e2f816eb8f", + "ContentItemCommonDataContentItemGuid": "b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee", + "ContentItemCommonDataContentLanguageGuid": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "ContentItemCommonDataVersionStatus": 2, + "ContentItemCommonDataIsLatest": true, + "ContentItemCommonDataPageBuilderWidgets": null, + "ContentItemCommonDataPageTemplateConfiguration": null + }, + { + "$type": "ContentItemData", + "ContentItemDataGUID": "d29e7c59-09d5-443c-999d-063ba62e5f97", + "ContentItemDataCommonDataGuid": "2b1987bf-680b-48c0-85ce-47ff9fde24c7", + "ContentItemContentTypeName": "UMT.Faq", + "FaqQuestion": "en-US FAQ question text", + "FaqAnswer": "en-US FAQ answer text" + }, + { + "$type": "ContentItemData", + "ContentItemDataGUID": "93269639-1c4a-48b8-b367-0da00268eeb0", + "ContentItemDataCommonDataGuid": "96016b05-b3d3-42f9-b5aa-71e2f816eb8f", + "ContentItemContentTypeName": "UMT.Faq", + "FaqQuestion": "en-GB FAQ question text", + "FaqAnswer": "en-GB FAQ answer text" + }, + { + "$type": "ContentItemLanguageMetadata", + "ContentItemLanguageMetadataGUID": "46353800-21b8-48f6-8681-b19966f4b6eb", + "ContentItemLanguageMetadataContentItemGuid": "b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee", + "ContentItemLanguageMetadataDisplayName": "Sample reusable FAQ", + "ContentItemLanguageMetadataLatestVersionStatus": 0, + "ContentItemLanguageMetadataCreatedWhen": "2023-12-10T00:00:00Z", + "ContentItemLanguageMetadataCreatedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataModifiedWhen": null, + "ContentItemLanguageMetadataModifiedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataHasImageAsset": false, + "ContentItemLanguageMetadataContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentItemLanguageMetadataScheduledPublishWhen": "2045-01-01T00:00:00Z", + "ContentItemLanguageMetadataScheduledUnpublishWhen": null + }, + { + "$type": "ContentItemLanguageMetadata", + "ContentItemLanguageMetadataGUID": "b15b3d9f-0cb1-405a-bc04-a069daecf72d", + "ContentItemLanguageMetadataContentItemGuid": "b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee", + "ContentItemLanguageMetadataDisplayName": "Sample reusable FAQ", + "ContentItemLanguageMetadataLatestVersionStatus": 2, + "ContentItemLanguageMetadataCreatedWhen": "2023-12-10T00:00:00Z", + "ContentItemLanguageMetadataCreatedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataModifiedWhen": null, + "ContentItemLanguageMetadataModifiedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataHasImageAsset": false, + "ContentItemLanguageMetadataContentLanguageGuid": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "ContentItemLanguageMetadataScheduledPublishWhen": null, + "ContentItemLanguageMetadataScheduledUnpublishWhen": null + }, + { + "$type": "ContentItem", + "ContentItemGUID": "df81215e-1414-4d87-befd-ae123f4e5653", + "ContentItemContentFolderGUID": null, + "ContentItemName": "CreationOfUmtModel", + "ContentItemIsReusable": false, + "ContentItemIsSecured": false, + "ContentItemDataClassGuid": "06540294-3b56-4cf7-8773-088bb766ac23", + "ContentItemChannelGuid": "5322a379-5b5f-4220-9383-8e3115e66cd3" + }, + { + "$type": "ContentItemCommonData", + "ContentItemCommonDataGUID": "8f070195-2f39-463e-b7eb-c180c05fd5e0", + "ContentItemCommonDataContentItemGuid": "df81215e-1414-4d87-befd-ae123f4e5653", + "ContentItemCommonDataContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentItemCommonDataVersionStatus": 2, + "ContentItemCommonDataIsLatest": true, + "ContentItemCommonDataPageBuilderWidgets": null, + "ContentItemCommonDataPageTemplateConfiguration": null + }, + { + "$type": "ContentItemCommonData", + "ContentItemCommonDataGUID": "49d2caf6-2011-42d7-961d-02614d1b43f4", + "ContentItemCommonDataContentItemGuid": "df81215e-1414-4d87-befd-ae123f4e5653", + "ContentItemCommonDataContentLanguageGuid": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "ContentItemCommonDataVersionStatus": 2, + "ContentItemCommonDataIsLatest": true, + "ContentItemCommonDataPageBuilderWidgets": null, + "ContentItemCommonDataPageTemplateConfiguration": null + }, + { + "$type": "ContentItemData", + "ContentItemDataGUID": "9a5b10e0-d0e6-4de9-9d82-6d8deeea1849", + "ContentItemDataCommonDataGuid": "8f070195-2f39-463e-b7eb-c180c05fd5e0", + "ContentItemContentTypeName": "UMT.Article", + "ArticleTitle": "en-US UMT model creation", + "ArticleText": "This article is only example of creation UMT model for en-US language", + "RelatedArticles": null, + "RelatedFaq": null, + "CoffeaTaxonomy": "[{\u0022Identifier\u0022:\u0022ffe48372-2bac-4a14-ad8c-c86f3f54c7c5\u0022}]", + "ArticleDecimalNumberSample": 123456.12345 + }, + { + "$type": "ContentItemData", + "ContentItemDataGUID": "21380f91-279b-44be-aad8-2e62c345a0e9", + "ContentItemDataCommonDataGuid": "49d2caf6-2011-42d7-961d-02614d1b43f4", + "ContentItemContentTypeName": "UMT.Article", + "ArticleTitle": "en-GB UMT model creation", + "ArticleText": "This article is only example of creation UMT model for en-GB language", + "RelatedArticles": null, + "RelatedFaq": null, + "CoffeaTaxonomy": "[{\u0022Identifier\u0022:\u0022ffe48372-2bac-4a14-ad8c-c86f3f54c7c5\u0022}]", + "ArticleDecimalNumberSample": 123456.12345 + }, + { + "$type": "ContentItemLanguageMetadata", + "ContentItemLanguageMetadataGUID": "192c63ac-e5be-4b0f-b916-b8af6c7e79a9", + "ContentItemLanguageMetadataContentItemGuid": "df81215e-1414-4d87-befd-ae123f4e5653", + "ContentItemLanguageMetadataDisplayName": "Creation of UMT model", + "ContentItemLanguageMetadataLatestVersionStatus": 2, + "ContentItemLanguageMetadataCreatedWhen": "2023-12-10T00:00:00Z", + "ContentItemLanguageMetadataCreatedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataModifiedWhen": null, + "ContentItemLanguageMetadataModifiedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataHasImageAsset": false, + "ContentItemLanguageMetadataContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentItemLanguageMetadataScheduledPublishWhen": null, + "ContentItemLanguageMetadataScheduledUnpublishWhen": null + }, + { + "$type": "ContentItemLanguageMetadata", + "ContentItemLanguageMetadataGUID": "7f6a0c0d-a2bb-454c-8e16-adcfe0e38d17", + "ContentItemLanguageMetadataContentItemGuid": "df81215e-1414-4d87-befd-ae123f4e5653", + "ContentItemLanguageMetadataDisplayName": "Creation of UMT model GB", + "ContentItemLanguageMetadataLatestVersionStatus": 2, + "ContentItemLanguageMetadataCreatedWhen": "2023-12-10T00:00:00Z", + "ContentItemLanguageMetadataCreatedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataModifiedWhen": null, + "ContentItemLanguageMetadataModifiedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataHasImageAsset": false, + "ContentItemLanguageMetadataContentLanguageGuid": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "ContentItemLanguageMetadataScheduledPublishWhen": null, + "ContentItemLanguageMetadataScheduledUnpublishWhen": null + }, + { + "$type": "WebPageUrlPath", + "WebPageUrlPathGUID": "2bda2458-e262-4825-b51b-5a7b345ed7bd", + "WebPageUrlPath": "en-US/creation-of-umt-model", + "WebPageUrlPathHash": null, + "WebPageUrlPathWebPageItemGuid": "6e995319-77e7-475e-9ebb-607bdbf5af9a", + "WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageUrlPathContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "WebPageUrlPathIsLatest": true, + "WebPageUrlPathIsDraft": false + }, + { + "$type": "WebPageUrlPath", + "WebPageUrlPathGUID": "8083fa41-03fe-49c3-87fb-4f7c530b14cf", + "WebPageUrlPath": "en-GB/creation-of-umt-model", + "WebPageUrlPathHash": null, + "WebPageUrlPathWebPageItemGuid": "6e995319-77e7-475e-9ebb-607bdbf5af9a", + "WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageUrlPathContentLanguageGuid": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "WebPageUrlPathIsLatest": true, + "WebPageUrlPathIsDraft": false + }, + { + "$type": "WebPageUrlPath", + "WebPageUrlPathGUID": "f5824434-ec28-4aa6-95b4-cb995b9acef4", + "WebPageUrlPath": "es/creation-of-umt-model", + "WebPageUrlPathHash": null, + "WebPageUrlPathWebPageItemGuid": "6e995319-77e7-475e-9ebb-607bdbf5af9a", + "WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageUrlPathContentLanguageGuid": "4c80c6dd-a5c2-443d-873a-e9c328024b7c", + "WebPageUrlPathIsLatest": true, + "WebPageUrlPathIsDraft": false + }, + { + "$type": "WebPageItem", + "WebPageItemGUID": "6e995319-77e7-475e-9ebb-607bdbf5af9a", + "WebPageItemParentGuid": null, + "WebPageItemName": "CreationOfUmtModelUs", + "WebPageItemTreePath": "/creation-of-umt-model", + "WebPageItemWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageItemContentItemGuid": "df81215e-1414-4d87-befd-ae123f4e5653", + "WebPageItemOrder": 1 + }, + { + "$type": "ContentItem", + "ContentItemGUID": "e09121ad-dd97-472f-b8f6-85fe5428ed6a", + "ContentItemContentFolderGUID": null, + "ContentItemName": "Content-item-with-relations", + "ContentItemIsReusable": false, + "ContentItemIsSecured": true, + "ContentItemDataClassGuid": "06540294-3b56-4cf7-8773-088bb766ac23", + "ContentItemChannelGuid": "5322a379-5b5f-4220-9383-8e3115e66cd3" + }, + { + "$type": "ContentItemCommonData", + "ContentItemCommonDataGUID": "56f0e676-8fcc-4a5d-8b69-f6eca372b998", + "ContentItemCommonDataContentItemGuid": "e09121ad-dd97-472f-b8f6-85fe5428ed6a", + "ContentItemCommonDataContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentItemCommonDataVersionStatus": 0, + "ContentItemCommonDataIsLatest": true, + "ContentItemCommonDataPageBuilderWidgets": null, + "ContentItemCommonDataPageTemplateConfiguration": null + }, + { + "$type": "ContentItemCommonData", + "ContentItemCommonDataGUID": "a790b2d4-5ac1-4fb0-812c-2ad2171c61c9", + "ContentItemCommonDataContentItemGuid": "e09121ad-dd97-472f-b8f6-85fe5428ed6a", + "ContentItemCommonDataContentLanguageGuid": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "ContentItemCommonDataVersionStatus": 2, + "ContentItemCommonDataIsLatest": true, + "ContentItemCommonDataPageBuilderWidgets": null, + "ContentItemCommonDataPageTemplateConfiguration": null + }, + { + "$type": "ContentItemData", + "ContentItemDataGUID": "b6847866-12b1-4a4a-aba7-d93860102bc8", + "ContentItemDataCommonDataGuid": "56f0e676-8fcc-4a5d-8b69-f6eca372b998", + "ContentItemContentTypeName": "UMT.Article", + "ArticleTitle": "en-US UMT model creation", + "ArticleText": "This article is only example of creation UMT model for en-US language", + "RelatedArticles": "[{\u0022WebPageGuid\u0022:\u00226e995319-77e7-475e-9ebb-607bdbf5af9a\u0022}]", + "RelatedFaq": "[{\u0022Identifier\u0022:\u0022b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee\u0022}]", + "ArticleDecimalNumberSample": 123456.12345 + }, + { + "$type": "ContentItemReference", + "ContentItemReferenceGUID": "186e37c6-5c55-4637-8feb-ec5cb6547aba", + "ContentItemReferenceSourceCommonDataGuid": "8f070195-2f39-463e-b7eb-c180c05fd5e0", + "ContentItemReferenceTargetItemGuid": "b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee", + "ContentItemReferenceGroupGUID": "fc1fde10-11bf-4174-bd64-d1f114e4b421" + }, + { + "$type": "ContentItemData", + "ContentItemDataGUID": "a80f91ff-4cfc-4e28-982a-e4a434517680", + "ContentItemDataCommonDataGuid": "a790b2d4-5ac1-4fb0-812c-2ad2171c61c9", + "ContentItemContentTypeName": "UMT.Article", + "ArticleTitle": "en-GB UMT model creation", + "ArticleText": "This article is only example of creation UMT model for en-GB language", + "RelatedArticles": "[{\u0022WebPageGuid\u0022:\u00226e995319-77e7-475e-9ebb-607bdbf5af9a\u0022}]", + "RelatedFaq": "[{\u0022Identifier\u0022:\u0022b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee\u0022}]", + "ArticleDecimalNumberSample": 123456.12345 + }, + { + "$type": "ContentItemReference", + "ContentItemReferenceGUID": "e95eefe5-5b89-43ab-91c9-777be00d5680", + "ContentItemReferenceSourceCommonDataGuid": "49d2caf6-2011-42d7-961d-02614d1b43f4", + "ContentItemReferenceTargetItemGuid": "b64b3e3e-f5a9-4d02-8cdb-6d81805c0fee", + "ContentItemReferenceGroupGUID": "fc1fde10-11bf-4174-bd64-d1f114e4b421" + }, + { + "$type": "ContentItemLanguageMetadata", + "ContentItemLanguageMetadataGUID": "9ec48558-4e26-4ddf-9804-fa0fbe95142d", + "ContentItemLanguageMetadataContentItemGuid": "e09121ad-dd97-472f-b8f6-85fe5428ed6a", + "ContentItemLanguageMetadataDisplayName": "Content item with relations", + "ContentItemLanguageMetadataLatestVersionStatus": 0, + "ContentItemLanguageMetadataCreatedWhen": "2023-12-10T00:00:00Z", + "ContentItemLanguageMetadataCreatedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataModifiedWhen": null, + "ContentItemLanguageMetadataModifiedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataHasImageAsset": false, + "ContentItemLanguageMetadataContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "ContentItemLanguageMetadataScheduledPublishWhen": null, + "ContentItemLanguageMetadataScheduledUnpublishWhen": null + }, + { + "$type": "ContentItemLanguageMetadata", + "ContentItemLanguageMetadataGUID": "8a3f1795-c0ac-4501-be4e-6fba0cd11654", + "ContentItemLanguageMetadataContentItemGuid": "e09121ad-dd97-472f-b8f6-85fe5428ed6a", + "ContentItemLanguageMetadataDisplayName": "Content item with relations en-GB", + "ContentItemLanguageMetadataLatestVersionStatus": 2, + "ContentItemLanguageMetadataCreatedWhen": "2023-12-10T00:00:00Z", + "ContentItemLanguageMetadataCreatedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataModifiedWhen": null, + "ContentItemLanguageMetadataModifiedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ContentItemLanguageMetadataHasImageAsset": false, + "ContentItemLanguageMetadataContentLanguageGuid": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "ContentItemLanguageMetadataScheduledPublishWhen": null, + "ContentItemLanguageMetadataScheduledUnpublishWhen": null + }, + { + "$type": "WebPageItem", + "WebPageItemGUID": "14784bf0-69d0-40cf-8be6-e5a0d897774b", + "WebPageItemParentGuid": null, + "WebPageItemName": "ContentItemWithRelations", + "WebPageItemTreePath": "/content-item-with-relations", + "WebPageItemWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageItemContentItemGuid": "e09121ad-dd97-472f-b8f6-85fe5428ed6a", + "WebPageItemOrder": 1 + }, + { + "$type": "WebPageUrlPath", + "WebPageUrlPathGUID": "c0f97ba5-7a64-4309-8d58-6054fc90ac66", + "WebPageUrlPath": "en-US/content-item-with-relations", + "WebPageUrlPathHash": null, + "WebPageUrlPathWebPageItemGuid": "14784bf0-69d0-40cf-8be6-e5a0d897774b", + "WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageUrlPathContentLanguageGuid": "f454e93b-5fe9-42a9-b1af-b572234ed9c4", + "WebPageUrlPathIsLatest": true, + "WebPageUrlPathIsDraft": false + }, + { + "$type": "WebPageUrlPath", + "WebPageUrlPathGUID": "ccb7af1f-57d9-405a-84fa-d0f4129a17da", + "WebPageUrlPath": "en-GB/content-item-with-relations", + "WebPageUrlPathHash": null, + "WebPageUrlPathWebPageItemGuid": "14784bf0-69d0-40cf-8be6-e5a0d897774b", + "WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageUrlPathContentLanguageGuid": "a6c0a558-8b33-47b6-87a8-491b437c9923", + "WebPageUrlPathIsLatest": true, + "WebPageUrlPathIsDraft": false + }, + { + "$type": "WebPageUrlPath", + "WebPageUrlPathGUID": "54059c3d-754d-494e-8c3e-7e06d9b2b71d", + "WebPageUrlPath": "es/content-item-with-relations", + "WebPageUrlPathHash": null, + "WebPageUrlPathWebPageItemGuid": "14784bf0-69d0-40cf-8be6-e5a0d897774b", + "WebPageUrlPathWebsiteChannelGuid": "a6ba6fcb-9d05-4abe-afb4-74b153c90db7", + "WebPageUrlPathContentLanguageGuid": "4c80c6dd-a5c2-443d-873a-e9c328024b7c", + "WebPageUrlPathIsLatest": true, + "WebPageUrlPathIsDraft": false + }, + { + "$type": "ContentFolder", + "ContentFolderGUID": "7665a8fc-53a2-4aff-86e8-99b009104ff2", + "ContentFolderParentFolderGUID": null, + "ContentFolderName": "articles", + "ContentFolderDisplayName": "Articles", + "ContentFolderTreePath": "/articles" + }, + { + "$type": "ContentFolder", + "ContentFolderGUID": "ae29c1d1-217a-45da-8b30-585d1881387e", + "ContentFolderParentFolderGUID": "7665a8fc-53a2-4aff-86e8-99b009104ff2", + "ContentFolderName": "obsolete", + "ContentFolderDisplayName": "Obsolete", + "ContentFolderTreePath": "/articles/obsolete" + }, + { + "$type": "ContentItemSimplified", + "ContentItemGUID": "37c3f5dd-6f2a-4eff-b46e-a36eddebf572", + "ContentItemContentFolderGUID": null, + "IsSecured": false, + "ContentTypeName": "UMT.Article", + "Name": "SimplifiedModelSample", + "IsReusable": false, + "ChannelName": "websitechannelExample", + "LanguageData": [ + { + "LanguageName": "en-US", + "DisplayName": "Simplified model sample - en-us", + "VersionStatus": 0, + "UserGuid": null, + "ScheduledPublishWhen": "2045-01-01T00:00:00Z", + "ScheduledUnpublishWhen": null, + "ContentItemData": { + "ArticleTitle": "en-US UMT simplified model creation", + "ArticleText": "This article is only example of creation UMT simplified model for en-US language", + "RelatedArticles": null, + "RelatedFaq": null, + "CoffeaTaxonomy": "[{\u0022Identifier\u0022:\u0022a6e3cc11-95a8-482c-beb4-58bbef6e7bdd\u0022},{\u0022Identifier\u0022:\u0022bb181050-79b0-4f42-9280-ef486a139623\u0022}]" } - ] - }, - { - "$type": "DataClass", - "ClassDisplayName": "Event", - "ClassName": "UMT.Event", - "ClassIsDocumentType": true, - "ClassIsCoupledClass": true, - "ClassNodeNameSource": "EventTitle", - "ClassTableName": "UMT_Event", - "ClassShowAsSystemTable": false, - "ClassNodeAliasSource": "EventTitle", - "ClassGuid": "3d36917e-de3e-4db3-9d71-7961d250085d", - "ClassIsForm": false, - "ClassUsesPageBuilder": true, - "ClassHasURL": true, - "ClassHasMetadata": true, - "ClassIsPage": true, - "ClassHasUnmanagedDbSchema": false, - "ClassPrimaryKeyName": "EventID", - "Fields": [ + }, + { + "LanguageName": "en-GB", + "DisplayName": "Simplified model sample - en-gb", + "VersionStatus": 2, + "UserGuid": null, + "ScheduledPublishWhen": null, + "ScheduledUnpublishWhen": "2045-01-01T00:00:00Z", + "ContentItemData": { + "ArticleTitle": "en-GB UMT simplified model creation", + "ArticleText": "This article is only example of creation UMT simplified model for en-GB language", + "RelatedArticles": null, + "RelatedFaq": null, + "CoffeaTaxonomy": "[{\u0022Identifier\u0022:\u0022a6e3cc11-95a8-482c-beb4-58bbef6e7bdd\u0022},{\u0022Identifier\u0022:\u0022bb181050-79b0-4f42-9280-ef486a139623\u0022}]" + } + } + ], + "PageData": { + "PageUrls": [ + { + "UrlPath": "en-us/simplified-sample", + "PathIsDraft": null, + "LanguageName": "en-US" + }, { - "AllowEmpty": true, - "Column": "EventTitle", - "ColumnSize": 200, - "ColumnType": "text", - "Enabled": true, - "Guid": "0e1e63eb-918a-4135-a627-04393672d6f4", - "Visible": true, - "Properties": { - "FieldCaption": "Title" - }, - "Settings": { - "ControlName": "Kentico.Administration.TextInput" - } + "UrlPath": "en-gb/simplified-sample", + "PathIsDraft": null, + "LanguageName": "en-GB" }, { - "AllowEmpty": true, - "Column": "EventText", - "ColumnSize": 0, - "ColumnType": "longtext", - "Enabled": true, - "Guid": "a54aef74-42b3-438e-92b2-2f5b4386fb57", - "Visible": true, - "Properties": { - "FieldCaption": "Text" - }, - "Settings": { - "ControlName": "Kentico.Administration.TextArea" - } + "UrlPath": "es/simplified-sample", + "PathIsDraft": null, + "LanguageName": "es" + } + ], + "PageGuid": "4ea03de4-977e-48aa-9340-babf3d23bafa", + "ParentGuid": null, + "TreePath": "/simplified-sample", + "ItemOrder": null + } + }, + { + "$type": "ContentItemSimplified", + "ContentItemGUID": "9ed8de86-859c-4f6c-94f2-cdd6baed99fe", + "ContentItemContentFolderGUID": null, + "IsSecured": false, + "ContentTypeName": "UMT.Article", + "Name": "SimplifiedModelSampleAsSubPAge", + "IsReusable": false, + "ChannelName": "websitechannelExample", + "LanguageData": [ + { + "LanguageName": "en-US", + "DisplayName": "Simplified model sample sub page - en-us", + "VersionStatus": 0, + "UserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ScheduledPublishWhen": null, + "ScheduledUnpublishWhen": null, + "ContentItemData": { + "ArticleTitle": "en-US UMT simplified model creation as sub page", + "ArticleText": "This article is only example of creation UMT simplified model for en-US language", + "RelatedArticles": null, + "RelatedFaq": null + } + }, + { + "LanguageName": "en-GB", + "DisplayName": "Simplified model sample sub page - en-gb", + "VersionStatus": 2, + "UserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ScheduledPublishWhen": null, + "ScheduledUnpublishWhen": null, + "ContentItemData": { + "ArticleTitle": "en-GB UMT simplified model creation as sub page", + "ArticleText": "This article is only example of creation UMT simplified model for en-GB language", + "RelatedArticles": null, + "RelatedFaq": null + } + } + ], + "PageData": { + "PageUrls": [ + { + "UrlPath": "en-us/simplified-sample/sub-page", + "PathIsDraft": null, + "LanguageName": "en-US" }, { - "AllowEmpty": true, - "Column": "EventDate", - "ColumnSize": 0, - "ColumnType": "datetime", - "Enabled": true, - "Guid": "f3356f35-0a78-4a98-8696-a1becb725b0a", - "Visible": true, - "Properties": { - "FieldCaption": "Date" - }, - "Settings": { - "ControlName": "Kentico.Administration.DateTimeInput" - } + "UrlPath": "en-gb/simplified-sample/sub-page", + "PathIsDraft": null, + "LanguageName": "en-GB" }, { - "AllowEmpty": true, - "Column": "EventRecurrentYearly", - "ColumnSize": 0, - "ColumnType": "boolean", - "Enabled": true, - "Guid": "98d2cf95-5027-488a-b833-89510f4662c1", - "Visible": true, - "Properties": { - "FieldCaption": "Event occurs every year" - }, - "Settings": { - "ControlName": "Kentico.Administration.Checkbox" - } + "UrlPath": "es/simplified-sample/sub-page", + "PathIsDraft": null, + "LanguageName": "es" } - ] - }, - { - "$type": "TreeNode", - "NodeClassGuid": "3d36917e-de3e-4db3-9d71-7961d250085d", - "NodeOwnerGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "NodeParentGuid": "acdd2058-bde0-4c9d-8332-45f417220571", - "NodeGUID": "e2b53c6c-020d-45d3-acb7-c2651bf7171a", - "NodeAlias": "yearly-barbecue-for-customers", - "NodeName": "Yearly barbeque for customers", - "DocumentCulture": "en-US", - "DocumentGUID": "34b4df1b-6261-4546-9382-941809e1936f", - "DocumentCreatedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "EventTitle": "Yearly barbeque for customers", - "EventText": "\u003ch1\u003eBarbecue is here!\u003c/h1\u003e\u003cp\u003elet us invite You to our yearly friendly meeting with You - our customers\u003c/p\u003e", - "EventDate": "2023-06-01T11:00:00", - "EventRecurrentYearly": true - }, - { - "$type": "TreeNode", - "NodeClassGuid": "3d36917e-de3e-4db3-9d71-7961d250085d", - "NodeOwnerGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "NodeParentGuid": "acdd2058-bde0-4c9d-8332-45f417220571", - "NodeGUID": "50cf01d4-1c39-4910-82ca-298c9f7a4840", - "NodeAlias": "announcement-of-economic-results", - "NodeName": "Announcement of economic results", - "DocumentCulture": "en-US", - "DocumentName": "Announcement of economic results", - "DocumentGUID": "15f0efd6-6961-4640-af6d-9c06b3a0a24d", - "DocumentCreatedByUserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "EventTitle": "Announcement of economic results", - "EventText": "\u003ch1\u003eAnnouncement of economic results\u003c/h1\u003e", - "EventDate": "2023-07-01T11:00:00", - "EventRecurrentYearly": false + ], + "PageGuid": null, + "ParentGuid": "4ea03de4-977e-48aa-9340-babf3d23bafa", + "TreePath": "/simplified-sample/sub-page", + "ItemOrder": null } - ] \ No newline at end of file + }, + { + "$type": "ContentItemSimplified", + "ContentItemGUID": "f9cb9484-ce90-460f-a5c8-ad953e2b9286", + "ContentItemContentFolderGUID": "ae29c1d1-217a-45da-8b30-585d1881387e", + "IsSecured": false, + "ContentTypeName": "UMT.Faq", + "Name": "SimplifiedModelSampleReusable", + "IsReusable": true, + "ChannelName": null, + "LanguageData": [ + { + "LanguageName": "en-US", + "DisplayName": "FAQ: reusable simplified model sample - en-us", + "VersionStatus": 0, + "UserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ScheduledPublishWhen": null, + "ScheduledUnpublishWhen": null, + "ContentItemData": { + "FaqQuestion": "en-US FAQ question text (reusable)", + "FaqAnswer": "en-US FAQ answer text (reusable)" + } + }, + { + "LanguageName": "en-GB", + "DisplayName": "FAQ: reusable simplified model sample - en-gb", + "VersionStatus": 2, + "UserGuid": "dbfcc244-2cb9-4934-857f-9d75404c1553", + "ScheduledPublishWhen": null, + "ScheduledUnpublishWhen": "2045-01-01T00:00:00Z", + "ContentItemData": { + "FaqQuestion": "en-US FAQ question text (reusable)", + "FaqAnswer": "en-US FAQ answer text (reusable)" + } + } + ], + "PageData": null + } +] diff --git a/examples/Kentico.Xperience.UMT.Example.AdminApp/Data/SamplesFrontendDemo.json b/examples/Kentico.Xperience.UMT.Example.AdminApp/Data/SamplesFrontendDemo.json deleted file mode 100644 index 0e384a8..0000000 --- a/examples/Kentico.Xperience.UMT.Example.AdminApp/Data/SamplesFrontendDemo.json +++ /dev/null @@ -1,41750 +0,0 @@ -[ - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - }, - { - "$type": "UserInfo", - "UserName": "fradmin", - "FirstName": "Frederick", - "LastName": "The admin", - "Email": "freddyadmin@sample.localhost", - "UserPassword": "[sample hash]", - "UserEnabled": true, - "UserCreated": "1990-01-01T00:00:00", - "UserGUID": "dbfcc244-2cb9-4934-857f-9d75404c1553", - "UserIsPendingRegistration": false, - "UserAdministrationAccess": true, - "UserIsExternal": false - } -] \ No newline at end of file diff --git a/examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSimplifiedSamples.cs b/examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSimplifiedSamples.cs index b3f29e0..ecc2aef 100644 --- a/examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSimplifiedSamples.cs +++ b/examples/Kentico.Xperience.UMT.Examples/Samples/ContentItemSimplifiedSamples.cs @@ -21,7 +21,7 @@ public static class ContentItemSimplifiedSamples Name = "SimplifiedModelSample", IsSecured = false, ContentTypeName = DataClassSamples.ArticleClassSample.ClassName, - IsReusable = true, + IsReusable = false, // channel name is required only for web site content items ChannelName = ChannelSamples.SampleChannelForWebSiteChannel.ChannelName, // required when content item type is website content item @@ -99,7 +99,7 @@ public static class ContentItemSimplifiedSamples Name = "SimplifiedModelSampleAsSubPAge", IsSecured = false, ContentTypeName = DataClassSamples.ArticleClassSample.ClassName, - IsReusable = true, + IsReusable = false, // channel name is required only for web site content items ChannelName = ChannelSamples.SampleChannelForWebSiteChannel.ChannelName, // required when content item type is website content item diff --git a/utils/Kentico.Xperience.UMT.DocUtils/Program.cs b/utils/Kentico.Xperience.UMT.DocUtils/Program.cs index 2d034cb..7482b49 100644 --- a/utils/Kentico.Xperience.UMT.DocUtils/Program.cs +++ b/utils/Kentico.Xperience.UMT.DocUtils/Program.cs @@ -201,4 +201,5 @@ } } -await MdHelper.RenderTemplateToFile("SampleJson", new SampleJsonViewModel(importService), Path.Join(targetDirectory, $"Samples\\basic.json")); +await MdHelper.RenderTemplateToFile("SampleJson", new SampleJsonViewModel(importService), Path.Join(targetDirectory, "Samples\\basic.json")); +await MdHelper.RenderTemplateToFile("SampleJson", new SampleJsonViewModel(importService), Path.Join(targetDirectory, @"..\examples\Kentico.Xperience.UMT.Example.AdminApp\Data\Samples.json"));