diff --git a/EI-IICS-Team/FP&M_PoC/GET_suporgs.json b/EI-IICS-Team/FP&M_PoC/GET_suporgs.json
new file mode 100644
index 0000000000000000000000000000000000000000..015a9e422ddd1a6fc2d601665e0c7795660f78c9
--- /dev/null
+++ b/EI-IICS-Team/FP&M_PoC/GET_suporgs.json
@@ -0,0 +1,310 @@
+{
+  "swagger" : "2.0",
+  "info" : {
+    "description" : null,
+    "version" : "1.0.0",
+    "title" : null,
+    "termsOfService" : null,
+    "contact" : null,
+    "license" : null
+  },
+  "host" : "api.wisc.edu",
+  "basePath" : "/hr",
+  "schemes" : [ "https" ],
+  "paths" : {
+    "/supervisoryOrganizations" : {
+      "get" : {
+        "tags" : [ "GET_suporgs" ],
+        "summary" : null,
+        "description" : null,
+        "operationId" : "GET_suporgs",
+        "produces" : [ "application/json" ],
+        "consumes" : [ "application/json" ],
+        "parameters" : [ {
+          "name" : "include",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        }, {
+          "name" : "supervisoryOrganizationId",
+          "in" : "query",
+          "description" : null,
+          "required" : false,
+          "type" : "string"
+        } ],
+        "responses" : {
+          "200" : {
+            "description" : "successful operation",
+            "schema" : {
+              "$ref" : "#/definitions/GET_suporgs"
+            }
+          }
+        }
+      }
+    }
+  },
+  "definitions" : {
+    "GET_suporgs##data##attributes" : {
+      "properties" : {
+        "code" : {
+          "type" : "string"
+        },
+        "name" : {
+          "type" : "string"
+        },
+        "supervisoryOrganizationType" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##data##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##data##relationships##allSubordinateOrganizations##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##data##relationships##allSubordinateOrganizations" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GET_suporgs##data##relationships##allSubordinateOrganizations##data"
+          }
+        }
+      }
+    },
+    "GET_suporgs##data##relationships##subordinateOrganizations##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##data##relationships##subordinateOrganizations" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GET_suporgs##data##relationships##subordinateOrganizations##data"
+          }
+        }
+      }
+    },
+    "GET_suporgs##data##relationships##superiorOrganization##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##data##relationships##superiorOrganization##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##data##relationships##superiorOrganization" : {
+      "properties" : {
+        "data" : {
+          "$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization##data"
+        },
+        "links" : {
+          "$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization##links"
+        }
+      }
+    },
+    "GET_suporgs##data##relationships" : {
+      "properties" : {
+        "allSubordinateOrganizations" : {
+          "$ref" : "#/definitions/GET_suporgs##data##relationships##allSubordinateOrganizations"
+        },
+        "subordinateOrganizations" : {
+          "$ref" : "#/definitions/GET_suporgs##data##relationships##subordinateOrganizations"
+        },
+        "superiorOrganization" : {
+          "$ref" : "#/definitions/GET_suporgs##data##relationships##superiorOrganization"
+        }
+      }
+    },
+    "GET_suporgs##data" : {
+      "properties" : {
+        "attributes" : {
+          "$ref" : "#/definitions/GET_suporgs##data##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/GET_suporgs##data##links"
+        },
+        "relationships" : {
+          "$ref" : "#/definitions/GET_suporgs##data##relationships"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##included##attributes" : {
+      "properties" : {
+        "code" : {
+          "type" : "string"
+        },
+        "name" : {
+          "type" : "string"
+        },
+        "supervisoryOrganizationType" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##included##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##included##relationships##allSubordinateOrganizations##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##included##relationships##allSubordinateOrganizations" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GET_suporgs##included##relationships##allSubordinateOrganizations##data"
+          }
+        }
+      }
+    },
+    "GET_suporgs##included##relationships##subordinateOrganizations##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##included##relationships##subordinateOrganizations" : {
+      "properties" : {
+        "data" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GET_suporgs##included##relationships##subordinateOrganizations##data"
+          }
+        }
+      }
+    },
+    "GET_suporgs##included##relationships##superiorOrganization##data" : {
+      "properties" : {
+        "id" : {
+          "type" : "string"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##included##relationships##superiorOrganization##links" : {
+      "properties" : {
+        "related" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##included##relationships##superiorOrganization" : {
+      "properties" : {
+        "data" : {
+          "$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization##data"
+        },
+        "links" : {
+          "$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization##links"
+        }
+      }
+    },
+    "GET_suporgs##included##relationships" : {
+      "properties" : {
+        "allSubordinateOrganizations" : {
+          "$ref" : "#/definitions/GET_suporgs##included##relationships##allSubordinateOrganizations"
+        },
+        "subordinateOrganizations" : {
+          "$ref" : "#/definitions/GET_suporgs##included##relationships##subordinateOrganizations"
+        },
+        "superiorOrganization" : {
+          "$ref" : "#/definitions/GET_suporgs##included##relationships##superiorOrganization"
+        }
+      }
+    },
+    "GET_suporgs##included" : {
+      "properties" : {
+        "attributes" : {
+          "$ref" : "#/definitions/GET_suporgs##included##attributes"
+        },
+        "id" : {
+          "type" : "string"
+        },
+        "links" : {
+          "$ref" : "#/definitions/GET_suporgs##included##links"
+        },
+        "relationships" : {
+          "$ref" : "#/definitions/GET_suporgs##included##relationships"
+        },
+        "type" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs##links" : {
+      "properties" : {
+        "self" : {
+          "type" : "string"
+        }
+      }
+    },
+    "GET_suporgs" : {
+      "properties" : {
+        "data" : {
+          "$ref" : "#/definitions/GET_suporgs##data"
+        },
+        "included" : {
+          "type" : "array",
+          "items" : {
+            "$ref" : "#/definitions/GET_suporgs##included"
+          }
+        },
+        "links" : {
+          "$ref" : "#/definitions/GET_suporgs##links"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/EI-IICS-Team/FP&M_PoC/POST_getatoken.json b/EI-IICS-Team/FP&M_PoC/POST_getatoken.json
deleted file mode 100644
index 2818ace5cbf6b4ad9f2be693e1ca4be07729e374..0000000000000000000000000000000000000000
--- a/EI-IICS-Team/FP&M_PoC/POST_getatoken.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
-  "swagger" : "2.0",
-  "info" : {
-    "description" : null,
-    "version" : "1.0.0",
-    "title" : null,
-    "termsOfService" : null,
-    "contact" : null,
-    "license" : null
-  },
-  "host" : "api.wisc.edu",
-  "basePath" : "/oauth",
-  "schemes" : [ "https" ],
-  "paths" : {
-    "/token" : {
-      "post" : {
-        "tags" : [ "POST_getatoken" ],
-        "summary" : null,
-        "description" : null,
-        "operationId" : "POST_getatoken",
-        "produces" : [ "application/json" ],
-        "consumes" : [ "application/x-www-form-urlencoded" ],
-        "parameters" : [ {
-          "name" : "{\"grant_type\"",
-          "in" : "formData",
-          "description" : null,
-          "required" : false,
-          "type" : "string"
-        } ],
-        "responses" : {
-          "200" : {
-            "description" : "successful operation",
-            "schema" : {
-              "$ref" : "#/definitions/POST_getatoken"
-            }
-          }
-        }
-      }
-    }
-  },
-  "definitions" : {
-    "POST_getatoken" : {
-      "properties" : {
-        "refresh_token_expires_in" : {
-          "type" : "number",
-          "format" : "int32"
-        },
-        "api_product_list" : {
-          "type" : "string"
-        },
-        "api_product_list_json" : {
-          "type" : "array",
-          "items" : {
-            "type" : "string"
-          }
-        },
-        "organization_name" : {
-          "type" : "string"
-        },
-        "developer.email" : {
-          "type" : "string"
-        },
-        "token_type" : {
-          "type" : "string"
-        },
-        "issued_at" : {
-          "type" : "string"
-        },
-        "client_id" : {
-          "type" : "string"
-        },
-        "access_token" : {
-          "type" : "string"
-        },
-        "application_name" : {
-          "type" : "string"
-        },
-        "scope" : {
-          "type" : "string"
-        },
-        "expires_in" : {
-          "type" : "number",
-          "format" : "int32"
-        },
-        "refresh_count" : {
-          "type" : "string"
-        },
-        "status" : {
-          "type" : "string"
-        }
-      }
-    }
-  }
-}
\ No newline at end of file