sul-dlss / folio-tasks

Migration and data-loading tasks for FOLIO
MIT License
2 stars 0 forks source link

Add department uuids based on privgroups #266

Closed jgreben closed 10 months ago

jgreben commented 10 months ago

I created two depatments in FOLIO prod:

{
  "departments": [
    {
      "id": "90a61554-e4e5-476d-bd64-141822c4221f",
      "name": "Graduate School of Business (GSB)",
      "code": "S7Z",
      "usageNumber": 0,
      "metadata": {
        "createdDate": "2023-09-15T19:01:09.317+00:00",
        "createdByUserId": "84109a43-8ad2-482e-bb8e-b0675f57461c",
        "updatedDate": "2023-09-15T19:01:09.317+00:00",
        "updatedByUserId": "84109a43-8ad2-482e-bb8e-b0675f57461c"
      }
    },
    {
      "id": "e88216c6-b39e-477e-a094-de10b941837d",
      "name": "Stanford Libraries (SUL)",
      "code": "STF",
      "usageNumber": 0,
      "metadata": {
        "createdDate": "2023-09-15T19:00:53.155+00:00",
        "createdByUserId": "84109a43-8ad2-482e-bb8e-b0675f57461c",
        "updatedDate": "2023-09-15T19:00:53.155+00:00",
        "updatedByUserId": "84109a43-8ad2-482e-bb8e-b0675f57461c"
      }
    }
  ],
  "totalRecords": 2
}