{"info":{"_postman_id":"491052e5-dc58-403d-9603-f54189ddf137","name":"ST API Service (OneRoster)","description":"<html><head></head><body><h2 id=\"changelog\">Changelog</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Version</th>\n<th>Change Type</th>\n<th>Object</th>\n<th>Field</th>\n<th>Note/Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1.3.14</td>\n<td>Fix</td>\n<td>Installer</td>\n<td>n/a</td>\n<td>Fix for issue #74582: Resolved an issue in the API Service installer to prevent DSN SQL connection string values from being overwritten if they contain special characters. The following characters are now supported: <code>A-Z</code> <code>a-z</code> <code>0-9</code> <code>_</code> <code>@</code> <code>!</code> <code>%</code> <code>&amp;</code> <code>;</code> <code>-</code> <code>.</code> <code>~</code> <code>?</code> <code>\\\\*</code> <code>^</code> <code>$</code> <code>#</code> <code>\\</code> <code>]</code> <code>\\</code> <code>[</code> <code>'</code> <code>)</code> <code>+</code> <code>(</code> <code>=</code> <code>\"</code> <code>&gt;</code> <code>:</code> <code>&lt;</code> <code>,</code> <code>/</code> `</td>\n</tr>\n<tr>\n<td>1.3.14</td>\n<td>Fix</td>\n<td>Results</td>\n<td>Score</td>\n<td>Fix for issue #75725: Updated the PUT /Results call to properly update assignment scores for zero-point assignments.</td>\n</tr>\n<tr>\n<td>1.3.13</td>\n<td>Update</td>\n<td>Authorization</td>\n<td>n/a</td>\n<td>The Token endpoint now respects the Use IPs in Headers\" option for districts in load-balanced environments.</td>\n</tr>\n<tr>\n<td>1.3.13</td>\n<td>Fix</td>\n<td>Results</td>\n<td>resultValueMax</td>\n<td>Fix for issue #73528: Zero-point assignments are now included when using the PUT /LineItems call to create grade book assignments.</td>\n</tr>\n<tr>\n<td>1.3.11</td>\n<td>New Calls</td>\n<td>Demographics</td>\n<td>n/a</td>\n<td>Added one (1) new endpoint to allow users to retrieve students' demographics data:  <br>* GET /Demographics: Returns basic demographics information about all students or a selected student.  <br>Corresponding permissions have been added in <strong>Maintenance &gt; Application &gt; API Security</strong> to provide access to these calls (these are available in SchoolTool as of Version 21.1). Note that this endpoint uses the 1.2 standard and therefore requires the URL to contain <code>v1p2</code> rather than <code>v1p1</code></td>\n</tr>\n<tr>\n<td>1.3.10</td>\n<td>Update</td>\n<td>Results</td>\n<td>score</td>\n<td>Updated the API Service to respect the new <em>Rule for OneRoster Assignments Marked as \"Not Submitted\"</em> option for assignments with a scoreStatus of \"not submitted\".</td>\n</tr>\n<tr>\n<td>1.3.10</td>\n<td>Update</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>Updated the API Service to respect the new <em>Include IPs in Headers</em> security option for districts using load balancers.</td>\n</tr>\n<tr>\n<td>1.3.09</td>\n<td>Fix</td>\n<td>LineItems</td>\n<td>gradingPeriod</td>\n<td>Fix for issue #68442: For districts using Canvas via the OneRoster API, PUT /LineItems calls will no longer change an assignment's gradingPeriod to the current marking period if the call included a dueDate but did not specify a value for gradingPeriod.</td>\n</tr>\n<tr>\n<td>1.3.07</td>\n<td>Updated installer</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>Updated the API Service installer to use the new SchoolTool Update Service</td>\n</tr>\n<tr>\n<td>1.3.06</td>\n<td>Fix</td>\n<td>Terms, Schools/Terms</td>\n<td>type</td>\n<td>Fix for issue #67557: Updated the Terms calls to return information for marking periods <em>and</em> semesters to ensure maximum compatibility with integration vendors and resolve issues where districts encountered errors due to invalid Terms references when using the Classes endpoints after upgrading to Version 1.03-04</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Fix</td>\n<td>All</td>\n<td>n/a</td>\n<td>Fix for issue #67217: All error payloads are now returned as an array.</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Fix</td>\n<td>Users, Teachers, Students, Classes/Teachers, Classes/Students, Schools/Teachers, Schools/Students, Schools/Classes/Teachers, Schools/Classes/Students</td>\n<td>role</td>\n<td>Fix for issue #64359: Non-teaching staff will now be returned with a role of \"Administrator\" rather than \"Staff\".</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Update</td>\n<td>Users, Teachers, Students, Classes/Teachers, Classes/Students, Schools/Teachers, Schools/Students, Schools/Classes/Teachers, Schools/Classes/Students</td>\n<td>enabledUser</td>\n<td>Added quotation marks around values for the \"enabledUser\" field.</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Update</td>\n<td>Enrollments, Schools/Enrollments, Schools/Classes/Enrollments</td>\n<td>primary</td>\n<td>Added quotation marks around values for the \"primary\" field.</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Update</td>\n<td>Courses</td>\n<td>org</td>\n<td>Added the \"org\" field for all results.</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Update</td>\n<td>LineItems, Classes/LineItems</td>\n<td>assignDate, dueDate</td>\n<td>Updated date format to use ISO 8601 standard.</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Update</td>\n<td>LineItems, Classes/LineItems</td>\n<td>gradingPeriod.Type</td>\n<td>Modified the \"gradingPeriod.Type\" field to always return \"academicSession\".</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Update</td>\n<td>AcademicSessions</td>\n<td>type</td>\n<td>Updated the AcademicSession calls to return information for both marking periods and semesters.</td>\n</tr>\n<tr>\n<td>1.3.04</td>\n<td>Update</td>\n<td>Terms, Schools/Terms</td>\n<td>type</td>\n<td>Updated the Terms calls to return information for semesters instead of marking periods.</td>\n</tr>\n<tr>\n<td>1.3.02</td>\n<td>Fix</td>\n<td>LineItems</td>\n<td>n/a</td>\n<td>Fix for issue #64971: Resolved an issue with LineItem calls where Grade Book Assignment syncing might fail with a 400 error in districts using Version 1.03-01 of the API Service.</td>\n</tr>\n<tr>\n<td>1.3.01</td>\n<td>New Calls</td>\n<td>Categories, Results</td>\n<td>(all)</td>\n<td>Two (2) new endpoints have been added to allow users to update and retrieve grade book data:  <br>  <br>  <br>  <br>  <br>  <br>  <br>- PUT /Categories: Adds or updates grade book categories  <br>- GET /Results: Returns information about grade book assignment scores  <br>  <br>  <br>  <br>  <br>  <br>  <br>  <br>  <br>  <br>  <br>  <br>Corresponding permissions have been added in Maintenance &gt; Application &gt; API Security to provide access to these calls (these are available in SchoolTool as of Version 19.2).</td>\n</tr>\n<tr>\n<td>1.3.01</td>\n<td>Update</td>\n<td>(multiple)</td>\n<td>n/a</td>\n<td>Added support for sorting/ordering of results and field selection for all GET requests.</td>\n</tr>\n<tr>\n<td>1.3.01</td>\n<td>Fix</td>\n<td>Schools/Enrollments, Schools/Classes/Enrollments</td>\n<td>n/a</td>\n<td>Fix for issue #62359: Enrollments GET requests now return rosters for locations with active semesters in the current school year that have not explicitly defined yearly scheduling options in Maintenance &gt; Scheduling &gt; Yearly Building School Level Options.</td>\n</tr>\n<tr>\n<td>1.3.01</td>\n<td>Fix</td>\n<td>LineItems</td>\n<td>n/a</td>\n<td>Fix for issue #64203: LineItems PUT requests now properly update assignment marking periods when assignment dates are changed.</td>\n</tr>\n<tr>\n<td>1.3.01</td>\n<td>Fix</td>\n<td>Schools/Enrollments, Schools/Classes/Enrollments</td>\n<td>n/a</td>\n<td>Fix for issue #58891: Enrollments GET requests now return rosters for supplemental courses (courses not associated with a specific period).</td>\n</tr>\n<tr>\n<td>1.3.01</td>\n<td>Fix</td>\n<td>LineItems</td>\n<td>n/a</td>\n<td>Fix for issue #12657: Updated the API Service install documentation to clarify that districts must have the WebDAV Publishing role disabled on web servers in order to make any PUT calls using the SchoolTool API Service (OneRoster).</td>\n</tr>\n<tr>\n<td>1.2.12</td>\n<td>Fix</td>\n<td>All</td>\n<td>dateLastModified</td>\n<td>Fix for issue #62534: The “dateLastModified” field in all APIService calls will now be returned in a format that has a resolution of milliseconds (YYYY-MM-DDTHH:MM:SS.mmmZ) and contains the UTC time zone in accordance with the OneRoster v1.1 specification.</td>\n</tr>\n<tr>\n<td>1.2.12</td>\n<td>Fix</td>\n<td>Users, Students</td>\n<td>agents</td>\n<td>Fix for issue #62308: The “agents” field in the GET Users and GET Students calls will now return properly formatted URLs for contacts associated with students and parents. In addition, documentation has been updated to clarify that this field is not blank when returning data for students or parents with contacts.</td>\n</tr>\n<tr>\n<td>1.2.12</td>\n<td>Fix</td>\n<td>Enrollments, Schools/Enrollments, Schools/Classes/Enrollments</td>\n<td>n/a</td>\n<td>Fix for issue #12946: The GET Enrollments calls will no longer return students’ previous enrollment data.</td>\n</tr>\n<tr>\n<td>1.2.11</td>\n<td>Fix</td>\n<td>LineItems</td>\n<td>n/a</td>\n<td>Fix for issue #153736 (12745): Carriage returns are now removed when sending assignments via the PUT LineItems call.</td>\n</tr>\n<tr>\n<td>1.2.11</td>\n<td>Fix</td>\n<td>Users, /Teachers, /Students, /Classes/Teachers, Classes/Students, Schools/Teachers, Schools/Students, Schools/Classes/Teachers, Schools/Classes/Students</td>\n<td>n/a</td>\n<td>Fix for issue 62529: Resolved an issue where rows might be returned without a username.</td>\n</tr>\n<tr>\n<td>1.2.11</td>\n<td>Fix</td>\n<td>Classes/Results, Classes/LineItems/Results, Classes/Students/Results</td>\n<td>n/a</td>\n<td>Fix for issue #153872 (12948): GET Results calls now return the correct sourcedID for grade book assignment scores.</td>\n</tr>\n<tr>\n<td>1.2.10</td>\n<td>Fix</td>\n<td>Results</td>\n<td>n/a</td>\n<td>Fix for issue #13919: Optimized the PUT Results endpoint to resolve potential performance issues with these calls.</td>\n</tr>\n<tr>\n<td>1.2.10</td>\n<td>Fix</td>\n<td>LineItems, Classes/LineItems</td>\n<td>n/a</td>\n<td>Fix for issue #13936: When performing a GET LineItems call for an assignment sourcedID that does not exist in the defined course section, SchoolTool will now return a 404 code rather than a 200 code.</td>\n</tr>\n<tr>\n<td>1.2.09</td>\n<td>Miscellaneous</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>Created Web-based documentation for the API Service (OneRoster).</td>\n</tr>\n<tr>\n<td>1.2.09</td>\n<td>New Calls</td>\n<td>(multiple)</td>\n<td>(all)</td>\n<td>Added a number of new endpoints:  <br>  <br>  <br>  <br>  <br>  <br>  <br>- APIService/AcademicSessions /GET: Returns information about all marking periods for the entire district or a specific marking period  <br>- APIService/Classes/LineItems /GET: Returns information about grade book assignments for a specific class section  <br>- APIService/Classes/LineItems/Results /GET: Returns information about grade book assignment scores for a single grade book assignment in a specific class section  <br>- APIService/Classes/Results /GET: Returns information about grade book assignment scores for students in a specific class section  <br>- APIService/Classes/Students /GET: Returns information about all students assigned to a specific class section  <br>- APIService/Classes/Students/Results /GET: Returns information about grade book assignment scores for a single student in a specific class section  <br>- APIService/Classes/Teachers /GET: Returns information about all teachers assigned to a specific class section  <br>- APIService/GradingPeriods /GET: Returns information about marking periods for the entire district or for a specific marking period  <br>- APIService/Schools /GET: Returns information about active building school levels  <br>- APIService/Schools/Classes/Students /GET: Returns information for all students assigned to a specific class section  <br>- APIService/Schools/Classes/Teachers: Returns information for all teachers assigned to a specific class section  <br>- APIService/Schools/Enrollments /GET: Returns information about all users (students and teachers) in a single building school level  <br>- APIService/Schools/Students /GET: Returns information about all students within a single building school level  <br>- APIService/Schools/Teachers /GET: Returns information about all teachers within a single building school level  <br>- APIService/Students /GET: Returns information about all students in the district or for a specific student  <br>- APIService/Teachers /GET: Returns information about all teachers in the district or for a specific teacher  <br>- APIService/Teachers/Classes /GET: Returns information about all class sections to which a specific teacher is currently assigned  <br>- APIService/Users/Classes /GET: Returns information about all class sections assigned to a specific user</td>\n</tr>\n<tr>\n<td>1.01-12</td>\n<td>Installer</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>Corrected an issue with the MutlipleWebFolders.exe utility for the API Service (OneRoster) so that district configuration is retained after upgrading the API Service to Version 1.01-06.</td>\n</tr>\n<tr>\n<td>1.01-06</td>\n<td>Miscellaneous</td>\n<td>n/a</td>\n<td>(n/a)</td>\n<td>The API Service now respects the “Ignore SSL Check for API Calls” setting in Maintenance &gt; Application &gt; Network Settings &gt; General Settings.</td>\n</tr>\n<tr>\n<td>1.01-06</td>\n<td>New Call</td>\n<td>Courses</td>\n<td>(n/a)</td>\n<td>New call added to allow users to retrieve information about courses across the entire district, rather than only for a single school level or an individual course.</td>\n</tr>\n<tr>\n<td>1.01-06</td>\n<td>New Call</td>\n<td>Classes</td>\n<td>(n/a)</td>\n<td>New call added to allow users to retrieve information about class sections across the entire district, rather than only for a single school level or an individual section.</td>\n</tr>\n<tr>\n<td>1.01-06</td>\n<td>New Call</td>\n<td>Terms</td>\n<td>(n/a)</td>\n<td>New call added to allow users to retrieve information about all marking period configurations across the entire district, rather than only for a single school level or an individual marking period term.</td>\n</tr>\n<tr>\n<td>1.01-06</td>\n<td>New Call; New Fields</td>\n<td>Enrollments</td>\n<td>School fields (href, sourcedId, type)</td>\n<td>New call added to allow users to retrieve information about all rosters across the entire district, rather than only for a specific class section. New fields also added to this object to return references to the school to which the class section is assigned</td>\n</tr>\n<tr>\n<td>1.01-02</td>\n<td>Modification</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>Resolved an issue with API authentication so that tokens of up to 50 characters, rather than 36 characters, will be accepted.</td>\n</tr>\n<tr>\n<td>1.01-02</td>\n<td>Modification</td>\n<td>n/a</td>\n<td>n/a</td>\n<td>Updated documentation to clarify the OAuth process for authentication</td>\n</tr>\n<tr>\n<td>1.0</td>\n<td>n/a</td>\n<td>(all)</td>\n<td>(all)</td>\n<td>Initial creation of the API Service for OneRoster calls</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"initial-setup\">Initial Setup</h1>\n<p>Before attempting to interface with SchoolTool, the district must first install the API Service on any web server used to access SchoolTool. Note that each server must have TLS 1.2 enabled. Refer to the Installing the <em>API Service for OneRoster</em> documentation for the steps required to install this.</p>\n<p>Once the API Service has been installed, log into SchoolTool and navigate to <strong>Maintenance &gt; Application &gt; API Security</strong> (note that access to this area is controlled by security permissions in SchoolTool) to define the vendor, including the name and token, and configure access to individual API calls.</p>\n<ol>\n<li><p>In the API Security area, ensure that “Enable Web API” is checked at the top of the screen.</p>\n</li>\n<li><p>If the district is using a load balancer that is configured to forward X-Forwarded-For headers and has any vendors set up with IP Address restrictions (see step 6 below), check the \"Include IPs in Headers\" option at the top of the screen. This option allows districts to determine whether or not SchoolTool will reference the X-Forwarded-For headers when determining if the originating IP address is allowed for that particular vendor.<br> * When enabled (checked), SchoolTool will look at the X-Forwarded-For headers provided by the load balancer and will compare those IP addresses to the list of IPs that are allowed for that vendor. Vendors configured to allow <em>any</em> IP address will not be impacted by this setting.<br> * When disabled (unchecked), SchoolTool will not look at X-Forwarded-For headers from the load balancer. If a vendor is restricted to specific IP addresses, those calls may fail when this option is disabled as SchoolTool will be unable to identify the originating IP addresses._<strong>__Important Note:</strong>_ This option is disabled (unchecked) by default and should <em>not</em> be enabled in districts that are not behind a load balancer or for districts whose load balancer is not configured to forward X-Forwarded-For headers.</p>\n</li>\n<li><p>Click the Add button to configure vendor access.</p>\n</li>\n<li><p>Enter the Vendor and Token (these will be used as the username and password, respectively, when authenticating via OAuth).<br> * <strong>Vendor</strong>: Enter a unique vendor name as an identifier. This may be a specific application name or simply a category used to identify the type of access.<br> * <strong>Authentication Token</strong>: This may be any alphanumeric token, up to 50 characters in length, and must be unique for each vendor entered in this area. This token must be provided in the authorization header of the request made by another application.</p>\n<ol>\n<li>If the vendor supports Scopes and the district is configured to authenticate via the SchoolTool Identity Server, click the Sync button next to the Vendor name to automatically generate a Client ID and Token (Client Secret), rather than manually entering the Authentication Token. Use the Client ID as the Username and the Client Secret as the Password. You'll also need to provide the scopes as a parameter in the Token request.</li>\n</ol>\n</li>\n<li><p>Enter any IP Address restrictions, if needed (if no IPs are entered, calls will be accepted from any IP address). If using IP Address restrictions in a load-balanced environment, you may need to enable the \"Include IPs in Headers\" option. Refer to Step 2, above, for more information.</p>\n</li>\n<li><p>Select the appropriate API calls as needed and click the Add button for each until all necessary calls have been added.<br> All OneRoster calls begin with “APIService”.</p>\n</li>\n</ol>\n<h2 id=\"optional-parameters\">Optional Parameters</h2>\n<p>API calls support optional parameters to specify paging options, sorting, and filters. To enter parameters, use a question mark (?) followed by the parameter and associated variable (parameter=value) at the end of the URL. If using multiple parameters, these should be separated with an ampersand (&amp;) character.<br>The data fields that can be used as filters are those returned in the specific call being filtered.</p>\n<p>Please note that filter requests must include the predicate in encoded form in the following format:</p>\n<p><code>?filter=</code></p>\n<p><em>Note that the term must include an encoded space ( ) both before and after the operator.</em></p>\n<p>For example:</p>\n<p><code>https://mydistrict.org/mysite/STAPIService/ims/oneroster/v1p1/schools/09761684-267f-4gf6-a37a-f2dc78647aj3/terms?filter=schoolYear='2019'%20And%20title='Q1'</code></p>\n<p><em>Returns terms from 2018-2019 school year (the year ending in “2019”) where term name is equal to “Q1”.</em></p>\n<p>Special characters such as spaces and quotation marks should also be encoded; if not encoded, the call will return an error.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Character</th>\n<th>Encoded Form</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Space</td>\n<td></td>\n</tr>\n<tr>\n<td>Quotation mark (“)</td>\n<td>'</td>\n</tr>\n</tbody>\n</table>\n</div><p>Allowed filter operations include the following:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Predicate</th>\n<th>Representation</th>\n<th>Encoded Form</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equals</td>\n<td>=</td>\n<td>=</td>\n</tr>\n<tr>\n<td>Not Equal</td>\n<td>!=</td>\n<td>!=</td>\n</tr>\n<tr>\n<td>Greater Than</td>\n<td>&gt;</td>\n<td>&gt;</td>\n</tr>\n<tr>\n<td>Greater Than or Equal</td>\n<td>&gt;=</td>\n<td>&gt;=</td>\n</tr>\n<tr>\n<td>Lesser Than</td>\n<td>&lt;</td>\n<td>&lt;</td>\n</tr>\n<tr>\n<td>Lesser Than or Equal</td>\n<td>&lt;=</td>\n<td>&lt;=</td>\n</tr>\n<tr>\n<td>Contains</td>\n<td>~</td>\n<td>~</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"sorting\">Sorting</h2>\n<p>GET requests support sorting based on a single data field through the use of the <code>sort</code> and <code>orderBy</code> parameters. To enter sort parameters, use the <code>sort</code> parameter and desired data field. By default, calls are sorted in ascending order; to change this, add <code>&amp;orderBy=[asc|desc]</code> after the sort parameter.</p>\n<p>Supported formats:<br><code>?sort=data_field</code></p>\n<p>or</p>\n<p><code>?sort=data_field&amp;orderBy=[asc|desc]</code></p>\n<p><em>The data fields that can be used for sorting are those returned in the specific call being filtered.</em></p>\n<p>Example:</p>\n<p><code>GET https://mydistrict.org/mysite/ims/oneroster/v1p1/Courses?sort=title&amp;orderBy=desc</code></p>\n<p><em>This will return all courses, sorted by title in descending order.</em></p>\n<h2 id=\"field-selection\">Field Selection</h2>\n<p>GET requests support field selection through the use of the <code>fields</code> parameter. To specify which data fields should be returned in the collection, use the <code>fields</code> parameter with a comma-separated list of data fields.</p>\n<p>Example:</p>\n<p><code>GET https://mydistrict.org/mysite/ims/oneroster/v1p1/Courses?fields=title,courseCode,sourcedId,dateLastModified</code></p>\n<p><em>This will return the title, courseCode, sourcedId, and dateLastModified fields for all courses in the collection.</em></p>\n<p><em>Note: If the call specifies that data be selected using a field that does not exist, all data for the record will be returned. If the call specifies that data be selected using a blank field, this will be treated as an invalid request and will result in a failure code.</em></p>\n<h2 id=\"paging-options\">Paging Options</h2>\n<p>GET requests support paging through the use of the <code>Limit</code> and <code>Offset</code> parameters.</p>\n<p>* <code>Limit</code> = value (total number of items to be returned) (default = 200)<br>* <code>Offset</code> = value (start point of records to be returned) (default = 0)</p>\n<p>Example:</p>\n<p><code>GET https://mydistrict.org/mysite/ims/oneroster/v1p1/students?limit=250&amp;offset=100</code></p>\n<p><em>This will return 250 items, beginning with 100.</em></p>\n<p>Note: When selecting an offset beyond the range of actual results, an empty response will be returned.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Initial Setup","slug":"initial-setup"}],"owner":"8225618","collectionId":"491052e5-dc58-403d-9603-f54189ddf137","publishedId":"TzzGHtti","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2024-04-11T21:29:39.000Z"},"item":[{"name":"Authorization","item":[{"name":"Token (Without Scopes)","event":[{"listen":"test","script":{"id":"f8879157-b815-4fdc-9ded-16a33e648cbd","exec":["var data = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"ApiServiceToken\", data.access_token);\r",""],"type":"text/javascript","packages":{}}}],"id":"8e95d3cc-700a-4803-b85d-342da33468dd","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"auth":{"type":"basic","basic":{"password":"{{SchoolToolApiSecurityToken}}","username":"{{SchoolToolApiSecurityVendor}}"},"isInherited":false},"method":"POST","header":[{"key":"content-type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"grant_type=client_credentials"},"url":"{{URL}}/token","description":"<h3 id=\"granting-oauth-token\">Granting OAuth Token</h3>\n<p>Use this to generate a token, which should then be used in the Authorization in subsequent calls during this session.</p>\n<p>Using a POST request to <code>{{District URL}}/ims/oneroster/v1p1/Token</code>, pass a registered username and password, with a parameter of <code>grant_type=client_credentials</code>. The username must match the Vendor Name entered in SchoolTool's API Security area, and the password should be the Authentication Token specified for that vendor in SchoolTool.</p>\n<p>The call must include a header of “<code>Content-Type: application/x-www-form-urlencoded</code>” and an Authorization type of “<code>Basic</code>” followed by the encoded <code>Client_ID</code> (Vendor Name) and <code>Client_Secret</code> (Token).</p>\n<h3 id=\"subsequent-calls\">Subsequent Calls</h3>\n<p>Once the token has been obtained, all calls should use Bearer auth, replacing the {{apiServiceToken}} with the value that was provided for the “access_token” in the previous return:</p>\n<p><code>Content-Type: application/x-www-form-urlencoded</code></p>\n<p><code>Authorization: Bearer {{apiServiceToken&gt;}}</code></p>\n","urlObject":{"path":["token"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b33ea1f8-4127-43f2-893c-4f8b82aa376a","name":"Token","originalRequest":{"method":"POST","header":[{"key":"content-type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"grant_type=client_credentials"},"url":"{{URL}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"315"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|5880a9a6-30e5-4c8f-a78b-02b61d71504e|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=5880a9a6-30e5-4c8f-a78b-02b61d71504e; path=/"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 13:40:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"this_is_a_randomly_generated_access_token_qVlhsnne3Jj-5lVT7ooTwPtW2IJpRDfbPW_qG1i1XhQIf2A12LM_QawnRSzbKg3H0RwP6XFBmJETdKLvW2-ykEj0k8S_fOUdSfvOpoFaHG4xzoO7EQNglsEqE1ae5p8MuY1-7eQj5bSJIe1bGz8exciZRdpFv6J93D2gCNWC5tG1V1tOZ3eJ-LIBNK6L40nJdPKHStiBNrR8E\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 3599\n}"}],"_postman_id":"8e95d3cc-700a-4803-b85d-342da33468dd"},{"name":"Token (OAuth 2.0 + Scopes)","event":[{"listen":"test","script":{"id":"f8879157-b815-4fdc-9ded-16a33e648cbd","exec":["var data = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"ApiServiceToken\", data.access_token);\r",""],"type":"text/javascript","packages":{}}}],"id":"f4a0a432-9f5f-499f-a4b2-0a6a3567aa5b","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"auth":{"type":"basic","basic":{"username":"{{OneRosterConsumerKey}}","password":"{{OneRosterConsumerToken}}"},"isInherited":false},"method":"POST","header":[{"key":"content-type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"grant_type=client_credentials&scope={{Scopes}}"},"url":"{{URL}}/token","description":"<h3 id=\"granting-oauth-token\">Granting OAuth Token</h3>\n<p>Use this to generate a token, which should then be used in the Authorization in subsequent calls during this session.</p>\n<p>Using a POST request to <code>{{District URL}}/ims/oneroster/v1p1/Token</code>, pass a registered username and password, with a parameter of <code>grant_type=client_credentials&amp;scope={{Scopes}}</code>. The username must match the Client ID entered in SchoolTool's API Security area, and the password should be the Client Secret specified for that vendor in SchoolTool.</p>\n<p>The call must include a header of “<code>Content-Type: application/x-www-form-urlencoded</code>” and an Authorization type of “<code>Basic</code>” followed by the encoded <code>Client_ID</code> and <code>Client_Secret</code>.</p>\n<h4 id=\"scopes\">Scopes</h4>\n<p>Scopes to pass in the Token call include the following:</p>\n<p><code>https://purl.imsglobal.org/spec/or/v1p1/scope/roster-core.readonly</code><br /><code>https://purl.imsglobal.org/spec/or/v1p1/scope/roster.readonly</code><br /><code>https://purl.imsglobal.org/spec/or/v1p1/scope/gradebook.readonly</code><br /><code>https://purl.imsglobal.org/spec/or/v1p1/scope/gradebook.createput</code><br /><code>https://purl.imsglobal.org/spec/or/v1p1/scope/gradebook.delete</code></p>\n<h3 id=\"subsequent-calls\">Subsequent Calls</h3>\n<p>Once the token has been obtained, all calls should use Bearer auth, replacing the {{apiServiceToken}} with the value that was provided for the “access_token” in the previous return:</p>\n<p><code>Content-Type: application/x-www-form-urlencoded</code></p>\n<p><code>Authorization: Bearer {{apiServiceToken&gt;}}</code></p>\n","urlObject":{"path":["token"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"71ec5b31-9136-47b3-94f5-4068cb17e29a","name":"Token (OAuth 2.0 + Scopes)","originalRequest":{"method":"POST","header":[{"key":"content-type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"grant_type=client_credentials&scope={{Scopes}}"},"url":"{{URL}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V2|77e62439-9503-4ac4-95da-31bc23474221|C81600|CD20"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 13 Dec 2024 18:30:31 GMT"},{"key":"Content-Length","value":"1601"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"access_token\": \"this_is_a_randomly_generated_access_token_KWj7puqKkhewGe5vY8qUvf0x_UmKSbe7u3xN_Gdw_g4PJBot8rnMQMQ-CbXDgvFFjVoswIlC5o8Ll0wNG1rBp_6JrRRObScxZ1LYP1oy2KelytKJg-CzL2TK2oGNYjt4NAfD_Sp9P9IuAS5Pd04WYvdREjyIpeU1aXBhiiBqKfd6RavHmWtllzpzs3bnImMQ3b_mfKQahTLOlIhWkEeooH6g5_lfpWdJn2OaXi_58VTEebsTqqeM7aAMTujZqblaPRNAEmYMCnt-PcgGcxv_FDRQvfOEFzX4_OCYJUN8y-YY0HT44w37yrvjZ0MRg144qxBW6JITvgVfaT3lRu0iRg\",\n    \"expires_in\": 3600,\n    \"token_type\": \"Bearer\",\n    \"scope\": \"https://purl.imsglobal.org/spec/or/v1p1/scope/gradebook.createput https://purl.imsglobal.org/spec/or/v1p1/scope/gradebook.delete https://purl.imsglobal.org/spec/or/v1p1/scope/gradebook.readonly https://purl.imsglobal.org/spec/or/v1p1/scope/roster-core.readonly https://purl.imsglobal.org/spec/or/v1p1/scope/roster.readonly\"\n}"}],"_postman_id":"f4a0a432-9f5f-499f-a4b2-0a6a3567aa5b"}],"id":"ef7ab183-5bb7-4500-91db-f7d283852b5e","description":"<p>Authentication will be done using OAuth 2.0. This allows a consumer to make secure calls to the API through the use of token authentication.</p>\n","_postman_id":"ef7ab183-5bb7-4500-91db-f7d283852b5e"},{"name":"Schools (BSLs)","item":[{"name":"/Orgs","event":[{"listen":"test","script":{"id":"8d3a3d76-c176-43c3-a504-e044f2d1b625","exec":["var data = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"BuildingSchoolLevelGuid\", data.orgs[0].sourcedId);\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","const responseJson = pm.response.json();\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.orgs[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.orgs[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.orgs[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.orgs[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.orgs[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.orgs[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.orgs[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.orgs[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.orgs[0].dateLastModified).to.be.an(\"string\");\r","\r","})"],"type":"text/javascript"}}],"id":"8b5f8705-6f6e-42ae-b64e-3db24ce91f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/orgs","urlObject":{"path":["orgs"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"04428b30-ed6c-47e0-8eec-80474a0b9c66","name":"/Orgs","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/orgs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|6bc6ea05-b8e5-4f0d-9a22-a9f88d6435ad|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=6bc6ea05-b8e5-4f0d-9a22-a9f88d6435ad; path=/"},{"key":"X-Total-Count","value":"4"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 14:38:51 GMT"},{"key":"Content-Length","value":"1999"}],"cookie":[],"responseTime":null,"body":"{\n    \"orgs\": [\n        {\n            \"name\": \"Mindex HS/Jr/Sr High School\",\n            \"type\": \"school\",\n            \"identifier\": \"9\",\n            \"parent\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"sourcedId\": \"f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-25\",\n            \"metadata\": {\n                \"@refId\": \"1741f249-0006-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"name\": \"Mindex MS/Elementary School\",\n            \"type\": \"school\",\n            \"identifier\": \"11\",\n            \"parent\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"sourcedId\": \"f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-07-01\",\n            \"metadata\": {\n                \"@refId\": \"e893768b-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"name\": \"Test/Elementary\",\n            \"type\": \"school\",\n            \"identifier\": \"12\",\n            \"parent\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"sourcedId\": \"f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"fa826abf-1203-4950-a9c7-1db41f550599\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-13\",\n            \"metadata\": {\n                \"@refId\": \"e893768c-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"name\": \"MONROE CITY CSD\",\n            \"type\": \"district\",\n            \"identifier\": \"186\",\n            \"children\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                    \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                    \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/fa826abf-1203-4950-a9c7-1db41f550599\",\n                    \"sourcedId\": \"fa826abf-1203-4950-a9c7-1db41f550599\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"sourcedId\": \"f86aecd2-3802-44cf-b737-f04d62b78202\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26\"\n        }\n    ]\n}"}],"_postman_id":"8b5f8705-6f6e-42ae-b64e-3db24ce91f7f"},{"name":"/Schools","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"596164e2-e4c1-4cdc-a6aa-e018becd272e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Schools","description":"<p>Returns information about all active building school levels in the district</p>\n","urlObject":{"path":["Schools"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"33de407f-f558-48f3-b66f-6e15c831bc59","name":"/Schools","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Schools"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|7e6c1f84-dd55-4f23-ba8f-95f46fa494e9|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=7e6c1f84-dd55-4f23-ba8f-95f46fa494e9; path=/"},{"key":"X-Total-Count","value":"3"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 14:48:01 GMT"},{"key":"Content-Length","value":"1287"}],"cookie":[],"responseTime":null,"body":"{\n    \"schools\": [\n        {\n            \"name\": \"Mindex HS/Jr/Sr High School\",\n            \"type\": \"school\",\n            \"identifier\": \"9\",\n            \"parent\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/schools/f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"sourcedId\": \"f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-25\",\n            \"metadata\": {\n                \"@refId\": \"1741f249-0006-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"name\": \"Mindex MS/Elementary School\",\n            \"type\": \"school\",\n            \"identifier\": \"11\",\n            \"parent\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/schools/f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"sourcedId\": \"f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-07-01\",\n            \"metadata\": {\n                \"@refId\": \"e893768b-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"name\": \"Test/Elementary\",\n            \"type\": \"school\",\n            \"identifier\": \"12\",\n            \"parent\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/schools/f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"sourcedId\": \"f86aecd2-3802-44cf-b737-f04d62b78202\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"fa826abf-1203-4950-a9c7-1db41f550599\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-13\",\n            \"metadata\": {\n                \"@refId\": \"e893768c-003c-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"596164e2-e4c1-4cdc-a6aa-e018becd272e"},{"name":"/Schools/{{School}}","event":[{"listen":"test","script":{"id":"280c7ec3-cb2e-4243-b60e-d19fe68398a8","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"3657c33b-8d57-4f9a-8727-e8526d88f8fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}","description":"<p>Returns information about a specific building school level.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"dea4d4ef-9081-4044-9f03-1dc822922941","name":"/Schools/{{School}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|4ee92d53-fb33-4756-b6ea-32a2f4f53101|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=4ee92d53-fb33-4756-b6ea-32a2f4f53101; path=/"},{"key":"X-Total-Count","value":"1"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 14:48:43 GMT"},{"key":"Content-Length","value":"438"}],"cookie":[],"responseTime":null,"body":"{\n    \"school\": {\n        \"name\": \"Mindex HS/Jr/Sr High School\",\n        \"type\": \"school\",\n        \"identifier\": \"9\",\n        \"parent\": {\n            \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/schools/f86aecd2-3802-44cf-b737-f04d62b78202\",\n            \"sourcedId\": \"f86aecd2-3802-44cf-b737-f04d62b78202\",\n            \"type\": \"org\"\n        },\n        \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2021-08-25\",\n        \"metadata\": {\n            \"@refId\": \"1741f249-0006-0000-0000-000000000000\"\n        }\n    }\n}"}],"_postman_id":"3657c33b-8d57-4f9a-8727-e8526d88f8fd"}],"id":"37e8b7c1-025c-4db1-8b0c-e28f1c3ddc75","description":"<p>Returns information about active building school levels.</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>Building and School Level names, separated by a “/” (“Building Name/School Name”)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Enum (OrgType)</td>\n<td>Possible values:  “school” or “district”</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>String</td>\n<td>SchoolTool ID (used behind the scenes in SchoolTool to identify the building school level)</td>\n</tr>\n<tr>\n<td>parent<ul><li>href</li><li>sourcedId</li><li>type</li></ul></td>\n<td>Array<ul><li>URI</li><li>GUID</li><li>Enum (String)</li></ul></td>\n<td>Description<ul><li>For building school level records, this references the district-level record to which the building school level belongs</li><li>The unique identifier (GUID_ID) for the district that each building school levels belongs to</li><li>Always returns “org”</li></ul></td>\n</tr>\n<tr>\n<td>children<ul><li>href</li><li>sourcedId</li><li>type</li><ul></ul></ul></td>\n<td>Array <ul><li>URI</li><li>GUID</li><li>Enum</li></ul></td>\n<td>Description<ul><li>For district-level records, this references each building school level included in this district</li><li>The unique identifier (GUID_ID) of the each building school level within the district</li><li>Always returns “org”</li><ul></ul></ul></td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td>GUID</td>\n<td>The GUID_ID of the building school level</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Enum (StatusType)</td>\n<td>Always returns “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td>Always displays current date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"37e8b7c1-025c-4db1-8b0c-e28f1c3ddc75"},{"name":"Grading Intervals (Marking Periods & Semesters)","item":[{"name":"/AcademicSessions","event":[{"listen":"test","script":{"id":"a58bf324-accb-4094-be65-577f16d2dee9","exec":[""],"type":"text/javascript"}}],"id":"6af6b99d-d4fc-4cd9-937a-b8a7f46bc4b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/AcademicSessions","description":"<p>Returns information about all semesters and marking periods for the entire district.</p>\n","urlObject":{"path":["AcademicSessions"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ea5934ce-a7fb-4deb-b092-6621cd9dce70","name":"/AcademicSessions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/AcademicSessions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|2f4f24da-e5ad-4f24-b801-e1b425b278f5|"},{"key":"X-Total-Count","value":"452"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 17:53:42 GMT"},{"key":"Content-Length","value":"22122"}],"cookie":[],"responseTime":null,"body":"{\n    \"academicSessions\": [\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-10-06\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"72a35efc-d34e-4189-bfc2-5fb59291877b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"95bbb272-2349-458d-a943-06f3d86f44a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1651ab90-57d0-44f9-a42b-e5bca9f89b88\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fbf5afb6-0b45-4324-b331-a157bb2940dd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"519a2551-0c0a-4006-98f5-310bae03a7e6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-10-10\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"38d727c3-eead-4b72-81a5-2d7ca601dde2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2006-12-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"13be1ad7-2254-40ed-a325-e59902bd5247\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1e50c069-1cd3-4174-b592-15ffd8eaeaf4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-01-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"751a3223-70c6-46cc-8679-8ff65842547a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"617d5668-cbc8-4698-8b06-60eb99050d82\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"9c08b164-7b5b-47e0-bb6c-d31a0e513509\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2006-12-14\",\n            \"endDate\": \"2007-01-29\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"283c06fd-b410-410a-a537-c4cdf1e4a74d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-01-29\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"8413f614-75e7-4720-9ef9-3fc6858826e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q5\",\n            \"startDate\": \"2007-01-30\",\n            \"endDate\": \"2007-03-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fb92a4eb-9b38-4baf-bf48-c1a16d1a01cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fd89be73-bd13-4549-bdab-7444f3d08522\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"93035d49-c8c4-4d4a-bf76-57f368aac7f6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"34e48cf7-659f-4dae-b72c-f5f828b467cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q6\",\n            \"startDate\": \"2007-03-05\",\n            \"endDate\": \"2007-04-12\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1c6bc75d-a73e-43a2-91a5-2b589f1d45c1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q7\",\n            \"startDate\": \"2007-04-13\",\n            \"endDate\": \"2007-05-11\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"669f9e30-6004-4d2a-b93b-014cd1a4978c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"f42e8bc7-6530-467d-afb4-a3e5a02bffcf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"79b180ad-f051-41e2-b99a-347ccb2c26c3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"584b2be4-fadf-4bca-b6b5-98e4818097cd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"408f4ce6-ad77-46a6-a65b-4f2cfa4945c7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q8\",\n            \"startDate\": \"2007-05-14\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"576b10d0-d8aa-49ca-9725-d1f4b368053d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2007-10-16\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"537de362-20ec-4e7a-bc36-6a5f3ecd0311\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2007-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"b75fe127-447f-486c-b7e8-5de88bbeb619\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"35ce0d1f-745e-450f-a6bc-087c59fbf19c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"72107f30-1994-43a3-9ec2-370ad8710ed3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"31927694-4789-4dbc-b73f-58b488a48dd9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2007-10-17\",\n            \"endDate\": \"2007-11-30\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"97b270a3-e0b8-4c1a-a015-35f0d8285d6f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2007-11-10\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"9f03e942-224e-48c7-9629-c8162e1487a5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2007-12-03\",\n            \"endDate\": \"2008-01-28\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"99d0caa9-36f5-43e8-956f-51ccc622dedf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2008-01-26\",\n            \"endDate\": \"2008-04-04\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"2243b76f-5a0b-4d94-8915-41ce9df17e77\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"11945c47-a159-4d63-ab24-7e5ba5c6defa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"9fd9300b-acea-40b4-9fcd-f38f876921f1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"8d1ea16d-5511-41a6-9555-45b535e58fdd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2008-01-29\",\n            \"endDate\": \"2008-03-12\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"75ec204f-c552-43b7-8f5f-9de0d78bc902\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2008-03-13\",\n            \"endDate\": \"2008-05-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"ed228409-c5a0-49ba-a8d5-2ea22f26a27a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2008-04-05\",\n            \"endDate\": \"2008-06-17\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"8c97d2bc-6ac8-4d2d-8ac9-7e14e3a6a8f0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2008-05-05\",\n            \"endDate\": \"2008-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"cfe6cc18-ddae-47a4-978d-bbbedbea1c4a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-11-07\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"79a705f8-6876-4260-b284-f43a89af4135\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"97720805-3d86-489c-81f9-5a74ddfe229e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"399c7928-6278-45ca-be45-bfa06482c364\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"5c377bd3-bb3f-4983-a896-ff570d49cb78\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2008-09-03\",\n            \"endDate\": \"2008-10-15\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"a986dd26-2cde-4927-a75b-faebccd20977\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2008-10-16\",\n            \"endDate\": \"2008-11-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"a7117f5b-3267-46e8-b365-e830670ec7b8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2008-11-08\",\n            \"endDate\": \"2009-01-23\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"4b4008d6-4436-4095-8d6c-40aae17b5d55\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2008-12-01\",\n            \"endDate\": \"2009-02-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"65ed3e2b-3dc5-4ea8-813a-97ff40c70607\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"e9199aee-25a2-4b49-9013-a7db665cce2b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"ab1eba49-9838-4c82-a717-610a9f474201\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"037d90ef-c1e0-4bd0-9c77-b6a22f4bf000\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2009-01-24\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"df67cb44-5312-4a19-a41c-efd8499b58ed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2009-02-03\",\n            \"endDate\": \"2009-03-15\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"3f859043-f36b-446f-be3e-451bd02dc719\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2009-03-16\",\n            \"endDate\": \"2009-05-03\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"f9674fec-cb97-43c1-bf5e-422dc72bc949\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2009-03-28\",\n            \"endDate\": \"2009-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"d0c806d7-bfec-438e-a25c-b2f233a6f0d9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"99657c78-02b8-4bba-a6d6-81914ec4e94c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"c36bdedb-27f5-41f0-a409-c74300bc3b1b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"01314ffe-5950-444c-923b-4f0d9d6c3b62\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2009-05-04\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"93bc40da-91e4-4d3e-9a5e-eda36c0a6de5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"1538ca0c-82e2-45f8-94be-9e706fd144bd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-10-14\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0a1bbe91-da48-4d0a-a947-34e483e5bba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-06\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"21fe31e6-34ce-4902-be17-fd7cff6bdde0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"90f9ae9b-233e-466a-81ba-76e42760850a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"3316c01e-dd3a-4435-8966-2aa9824cfe95\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2009-10-15\",\n            \"endDate\": \"2009-11-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"edea7c6f-253f-4037-90ea-9a5880aea033\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2009-11-07\",\n            \"endDate\": \"2010-01-29\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"391beedf-23ed-48f4-9e9b-e5db24efbeda\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5885f02d-45db-40d7-aaf6-c551b238b4b2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"2d593bfe-a988-4422-9f29-ea2295fb54a1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"99fd9906-6736-42d1-ab64-4f44d4b451ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2009-11-30\",\n            \"endDate\": \"2010-02-01\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5a1ab8ed-769a-48f6-bddb-13e2636a6edd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2010-01-30\",\n            \"endDate\": \"2010-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"4eeaf872-d42b-4490-a364-146faaca615e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2010-02-02\",\n            \"endDate\": \"2010-03-15\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0a279229-b529-473e-a41d-9a3b23c65d31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"b02d98a8-a207-40c3-a2ce-af83fa489d9b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5bea6bc4-ad3f-4231-b6b5-c9f4ef8ed451\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0d201b5b-5c1c-4819-8b80-4eb75dee4ca4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2010-03-16\",\n            \"endDate\": \"2010-05-03\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"296d4d21-f811-4c57-a6a5-605d4366625c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2010-04-14\",\n            \"endDate\": \"2010-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"7bc0b125-6ecd-4d37-9216-65938aef7e16\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2010-05-04\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"cbfaa7bd-fcff-4107-b495-e63f910600ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-10-14\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"401899de-36e6-4575-9d3d-1523a5806a69\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-05\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"2d603454-b7cd-4f15-9c11-b80d2539542e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"52505f49-ce89-479b-8d0e-41eb6dec8da5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"daf7bf5b-0ae2-4a0a-8f0d-201581e4368c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"21d7b2b7-6f06-4670-9554-000574169457\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2010-10-15\",\n            \"endDate\": \"2010-11-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"96f8a142-e283-4c9d-866f-3b4d841916de\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2010-11-06\",\n            \"endDate\": \"2011-01-28\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"2c3a905e-0828-4b28-bc7c-c9ec91527713\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"8a53ba6f-c847-49ae-a8ae-3c328c6106a2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"13476c95-21a9-4bdf-950a-9d05935fc934\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"6002d234-142f-43db-84ae-656ae850f7ab\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2010-11-29\",\n            \"endDate\": \"2011-01-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"cd9cec2a-2f28-4ed4-b70b-4516d281bc65\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2011-01-29\",\n            \"endDate\": \"2011-04-08\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"ae4cb7d3-ac0b-415c-99c9-a42920d87236\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2011-01-31\",\n            \"endDate\": \"2011-03-18\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"44e28460-308e-4ae9-8945-48c94342acc0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"281b9245-fd00-484b-80d0-f3b7f4015044\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"63e8d789-4390-41ca-9547-57b8f9e98721\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"62540e56-0f98-429c-be16-66562a106cdd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2011-03-21\",\n            \"endDate\": \"2011-05-03\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"817dde0c-22d9-47fb-b193-0c96911a15d3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2011-04-09\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"b1822199-d5b6-4fd4-84aa-99155671e74d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2011-05-04\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"e431dd49-e959-4ed3-866e-6398b018c34b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-04\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"e37c958d-1667-4180-9946-cabb759cb6bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-04\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"e700865f-0625-4f10-9539-a159c26d0aff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"0aacb38a-3bd8-4c15-8fcd-550a5860043d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        }\n    ]\n}"}],"_postman_id":"6af6b99d-d4fc-4cd9-937a-b8a7f46bc4b3"},{"name":"/AcademicSessions/{{AcademicSession}}","event":[{"listen":"test","script":{"id":"a58bf324-accb-4094-be65-577f16d2dee9","exec":[""],"type":"text/javascript"}}],"id":"d7d79fa1-f8ec-4cbe-9960-76e5e5a1248b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/AcademicSessions/{{AcademicSessionSourcedID}}","description":"<p>Returns information about a specific semester or marking period.</p>\n","urlObject":{"path":["AcademicSessions","{{AcademicSessionSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4a0d4a45-e8df-4b66-b08d-e1c87b182dd5","name":"/AcademicSessions/{{AcademicSession}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/AcademicSessions/{{AcademicSessionSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|70f7cbf2-589c-4861-9bc1-3f9aad83e445|"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 17:53:49 GMT"},{"key":"Content-Length","value":"240"}],"cookie":[],"responseTime":null,"body":"{\n    \"academicSession\": {\n        \"title\": \"Q1\",\n        \"startDate\": \"2006-09-05\",\n        \"endDate\": \"2006-10-06\",\n        \"type\": \"gradingPeriod\",\n        \"schoolYear\": \"2007\",\n        \"sourcedId\": \"72a35efc-d34e-4189-bfc2-5fb59291877b\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n    }\n}"}],"_postman_id":"d7d79fa1-f8ec-4cbe-9960-76e5e5a1248b"},{"name":"/Terms","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"53ca3d97-a180-4f19-a4d6-76f58275843a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/terms","description":"<p>Returns information about all defined semesters and marking periods for the entire district.</p>\n","urlObject":{"path":["terms"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2a8d3ba2-8523-4409-9060-1500d494872d","name":"/Terms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/terms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|e19ef0b0-a1f6-4536-b4ef-f8564acf590e|"},{"key":"X-Total-Count","value":"452"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 25 Oct 2022 19:10:38 GMT"},{"key":"Content-Length","value":"21222"}],"cookie":[],"responseTime":null,"body":"{\n    \"academicSessions\": [\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-10-06\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"72a35efc-d34e-4189-bfc2-5fb59291877b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"95bbb272-2349-458d-a943-06f3d86f44a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1651ab90-57d0-44f9-a42b-e5bca9f89b88\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fbf5afb6-0b45-4324-b331-a157bb2940dd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"519a2551-0c0a-4006-98f5-310bae03a7e6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-10-10\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"38d727c3-eead-4b72-81a5-2d7ca601dde2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2006-12-13\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"13be1ad7-2254-40ed-a325-e59902bd5247\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1e50c069-1cd3-4174-b592-15ffd8eaeaf4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-01-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"751a3223-70c6-46cc-8679-8ff65842547a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"617d5668-cbc8-4698-8b06-60eb99050d82\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"9c08b164-7b5b-47e0-bb6c-d31a0e513509\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2006-12-14\",\n            \"endDate\": \"2007-01-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"283c06fd-b410-410a-a537-c4cdf1e4a74d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-01-29\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"8413f614-75e7-4720-9ef9-3fc6858826e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q5\",\n            \"startDate\": \"2007-01-30\",\n            \"endDate\": \"2007-03-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fb92a4eb-9b38-4baf-bf48-c1a16d1a01cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fd89be73-bd13-4549-bdab-7444f3d08522\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"93035d49-c8c4-4d4a-bf76-57f368aac7f6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"34e48cf7-659f-4dae-b72c-f5f828b467cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q6\",\n            \"startDate\": \"2007-03-05\",\n            \"endDate\": \"2007-04-12\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1c6bc75d-a73e-43a2-91a5-2b589f1d45c1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q7\",\n            \"startDate\": \"2007-04-13\",\n            \"endDate\": \"2007-05-11\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"669f9e30-6004-4d2a-b93b-014cd1a4978c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"f42e8bc7-6530-467d-afb4-a3e5a02bffcf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"79b180ad-f051-41e2-b99a-347ccb2c26c3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"584b2be4-fadf-4bca-b6b5-98e4818097cd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"408f4ce6-ad77-46a6-a65b-4f2cfa4945c7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q8\",\n            \"startDate\": \"2007-05-14\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"576b10d0-d8aa-49ca-9725-d1f4b368053d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2007-10-16\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"537de362-20ec-4e7a-bc36-6a5f3ecd0311\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2007-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"b75fe127-447f-486c-b7e8-5de88bbeb619\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"35ce0d1f-745e-450f-a6bc-087c59fbf19c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"72107f30-1994-43a3-9ec2-370ad8710ed3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"31927694-4789-4dbc-b73f-58b488a48dd9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2007-10-17\",\n            \"endDate\": \"2007-11-30\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"97b270a3-e0b8-4c1a-a015-35f0d8285d6f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2007-11-10\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"9f03e942-224e-48c7-9629-c8162e1487a5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2007-12-03\",\n            \"endDate\": \"2008-01-28\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"99d0caa9-36f5-43e8-956f-51ccc622dedf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2008-01-26\",\n            \"endDate\": \"2008-04-04\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"2243b76f-5a0b-4d94-8915-41ce9df17e77\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"11945c47-a159-4d63-ab24-7e5ba5c6defa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"9fd9300b-acea-40b4-9fcd-f38f876921f1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"8d1ea16d-5511-41a6-9555-45b535e58fdd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2008-01-29\",\n            \"endDate\": \"2008-03-12\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"75ec204f-c552-43b7-8f5f-9de0d78bc902\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2008-03-13\",\n            \"endDate\": \"2008-05-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"ed228409-c5a0-49ba-a8d5-2ea22f26a27a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2008-04-05\",\n            \"endDate\": \"2008-06-17\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"8c97d2bc-6ac8-4d2d-8ac9-7e14e3a6a8f0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2008-05-05\",\n            \"endDate\": \"2008-06-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"cfe6cc18-ddae-47a4-978d-bbbedbea1c4a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-11-07\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"79a705f8-6876-4260-b284-f43a89af4135\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"97720805-3d86-489c-81f9-5a74ddfe229e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"399c7928-6278-45ca-be45-bfa06482c364\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"5c377bd3-bb3f-4983-a896-ff570d49cb78\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2008-09-03\",\n            \"endDate\": \"2008-10-15\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"a986dd26-2cde-4927-a75b-faebccd20977\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2008-10-16\",\n            \"endDate\": \"2008-11-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"a7117f5b-3267-46e8-b365-e830670ec7b8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2008-11-08\",\n            \"endDate\": \"2009-01-23\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"4b4008d6-4436-4095-8d6c-40aae17b5d55\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2008-12-01\",\n            \"endDate\": \"2009-02-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"65ed3e2b-3dc5-4ea8-813a-97ff40c70607\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"e9199aee-25a2-4b49-9013-a7db665cce2b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"ab1eba49-9838-4c82-a717-610a9f474201\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"037d90ef-c1e0-4bd0-9c77-b6a22f4bf000\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2009-01-24\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"df67cb44-5312-4a19-a41c-efd8499b58ed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2009-02-03\",\n            \"endDate\": \"2009-03-15\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"3f859043-f36b-446f-be3e-451bd02dc719\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2009-03-16\",\n            \"endDate\": \"2009-05-03\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"f9674fec-cb97-43c1-bf5e-422dc72bc949\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2009-03-28\",\n            \"endDate\": \"2009-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"d0c806d7-bfec-438e-a25c-b2f233a6f0d9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"99657c78-02b8-4bba-a6d6-81914ec4e94c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"c36bdedb-27f5-41f0-a409-c74300bc3b1b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"01314ffe-5950-444c-923b-4f0d9d6c3b62\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2009-05-04\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"93bc40da-91e4-4d3e-9a5e-eda36c0a6de5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"1538ca0c-82e2-45f8-94be-9e706fd144bd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-10-14\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0a1bbe91-da48-4d0a-a947-34e483e5bba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-06\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"21fe31e6-34ce-4902-be17-fd7cff6bdde0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"90f9ae9b-233e-466a-81ba-76e42760850a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"3316c01e-dd3a-4435-8966-2aa9824cfe95\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2009-10-15\",\n            \"endDate\": \"2009-11-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"edea7c6f-253f-4037-90ea-9a5880aea033\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2009-11-07\",\n            \"endDate\": \"2010-01-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"391beedf-23ed-48f4-9e9b-e5db24efbeda\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5885f02d-45db-40d7-aaf6-c551b238b4b2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"2d593bfe-a988-4422-9f29-ea2295fb54a1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"99fd9906-6736-42d1-ab64-4f44d4b451ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2009-11-30\",\n            \"endDate\": \"2010-02-01\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5a1ab8ed-769a-48f6-bddb-13e2636a6edd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2010-01-30\",\n            \"endDate\": \"2010-04-13\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"4eeaf872-d42b-4490-a364-146faaca615e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2010-02-02\",\n            \"endDate\": \"2010-03-15\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0a279229-b529-473e-a41d-9a3b23c65d31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"b02d98a8-a207-40c3-a2ce-af83fa489d9b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5bea6bc4-ad3f-4231-b6b5-c9f4ef8ed451\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0d201b5b-5c1c-4819-8b80-4eb75dee4ca4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2010-03-16\",\n            \"endDate\": \"2010-05-03\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"296d4d21-f811-4c57-a6a5-605d4366625c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2010-04-14\",\n            \"endDate\": \"2010-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"7bc0b125-6ecd-4d37-9216-65938aef7e16\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2010-05-04\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"cbfaa7bd-fcff-4107-b495-e63f910600ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-10-14\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"401899de-36e6-4575-9d3d-1523a5806a69\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-05\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"2d603454-b7cd-4f15-9c11-b80d2539542e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"52505f49-ce89-479b-8d0e-41eb6dec8da5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"daf7bf5b-0ae2-4a0a-8f0d-201581e4368c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"21d7b2b7-6f06-4670-9554-000574169457\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2010-10-15\",\n            \"endDate\": \"2010-11-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"96f8a142-e283-4c9d-866f-3b4d841916de\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2010-11-06\",\n            \"endDate\": \"2011-01-28\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"2c3a905e-0828-4b28-bc7c-c9ec91527713\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"8a53ba6f-c847-49ae-a8ae-3c328c6106a2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"13476c95-21a9-4bdf-950a-9d05935fc934\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"6002d234-142f-43db-84ae-656ae850f7ab\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2010-11-29\",\n            \"endDate\": \"2011-01-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"cd9cec2a-2f28-4ed4-b70b-4516d281bc65\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2011-01-29\",\n            \"endDate\": \"2011-04-08\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"ae4cb7d3-ac0b-415c-99c9-a42920d87236\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2011-01-31\",\n            \"endDate\": \"2011-03-18\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"44e28460-308e-4ae9-8945-48c94342acc0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"281b9245-fd00-484b-80d0-f3b7f4015044\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"63e8d789-4390-41ca-9547-57b8f9e98721\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"62540e56-0f98-429c-be16-66562a106cdd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2011-03-21\",\n            \"endDate\": \"2011-05-03\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"817dde0c-22d9-47fb-b193-0c96911a15d3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2011-04-09\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"b1822199-d5b6-4fd4-84aa-99155671e74d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2011-05-04\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"e431dd49-e959-4ed3-866e-6398b018c34b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-04\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"e37c958d-1667-4180-9946-cabb759cb6bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-04\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"e700865f-0625-4f10-9539-a159c26d0aff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"0aacb38a-3bd8-4c15-8fcd-550a5860043d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        }\n    ]\n}"}],"_postman_id":"53ca3d97-a180-4f19-a4d6-76f58275843a"},{"name":"/Terms/{{Term}}","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"985db471-e024-41b4-9a40-1ce0d6ee7242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/terms/{{TermsSourcedID}}","description":"<p>Returns information about a specific semester or marking period.</p>\n","urlObject":{"path":["terms","{{TermsSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d285bfc6-a551-46db-9c93-b829ca4b296c","name":"/Terms/{{Term}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/terms/{{TermsSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|190cbaf6-26f0-4cb7-9cb5-477aa3f97ca1|"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 25 Oct 2022 19:11:03 GMT"},{"key":"Content-Length","value":"230"}],"cookie":[],"responseTime":null,"body":"{\n    \"academicSession\": {\n        \"title\": \"S\",\n        \"startDate\": \"2007-01-30\",\n        \"endDate\": \"2007-06-22\",\n        \"type\": \"term\",\n        \"schoolYear\": \"2007\",\n        \"sourcedId\": \"fda9b1fe-a78b-4f52-b3aa-43523cec4e36\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2022-10-25T19:11:03.832Z\"\n    }\n}"}],"_postman_id":"985db471-e024-41b4-9a40-1ce0d6ee7242"},{"name":"/GradingPeriods","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"946a3e35-65eb-4344-87b2-ee6d0f39a059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/GradingPeriods","description":"<p>Returns information about all marking periods for the entire district</p>\n","urlObject":{"path":["GradingPeriods"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d245f6eb-6fef-4f39-86dc-958f3528d2f7","name":"/GradingPeriods","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/GradingPeriods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|85a444a5-4706-4c35-a5cf-e47262f08a99|"},{"key":"X-Total-Count","value":"316"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 17:54:09 GMT"},{"key":"Content-Length","value":"22122"}],"cookie":[],"responseTime":null,"body":"{\n    \"academicSessions\": [\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-10-06\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"72a35efc-d34e-4189-bfc2-5fb59291877b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"95bbb272-2349-458d-a943-06f3d86f44a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1651ab90-57d0-44f9-a42b-e5bca9f89b88\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fbf5afb6-0b45-4324-b331-a157bb2940dd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"519a2551-0c0a-4006-98f5-310bae03a7e6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-10-10\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"38d727c3-eead-4b72-81a5-2d7ca601dde2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2006-12-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"13be1ad7-2254-40ed-a325-e59902bd5247\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1e50c069-1cd3-4174-b592-15ffd8eaeaf4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-01-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"751a3223-70c6-46cc-8679-8ff65842547a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"617d5668-cbc8-4698-8b06-60eb99050d82\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2007-02-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"9c08b164-7b5b-47e0-bb6c-d31a0e513509\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2006-12-14\",\n            \"endDate\": \"2007-01-29\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"283c06fd-b410-410a-a537-c4cdf1e4a74d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-01-29\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"8413f614-75e7-4720-9ef9-3fc6858826e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q5\",\n            \"startDate\": \"2007-01-30\",\n            \"endDate\": \"2007-03-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fb92a4eb-9b38-4baf-bf48-c1a16d1a01cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fd89be73-bd13-4549-bdab-7444f3d08522\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"93035d49-c8c4-4d4a-bf76-57f368aac7f6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2007-02-05\",\n            \"endDate\": \"2007-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"34e48cf7-659f-4dae-b72c-f5f828b467cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q6\",\n            \"startDate\": \"2007-03-05\",\n            \"endDate\": \"2007-04-12\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1c6bc75d-a73e-43a2-91a5-2b589f1d45c1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q7\",\n            \"startDate\": \"2007-04-13\",\n            \"endDate\": \"2007-05-11\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"669f9e30-6004-4d2a-b93b-014cd1a4978c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"f42e8bc7-6530-467d-afb4-a3e5a02bffcf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"79b180ad-f051-41e2-b99a-347ccb2c26c3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"584b2be4-fadf-4bca-b6b5-98e4818097cd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2007-04-16\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"408f4ce6-ad77-46a6-a65b-4f2cfa4945c7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q8\",\n            \"startDate\": \"2007-05-14\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"576b10d0-d8aa-49ca-9725-d1f4b368053d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2007-10-16\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"537de362-20ec-4e7a-bc36-6a5f3ecd0311\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2007-11-09\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"b75fe127-447f-486c-b7e8-5de88bbeb619\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"35ce0d1f-745e-450f-a6bc-087c59fbf19c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"72107f30-1994-43a3-9ec2-370ad8710ed3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"31927694-4789-4dbc-b73f-58b488a48dd9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2007-10-17\",\n            \"endDate\": \"2007-11-30\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"97b270a3-e0b8-4c1a-a015-35f0d8285d6f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2007-11-10\",\n            \"endDate\": \"2008-01-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"9f03e942-224e-48c7-9629-c8162e1487a5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2007-12-03\",\n            \"endDate\": \"2008-01-28\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"99d0caa9-36f5-43e8-956f-51ccc622dedf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2008-01-26\",\n            \"endDate\": \"2008-04-04\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"2243b76f-5a0b-4d94-8915-41ce9df17e77\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"11945c47-a159-4d63-ab24-7e5ba5c6defa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"9fd9300b-acea-40b4-9fcd-f38f876921f1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-01-28\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"8d1ea16d-5511-41a6-9555-45b535e58fdd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2008-01-29\",\n            \"endDate\": \"2008-03-12\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"75ec204f-c552-43b7-8f5f-9de0d78bc902\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2008-03-13\",\n            \"endDate\": \"2008-05-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"ed228409-c5a0-49ba-a8d5-2ea22f26a27a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2008-04-05\",\n            \"endDate\": \"2008-06-17\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"8c97d2bc-6ac8-4d2d-8ac9-7e14e3a6a8f0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2008-05-05\",\n            \"endDate\": \"2008-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"cfe6cc18-ddae-47a4-978d-bbbedbea1c4a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-11-07\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"79a705f8-6876-4260-b284-f43a89af4135\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"97720805-3d86-489c-81f9-5a74ddfe229e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"399c7928-6278-45ca-be45-bfa06482c364\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2008-12-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"5c377bd3-bb3f-4983-a896-ff570d49cb78\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2008-09-03\",\n            \"endDate\": \"2008-10-15\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"a986dd26-2cde-4927-a75b-faebccd20977\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2008-10-16\",\n            \"endDate\": \"2008-11-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"a7117f5b-3267-46e8-b365-e830670ec7b8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2008-11-08\",\n            \"endDate\": \"2009-01-23\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"4b4008d6-4436-4095-8d6c-40aae17b5d55\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2008-12-01\",\n            \"endDate\": \"2009-02-02\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"65ed3e2b-3dc5-4ea8-813a-97ff40c70607\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"e9199aee-25a2-4b49-9013-a7db665cce2b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"ab1eba49-9838-4c82-a717-610a9f474201\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2008-12-03\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"037d90ef-c1e0-4bd0-9c77-b6a22f4bf000\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2009-01-24\",\n            \"endDate\": \"2009-03-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"df67cb44-5312-4a19-a41c-efd8499b58ed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2009-02-03\",\n            \"endDate\": \"2009-03-15\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"3f859043-f36b-446f-be3e-451bd02dc719\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2009-03-16\",\n            \"endDate\": \"2009-05-03\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"f9674fec-cb97-43c1-bf5e-422dc72bc949\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2009-03-28\",\n            \"endDate\": \"2009-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"d0c806d7-bfec-438e-a25c-b2f233a6f0d9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"99657c78-02b8-4bba-a6d6-81914ec4e94c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"c36bdedb-27f5-41f0-a409-c74300bc3b1b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2009-03-30\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"01314ffe-5950-444c-923b-4f0d9d6c3b62\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2009-05-04\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"93bc40da-91e4-4d3e-9a5e-eda36c0a6de5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"1538ca0c-82e2-45f8-94be-9e706fd144bd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-10-14\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0a1bbe91-da48-4d0a-a947-34e483e5bba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-06\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"21fe31e6-34ce-4902-be17-fd7cff6bdde0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"90f9ae9b-233e-466a-81ba-76e42760850a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-11-20\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"3316c01e-dd3a-4435-8966-2aa9824cfe95\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2009-10-15\",\n            \"endDate\": \"2009-11-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"edea7c6f-253f-4037-90ea-9a5880aea033\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2009-11-07\",\n            \"endDate\": \"2010-01-29\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"391beedf-23ed-48f4-9e9b-e5db24efbeda\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5885f02d-45db-40d7-aaf6-c551b238b4b2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"2d593bfe-a988-4422-9f29-ea2295fb54a1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2009-11-23\",\n            \"endDate\": \"2010-03-05\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"99fd9906-6736-42d1-ab64-4f44d4b451ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2009-11-30\",\n            \"endDate\": \"2010-02-01\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5a1ab8ed-769a-48f6-bddb-13e2636a6edd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2010-01-30\",\n            \"endDate\": \"2010-04-13\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"4eeaf872-d42b-4490-a364-146faaca615e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2010-02-02\",\n            \"endDate\": \"2010-03-15\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0a279229-b529-473e-a41d-9a3b23c65d31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"b02d98a8-a207-40c3-a2ce-af83fa489d9b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5bea6bc4-ad3f-4231-b6b5-c9f4ef8ed451\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2010-03-08\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0d201b5b-5c1c-4819-8b80-4eb75dee4ca4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2010-03-16\",\n            \"endDate\": \"2010-05-03\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"296d4d21-f811-4c57-a6a5-605d4366625c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2010-04-14\",\n            \"endDate\": \"2010-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"7bc0b125-6ecd-4d37-9216-65938aef7e16\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2010-05-04\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"cbfaa7bd-fcff-4107-b495-e63f910600ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-10-14\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"401899de-36e6-4575-9d3d-1523a5806a69\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-05\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"2d603454-b7cd-4f15-9c11-b80d2539542e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"52505f49-ce89-479b-8d0e-41eb6dec8da5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"daf7bf5b-0ae2-4a0a-8f0d-201581e4368c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-11-26\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"21d7b2b7-6f06-4670-9554-000574169457\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2010-10-15\",\n            \"endDate\": \"2010-11-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"96f8a142-e283-4c9d-866f-3b4d841916de\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2010-11-06\",\n            \"endDate\": \"2011-01-28\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"2c3a905e-0828-4b28-bc7c-c9ec91527713\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"8a53ba6f-c847-49ae-a8ae-3c328c6106a2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"13476c95-21a9-4bdf-950a-9d05935fc934\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M2\",\n            \"startDate\": \"2010-11-27\",\n            \"endDate\": \"2011-02-25\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"6002d234-142f-43db-84ae-656ae850f7ab\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2010-11-29\",\n            \"endDate\": \"2011-01-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"cd9cec2a-2f28-4ed4-b70b-4516d281bc65\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2011-01-29\",\n            \"endDate\": \"2011-04-08\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"ae4cb7d3-ac0b-415c-99c9-a42920d87236\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2011-01-31\",\n            \"endDate\": \"2011-03-18\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"44e28460-308e-4ae9-8945-48c94342acc0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"281b9245-fd00-484b-80d0-f3b7f4015044\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"63e8d789-4390-41ca-9547-57b8f9e98721\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M3\",\n            \"startDate\": \"2011-02-26\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"62540e56-0f98-429c-be16-66562a106cdd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2011-03-21\",\n            \"endDate\": \"2011-05-03\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"817dde0c-22d9-47fb-b193-0c96911a15d3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2011-04-09\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"b1822199-d5b6-4fd4-84aa-99155671e74d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2011-05-04\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"e431dd49-e959-4ed3-866e-6398b018c34b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-04\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"e37c958d-1667-4180-9946-cabb759cb6bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-04\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"e700865f-0625-4f10-9539-a159c26d0aff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"M1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-27\",\n            \"type\": \"gradingPeriod\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"0aacb38a-3bd8-4c15-8fcd-550a5860043d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        }\n    ]\n}"}],"_postman_id":"946a3e35-65eb-4344-87b2-ee6d0f39a059"},{"name":"/Schools/{{School}}/Terms","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"1b2a40f2-10ba-4420-a3b1-738d814b2ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/terms","description":"<p>Returns information about all defined semesters and marking periods within a single school level.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","terms"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"deb172b2-3fb5-45a2-a16e-1848da0922ad","name":"/Schools/{{School}}/Terms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/terms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|cb9248e9-b6d9-4c63-a9da-75d6a00336f0|"},{"key":"X-Total-Count","value":"108"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 25 Oct 2022 19:11:30 GMT"},{"key":"Content-Length","value":"21220"}],"cookie":[],"responseTime":null,"body":"{\n    \"academicSessions\": [\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2006-10-06\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"72a35efc-d34e-4189-bfc2-5fb59291877b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2006-10-10\",\n            \"endDate\": \"2006-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"38d727c3-eead-4b72-81a5-2d7ca601dde2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2006-11-13\",\n            \"endDate\": \"2006-12-13\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"13be1ad7-2254-40ed-a325-e59902bd5247\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2006-12-14\",\n            \"endDate\": \"2007-01-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"283c06fd-b410-410a-a537-c4cdf1e4a74d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q5\",\n            \"startDate\": \"2007-01-30\",\n            \"endDate\": \"2007-03-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fb92a4eb-9b38-4baf-bf48-c1a16d1a01cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q6\",\n            \"startDate\": \"2007-03-05\",\n            \"endDate\": \"2007-04-12\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"1c6bc75d-a73e-43a2-91a5-2b589f1d45c1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q7\",\n            \"startDate\": \"2007-04-13\",\n            \"endDate\": \"2007-05-11\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"669f9e30-6004-4d2a-b93b-014cd1a4978c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q8\",\n            \"startDate\": \"2007-05-14\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"576b10d0-d8aa-49ca-9725-d1f4b368053d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2007-10-16\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"537de362-20ec-4e7a-bc36-6a5f3ecd0311\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2007-10-17\",\n            \"endDate\": \"2007-11-30\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"97b270a3-e0b8-4c1a-a015-35f0d8285d6f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2007-12-03\",\n            \"endDate\": \"2008-01-28\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"99d0caa9-36f5-43e8-956f-51ccc622dedf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2008-01-29\",\n            \"endDate\": \"2008-03-12\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"75ec204f-c552-43b7-8f5f-9de0d78bc902\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2008-03-13\",\n            \"endDate\": \"2008-05-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"ed228409-c5a0-49ba-a8d5-2ea22f26a27a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2008-05-05\",\n            \"endDate\": \"2008-06-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"cfe6cc18-ddae-47a4-978d-bbbedbea1c4a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2008-09-03\",\n            \"endDate\": \"2008-10-15\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"a986dd26-2cde-4927-a75b-faebccd20977\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2008-10-16\",\n            \"endDate\": \"2008-11-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"a7117f5b-3267-46e8-b365-e830670ec7b8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2008-12-01\",\n            \"endDate\": \"2009-02-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"65ed3e2b-3dc5-4ea8-813a-97ff40c70607\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2009-02-03\",\n            \"endDate\": \"2009-03-15\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"3f859043-f36b-446f-be3e-451bd02dc719\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2009-03-16\",\n            \"endDate\": \"2009-05-03\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"f9674fec-cb97-43c1-bf5e-422dc72bc949\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2009-05-04\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"93bc40da-91e4-4d3e-9a5e-eda36c0a6de5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2009-10-14\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0a1bbe91-da48-4d0a-a947-34e483e5bba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2009-10-15\",\n            \"endDate\": \"2009-11-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"edea7c6f-253f-4037-90ea-9a5880aea033\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2009-11-30\",\n            \"endDate\": \"2010-02-01\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"5a1ab8ed-769a-48f6-bddb-13e2636a6edd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2010-02-02\",\n            \"endDate\": \"2010-03-15\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"0a279229-b529-473e-a41d-9a3b23c65d31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2010-03-16\",\n            \"endDate\": \"2010-05-03\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"296d4d21-f811-4c57-a6a5-605d4366625c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2010-05-04\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"cbfaa7bd-fcff-4107-b495-e63f910600ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F1\",\n            \"startDate\": \"2010-09-02\",\n            \"endDate\": \"2010-10-14\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"401899de-36e6-4575-9d3d-1523a5806a69\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F2\",\n            \"startDate\": \"2010-10-15\",\n            \"endDate\": \"2010-11-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"96f8a142-e283-4c9d-866f-3b4d841916de\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"F3\",\n            \"startDate\": \"2010-11-29\",\n            \"endDate\": \"2011-01-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"cd9cec2a-2f28-4ed4-b70b-4516d281bc65\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S1\",\n            \"startDate\": \"2011-01-31\",\n            \"endDate\": \"2011-03-18\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"44e28460-308e-4ae9-8945-48c94342acc0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S2\",\n            \"startDate\": \"2011-03-21\",\n            \"endDate\": \"2011-05-03\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"817dde0c-22d9-47fb-b193-0c96911a15d3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"S3\",\n            \"startDate\": \"2011-05-04\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"e431dd49-e959-4ed3-866e-6398b018c34b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2011-11-04\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"e37c958d-1667-4180-9946-cabb759cb6bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2011-11-05\",\n            \"endDate\": \"2012-01-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"ffd7c3a9-8548-4680-8582-92eae48be34c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2012-01-30\",\n            \"endDate\": \"2012-03-30\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"acaf244f-1853-4bec-ac46-0028591190b4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2012-03-31\",\n            \"endDate\": \"2012-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"dacd8780-9679-4399-b738-e3b5e0fcffd6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2012-09-05\",\n            \"endDate\": \"2012-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2013\",\n            \"sourcedId\": \"1459a684-299e-499d-8ba5-28329ca39a2a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2012-11-10\",\n            \"endDate\": \"2013-01-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2013\",\n            \"sourcedId\": \"760b5c78-76b2-4d59-bd5f-9fa9a055b629\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2013-01-26\",\n            \"endDate\": \"2013-04-05\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2013\",\n            \"sourcedId\": \"aa042c9e-7e3c-448e-8a93-2fb17dfe7d32\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2013-04-06\",\n            \"endDate\": \"2013-06-21\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2013\",\n            \"sourcedId\": \"4892b713-50e6-4a37-b6c5-2f366603ccf0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2013-09-03\",\n            \"endDate\": \"2013-11-08\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2014\",\n            \"sourcedId\": \"f2a8ad02-2293-41f9-84ed-31d63b467186\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2013-11-09\",\n            \"endDate\": \"2014-01-31\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2014\",\n            \"sourcedId\": \"592b4783-300f-4ebc-8ae3-fc4dd0fe5014\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2014-02-01\",\n            \"endDate\": \"2014-04-04\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2014\",\n            \"sourcedId\": \"4f2732fd-26b7-45e5-9bb6-425bfcad02ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2014-04-05\",\n            \"endDate\": \"2014-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2014\",\n            \"sourcedId\": \"2dc7891a-d7e1-4704-aeae-6db21402054e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2014-09-02\",\n            \"endDate\": \"2014-11-07\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2015\",\n            \"sourcedId\": \"3787fd0b-908b-46b5-8c45-32eedbf3c235\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2014-11-08\",\n            \"endDate\": \"2015-01-30\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2015\",\n            \"sourcedId\": \"7072c927-8640-4aef-a073-77e351902b1c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2015-01-31\",\n            \"endDate\": \"2015-04-10\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2015\",\n            \"sourcedId\": \"7a19c6c2-8fb3-429f-b433-6af94f94ca04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2015-04-11\",\n            \"endDate\": \"2015-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2015\",\n            \"sourcedId\": \"612d48b8-6b68-48f5-ad2c-879dc5f9d67e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2015-09-01\",\n            \"endDate\": \"2015-11-06\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2016\",\n            \"sourcedId\": \"b33373ca-a5d2-4678-b0cf-ff790c1f5394\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2015-11-07\",\n            \"endDate\": \"2016-01-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2016\",\n            \"sourcedId\": \"28ba875c-a114-4397-831c-77cd48518334\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2016-01-31\",\n            \"endDate\": \"2016-04-08\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2016\",\n            \"sourcedId\": \"d663baf8-5c5f-4650-9c27-b4952c27d98d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2016-04-09\",\n            \"endDate\": \"2016-06-23\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2016\",\n            \"sourcedId\": \"491beff1-b43f-4136-9a19-a3dfc79d565d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2016-09-06\",\n            \"endDate\": \"2016-11-10\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2017\",\n            \"sourcedId\": \"d1838306-412b-4a65-b828-9976d3247cf6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2016-11-11\",\n            \"endDate\": \"2017-01-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2017\",\n            \"sourcedId\": \"9ac9fd30-f023-456c-adcb-78b5a2b6d417\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2017-01-28\",\n            \"endDate\": \"2017-03-31\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2017\",\n            \"sourcedId\": \"458c5ebd-c859-40e4-ad57-46f9abbafd90\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2017-04-01\",\n            \"endDate\": \"2017-06-23\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2017\",\n            \"sourcedId\": \"3062fcb0-3037-427e-80e7-c89062702270\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2017-09-05\",\n            \"endDate\": \"2017-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2018\",\n            \"sourcedId\": \"8bf92a79-b418-4321-817a-4d4b0754f1c2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2017-11-10\",\n            \"endDate\": \"2018-01-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2018\",\n            \"sourcedId\": \"498caa3e-08e8-4fa9-9637-d969003230d6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2018-01-27\",\n            \"endDate\": \"2018-04-06\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2018\",\n            \"sourcedId\": \"1a317959-67f9-4870-91a5-626542646bd2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2018-04-07\",\n            \"endDate\": \"2018-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2018\",\n            \"sourcedId\": \"ee04a391-a30e-45ed-8621-5e526e7eea6e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2018-09-05\",\n            \"endDate\": \"2018-11-09\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2019\",\n            \"sourcedId\": \"e5e499dd-d97c-4f0f-ad56-8d5cef468de2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2018-11-10\",\n            \"endDate\": \"2019-01-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2019\",\n            \"sourcedId\": \"64db0503-6847-42b2-82ba-1d162203271c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2019-01-26\",\n            \"endDate\": \"2019-04-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2019\",\n            \"sourcedId\": \"eed7c420-101a-46e6-8cf3-a4ffedc1c9aa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2019-04-03\",\n            \"endDate\": \"2019-06-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2019\",\n            \"sourcedId\": \"a8d4ae09-a95d-44bb-83c5-51b251a6008f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2019-09-03\",\n            \"endDate\": \"2019-11-08\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2020\",\n            \"sourcedId\": \"50d7b56e-fa01-435a-a482-730d53941d9d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2019-11-09\",\n            \"endDate\": \"2020-01-31\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2020\",\n            \"sourcedId\": \"01415b3e-303e-4e0c-8ad2-71e94e73ab65\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2020-02-01\",\n            \"endDate\": \"2020-04-03\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2020\",\n            \"sourcedId\": \"dd5c2417-1d2b-4621-92cf-36028cef200b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2020-04-04\",\n            \"endDate\": \"2020-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2020\",\n            \"sourcedId\": \"59a37a29-c345-4fd5-a994-d744a9ab5700\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2020-09-01\",\n            \"endDate\": \"2020-11-06\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2021\",\n            \"sourcedId\": \"0fa51b17-d607-405e-a1d8-6d0a9d683b34\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2020-11-07\",\n            \"endDate\": \"2021-01-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2021\",\n            \"sourcedId\": \"fd7fee5a-d3e8-404c-85ff-5827aa24561c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2021-01-30\",\n            \"endDate\": \"2021-04-14\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2021\",\n            \"sourcedId\": \"82f85a25-74c6-4646-917c-a30cd1697485\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2021-04-15\",\n            \"endDate\": \"2021-06-30\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2021\",\n            \"sourcedId\": \"0a02bb1d-aec2-4620-b0a1-44b9a7301e28\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:43.143Z\"\n        },\n        {\n            \"title\": \"Q1\",\n            \"startDate\": \"2021-09-01\",\n            \"endDate\": \"2021-11-05\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2022\",\n            \"sourcedId\": \"053fcc75-26a5-46c1-afed-a4e0abf35af1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-06-22T17:46:04.497Z\"\n        },\n        {\n            \"title\": \"Q2\",\n            \"startDate\": \"2021-11-06\",\n            \"endDate\": \"2022-01-28\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2022\",\n            \"sourcedId\": \"a31e7086-3a61-4240-9e99-928606459032\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-06-22T17:46:04.497Z\"\n        },\n        {\n            \"title\": \"Q3\",\n            \"startDate\": \"2022-01-29\",\n            \"endDate\": \"2022-04-08\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2022\",\n            \"sourcedId\": \"6d2177b2-1edc-429b-8d34-20f8d551483b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-06-22T17:46:04.497Z\"\n        },\n        {\n            \"title\": \"Q4\",\n            \"startDate\": \"2022-04-09\",\n            \"endDate\": \"2022-12-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2022\",\n            \"sourcedId\": \"996579c6-188f-41ee-8479-96674a450b3b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-06-22T17:46:04.500Z\"\n        },\n        {\n            \"title\": \"S\",\n            \"startDate\": \"2007-01-30\",\n            \"endDate\": \"2007-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"fda9b1fe-a78b-4f52-b3aa-43523cec4e36\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"F\",\n            \"startDate\": \"2006-09-05\",\n            \"endDate\": \"2007-01-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2007\",\n            \"sourcedId\": \"d13cd811-aeef-438d-8cba-ef8b6755b6bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2007-09-05\",\n            \"endDate\": \"2008-01-28\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"2488cc95-f667-453e-bf0a-348357ddd1a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2008-01-29\",\n            \"endDate\": \"2008-06-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2008\",\n            \"sourcedId\": \"4e1ba09d-5b9f-457a-99b7-39d1d2821919\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2008-09-02\",\n            \"endDate\": \"2009-02-02\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"aae9b9fb-9680-44a1-aa90-1618bf4e342d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2009-02-03\",\n            \"endDate\": \"2009-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2009\",\n            \"sourcedId\": \"8575ff95-2e59-4d50-8700-76effda08661\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2009-09-02\",\n            \"endDate\": \"2010-02-01\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"e25c7e27-8fb7-46df-8a7a-5830fb0494a6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2010-02-02\",\n            \"endDate\": \"2010-06-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2010\",\n            \"sourcedId\": \"fe52e634-92dc-4657-8358-30640a18856b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2010-09-01\",\n            \"endDate\": \"2011-01-30\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"89d495ff-ba5d-4b1c-adcd-1ebe7be25c77\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2011-01-31\",\n            \"endDate\": \"2011-06-24\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2011\",\n            \"sourcedId\": \"db8db1de-795a-442c-bbe7-f6d238e4e4cd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2011-09-06\",\n            \"endDate\": \"2012-01-29\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"7e260c54-c75e-4ae8-afae-ef0df2d7dd23\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2012-01-30\",\n            \"endDate\": \"2012-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2012\",\n            \"sourcedId\": \"6cf01ab4-990d-476a-9c44-354125c1d964\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2012-09-05\",\n            \"endDate\": \"2013-01-25\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2013\",\n            \"sourcedId\": \"86d52be9-9cb2-41bf-9dd7-141da6f1e006\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2013-01-26\",\n            \"endDate\": \"2013-06-21\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2013\",\n            \"sourcedId\": \"7d8537c9-ab33-4f7d-8522-08fcae2aab9c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2013-09-03\",\n            \"endDate\": \"2014-01-31\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2014\",\n            \"sourcedId\": \"d8f2733d-916c-4306-92c1-b0b715343bb4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2014-02-01\",\n            \"endDate\": \"2014-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2014\",\n            \"sourcedId\": \"6b1fc848-c54e-4c26-a2bc-017aae42a343\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2014-09-02\",\n            \"endDate\": \"2015-01-30\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2015\",\n            \"sourcedId\": \"fcb92871-9323-4220-8aa3-815a9b1ad023\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2015-01-31\",\n            \"endDate\": \"2015-06-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2015\",\n            \"sourcedId\": \"cbb58535-d1f9-4475-a54d-8a174609083b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2015-09-01\",\n            \"endDate\": \"2016-01-30\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2016\",\n            \"sourcedId\": \"775f1661-6b1b-4a55-a542-05227c55489d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2016-01-31\",\n            \"endDate\": \"2016-06-23\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2016\",\n            \"sourcedId\": \"dbf3dafa-ea0d-44f4-90a0-f11df655fe3c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2016-09-01\",\n            \"endDate\": \"2017-01-27\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2017\",\n            \"sourcedId\": \"af3f9d39-8de6-477f-a147-84d73f6ee43f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2017-01-28\",\n            \"endDate\": \"2017-06-23\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2017\",\n            \"sourcedId\": \"912fe5ad-6729-4764-bc43-7699f78a17f2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"FA\",\n            \"startDate\": \"2017-09-01\",\n            \"endDate\": \"2018-01-26\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2018\",\n            \"sourcedId\": \"23bacbdf-26e7-40dd-8bda-7008338333b9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        },\n        {\n            \"title\": \"SP\",\n            \"startDate\": \"2018-01-27\",\n            \"endDate\": \"2018-06-22\",\n            \"type\": \"term\",\n            \"schoolYear\": \"2018\",\n            \"sourcedId\": \"481db1e9-8bb1-4e18-8002-dbc1526fa5ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-10-25T19:11:30.978Z\"\n        }\n    ]\n}"}],"_postman_id":"1b2a40f2-10ba-4420-a3b1-738d814b2ec5"}],"id":"e6f544b4-fa33-4db3-a3b5-7e9895efaa2f","description":"<p>These endpoints provide information about marking periods (\"gradingPeriods\") and semesters (\"terms\") as defined in <strong>Maintenance &gt; School Year &gt; Configuration</strong>. Progress report intervals are not included.</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Marking period name (this returns the 2-character “Display Text” for the marking period as defined in SchoolTool)</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>DateTime</td>\n<td>Marking period start date</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>DateTime</td>\n<td>Marking period end date</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Enum (SessionType)</td>\n<td>Always returns “gradingPeriod” for marking periods and \"term\" for semesters.</td>\n</tr>\n<tr>\n<td>schoolYear</td>\n<td>String (“YYYY”)</td>\n<td>The last 4 digits of the school year to which the marking period is assigned (for 2018-2019, this will return “2019”)</td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td>GUID</td>\n<td>The unique identifier (GUID_ID) of the marking period</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Enum (StatusType)</td>\n<td>Always returns “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td>Always displays current date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e6f544b4-fa33-4db3-a3b5-7e9895efaa2f"},{"name":"Users","item":[{"name":"/Users","event":[{"listen":"test","script":{"id":"d3fa56fa-9a6a-4faa-b2fe-e1fe8c8545f4","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"e9bb1f59-a5cb-4dfa-9351-c56699207e7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Users","description":"<p>Returns information about all active users.</p>\n","urlObject":{"path":["Users"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b054b431-d6b8-428f-84de-7dca7140306c","name":"/Users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|781fe6b7-6397-44c4-a4ae-5d7aebf4617c|"},{"key":"X-Total-Count","value":"7643"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:17:06 GMT"},{"key":"Content-Length","value":"65346"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"JWarf\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Warf\",\n            \"middleName\": \"I\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14592\",\n            \"email\": \"JWarf@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"34612d36-20c2-4a02-be5b-5765f5f52c30\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"1741f2a9-0006-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RWarf\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Roger\",\n            \"familyName\": \"Warf\",\n            \"middleName\": \"\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14595\",\n            \"email\": \"RWarf@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ff675b69-6151-4325-979b-694f2113403d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"1741f2ac-0006-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PKelly\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Kelly\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14596\",\n            \"email\": \"PKelly@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"66544a25-8748-45a1-b7b5-3b2912c5e754\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"1741f2ad-0006-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MKelly\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Melissa\",\n            \"familyName\": \"Kelly\",\n            \"middleName\": \"\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14597\",\n            \"email\": \"MKelly@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"b5f46980-5ff2-4e18-bba6-f059bd831949\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a72-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JRice\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Rice\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14598\",\n            \"email\": \"JRice@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ebf6fad2-f5d3-457d-959d-518c350fc642\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a73-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14600\",\n            \"email\": \"JTaylor@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f06e2b10-25e1-417d-b692-98854d804b58\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a75-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christina\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14602\",\n            \"email\": \"CTaylor@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"722b79de-e00c-4885-9151-955025d89470\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a77-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CharlesCarter_28967@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Charles\",\n            \"familyName\": \"Carter\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14603\",\n            \"email\": \"CharlesCarter_28967@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"c3b81731-ffb5-4084-8fc2-3b865658177a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a78-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14604\",\n            \"email\": \"PTaylor@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2f39511c-d93e-42a3-8ad6-dba8ed73e566\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a79-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Debra\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"D\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14606\",\n            \"email\": \"DTaylor@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"11bd500b-1135-4d6b-85d3-39258fedd1d4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7b-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SWalker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14608\",\n            \"email\": \"SWalker@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"52d3adbf-3502-41a7-b8a5-fca7b1fe3239\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7d-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DThomas\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14609\",\n            \"email\": \"DThomas@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"29792f6d-90a0-482e-81cc-5cc3ff87e5c5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7e-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DThomas\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14610\",\n            \"email\": \"DThomas@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"6f1193de-b0c6-4002-b1e1-8dba59c9b23b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7f-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RHyphen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ruth\",\n            \"familyName\": \"Hyphen\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14614\",\n            \"email\": \"RHyphen@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"3a7e65a8-f4ff-413c-992d-eb308b901608\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a83-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WRodrigu\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Rodriguez\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14617\",\n            \"email\": \"WRodrigu@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"01a8faea-d1c9-4357-97e6-08c77b23a1a8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a86-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BWhite\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brenda\",\n            \"familyName\": \"White\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14622\",\n            \"email\": \"BWhite@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"4f4ea584-1512-4c96-9536-c80358d95601\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a8b-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MBaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"E\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14628\",\n            \"email\": \"MBaker@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"PK am\"\n            ],\n            \"sourcedId\": \"7153537d-8054-458e-86a4-3362c812fc8d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a91-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CBaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cheryl\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14629\",\n            \"email\": \"CBaker@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"8aed975f-7ee1-4c7b-bee8-eaa41fc4f8df\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a92-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14634\",\n            \"email\": \"GJohnson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"6a5ae1f3-379c-4dff-b376-8816c10d9c9d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a97-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14635\",\n            \"email\": \"MJohnson@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f417f14c-4bb7-4b47-8c59-1bbe8c423de7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a98-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CynthiaBrown_2726@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cynthia\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14637\",\n            \"email\": \"CynthiaBrown_2726@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"bb076098-86c6-4a44-aa10-13b0b4ed7bbc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9a-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14639\",\n            \"email\": \"JWilliam@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1cded10e-55ab-4fc6-b21a-bc7ff978dd9d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9c-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Laura\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14640\",\n            \"email\": \"LWilliam@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ca0226b5-5d26-4d63-b268-d4b3d0d46d50\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9d-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ryan\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14641\",\n            \"email\": \"RWilliam@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"565a4188-b0dc-4a05-b68a-e2f08caccfa8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9e-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"morgan\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Melissa\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"I\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14642\",\n            \"email\": \"morgan@mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5606b9cc-8188-4cf7-90c0-5e010eeda0b3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T19:39:29.220Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9f-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Debra\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14643\",\n            \"email\": \"DWilliam@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"fb46e173-23a5-4a30-8e35-040fd738c56b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aa0-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jerry\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"D\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14646\",\n            \"email\": \"JWilliam@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"67680046-1798-40a8-b92d-b8d5493ffde3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aa3-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ruth\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14647\",\n            \"email\": \"RWilliam@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"86727df9-1a66-4be4-8068-ccb672ba66b3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aa4-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PJones\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14658\",\n            \"email\": \"PJones@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"a847c7e1-3271-43e6-83a5-d758ffafbe80\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aaf-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AWright\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Angela\",\n            \"familyName\": \"Wright\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14662\",\n            \"email\": \"AWright@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"639b9ed9-a220-4f93-bb05-4a45f9383c9b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ab3-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AMurphy\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Amy\",\n            \"familyName\": \"Murphy\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14666\",\n            \"email\": \"AMurphy@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"81d630a8-c09c-4490-8ec0-00c91f688ae0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ab7-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sandra\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14671\",\n            \"email\": \"SWilliam@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"e770c26b-b371-4d11-9f01-57f814281274\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937abc-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"TManning\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Teresa\",\n            \"familyName\": \"Manning\",\n            \"middleName\": \"\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14677\",\n            \"email\": \"TManning@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"030b8f94-bd38-45b7-8993-7b74a3f44a07\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ac2-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MPhillip\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Martha\",\n            \"familyName\": \"Phillips\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14683\",\n            \"email\": \"MPhillip@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"25b46026-72b4-4e90-8b71-3671e5ac6626\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ac8-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PRamirez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Ramirez\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14684\",\n            \"email\": \"PRamirez@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ad63e341-d394-4411-b4e6-f75bb09eab15\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ac9-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PRamirez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Paul\",\n            \"familyName\": \"Ramirez\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14685\",\n            \"email\": \"PRamirez@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"033e2996-56c3-4ce6-9fd0-856ed4cf13bd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aca-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HRamirez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Ramirez\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14686\",\n            \"email\": \"HRamirez@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"84e6d5e3-4239-4921-a2f4-b404e86be014\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937acb-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WCook\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Cook\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14690\",\n            \"email\": \"WCook@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"146d464d-4191-4586-ae97-cad273185be8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c877-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AThompso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Angela\",\n            \"familyName\": \"Thompson\",\n            \"middleName\": \"X\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14691\",\n            \"email\": \"AThompso@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"30e64c7d-d973-4154-a323-bef48af10304\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c878-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"FThompso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Frances\",\n            \"familyName\": \"Thompson\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14696\",\n            \"email\": \"FThompso@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"820971dd-bf1c-4759-9f67-25b1e178e1d8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c87d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NParker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Parker\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14701\",\n            \"email\": \"NParker@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"413ff8a5-b438-4d3e-a0c9-7a312adbdd43\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c882-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SKing\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"King\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14703\",\n            \"email\": \"SKing@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"f0bc6965-217a-4ca6-9ab3-5f527c944a74\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c884-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Clara\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14708\",\n            \"email\": \"CLopez@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"c3d33a8d-7231-4c4f-a3ae-bc239e5eaaff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c889-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PatriciaCollins_3896@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14709\",\n            \"email\": \"PatriciaCollins_3896@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"4a880af6-7fad-4a69-af81-761b939a27a2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88a-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Wayne\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14712\",\n            \"email\": \"WLopez@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0b92536d-b7d0-433c-951d-4d0b966e3882\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jonathan\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14713\",\n            \"email\": \"JLopez@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"acb69d53-9d01-4a5b-b7ee-f0d937f78739\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14714\",\n            \"email\": \"GLopez@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"9adfeb7f-0bfe-4e00-998b-3d573556ddeb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JMoore\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14719\",\n            \"email\": \"JMoore@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"145deae6-198a-4700-9e5e-9adda73c1d35\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c894-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BMoore\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brenda\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14720\",\n            \"email\": \"BMoore@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"87dde215-60bc-44cc-bc12-878b681d08ed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c895-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BScott\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Scott\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14722\",\n            \"email\": \"BScott@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"089b677d-da03-425a-b1cd-263dd50dd50f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c897-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HScott@yoohoo.kom\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Scott\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14723\",\n            \"email\": \"HScott@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"0d2a240c-ad11-4f8c-8ad9-885d8ebe4778\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-08-17T20:54:26.937Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c898-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CRibit\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christina\",\n            \"familyName\": \"Ribit\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14724\",\n            \"email\": \"CRibit@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ec276e17-517e-4f64-8428-fcbe25442b8e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c899-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KHernand\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kimberly\",\n            \"familyName\": \"Hernandez\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14726\",\n            \"email\": \"KHernand@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"b347dafb-c897-4603-9816-6bfc543b0c89\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c89b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EGray\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Gray\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14729\",\n            \"email\": \"EGray@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"93730266-646c-4bd4-a346-2363338d8e21\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c89e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CSnyder\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cheryl\",\n            \"familyName\": \"Snyder\",\n            \"middleName\": \"\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14731\",\n            \"email\": \"CSnyder@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"50cb8b77-86a0-4f7e-bbc5-95e0350199b8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8a0-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NThomas\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14732\",\n            \"email\": \"NThomas@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"7d60ec6b-8853-4423-9e10-a9f7b0e60137\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8a1-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DPrice\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Deborah\",\n            \"familyName\": \"Price\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14734\",\n            \"email\": \"DPrice@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"03511547-6f87-4e44-b097-77cf69a88bd8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8a3-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ARoberts\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Angela\",\n            \"familyName\": \"Roberts\",\n            \"middleName\": \"\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14737\",\n            \"email\": \"ARoberts@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"aea2e1f6-e5cf-42c5-ba84-6ffc4525e935\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8a6-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GRoberts\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gloria\",\n            \"familyName\": \"Roberts\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14738\",\n            \"email\": \"GRoberts@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"b8063f74-fbc6-4117-8e5c-3c66ebebf457\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8a7-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MHoward\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Howard\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14741\",\n            \"email\": \"MHoward@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2fd6f035-f4f5-4ddf-8b0f-b2855e2ac303\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8aa-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PHoward\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Howard\",\n            \"middleName\": \"\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14743\",\n            \"email\": \"PHoward@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5a0dd3a6-5288-4ef6-bb2c-d602ddafa465\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ac-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MJackson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14748\",\n            \"email\": \"MJackson@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"eb9b986d-c610-434f-be1b-317708e42174\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b1-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"TJackson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Thomas\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14749\",\n            \"email\": \"TJackson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1b8dc887-3968-4267-936d-87ca2241d41b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"M\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14750\",\n            \"email\": \"BWilliam@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"PK am\"\n            ],\n            \"sourcedId\": \"5457b38f-502b-4145-9559-fd9ed51f84d7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b3-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Charles\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"N\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14754\",\n            \"email\": \"CGarcia@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"b7a1a769-b752-4b56-b857-ff17412b1c91\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b7-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Steven\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14755\",\n            \"email\": \"SGarcia@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0efcbdb4-5acc-4630-966a-0f213e151bde\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b8-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jerry\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14756\",\n            \"email\": \"JGarcia@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8dcfb823-22a7-499c-9b55-31424fbcd455\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SEvans\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Evans\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14760\",\n            \"email\": \"SEvans@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"840653ff-4551-4ede-be01-d7967e34ed3a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8bd-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14763\",\n            \"email\": \"NSmith@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"77b6b8cf-4cb4-49cc-9104-6bfeb005ca2e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8c0-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14764\",\n            \"email\": \"DSmith@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"88bb7e6c-6b85-44e5-9027-5c183fef81c3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8c1-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PJones\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14767\",\n            \"email\": \"PJones@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"c47f969e-f477-45a7-bd23-dca943eecd5c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8c4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14772\",\n            \"email\": \"HSmith@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f62da21a-b68f-4111-adf2-6b2a61c0938c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8c9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BMoore\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Beverly\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14773\",\n            \"email\": \"BMoore@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"af2d7f7c-ae49-4499-8f95-cca52a6a8db3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ca-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14777\",\n            \"email\": \"BSmith@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"279cb80b-a00d-469a-a8a4-42d57151288b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ce-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PHarris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Harris\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14781\",\n            \"email\": \"PHarris@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"c6cb8dff-b9ee-4637-818c-4f6cee53f555\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SMiller\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14784\",\n            \"email\": \"SMiller@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"41139d41-d8b1-4927-9204-c933647c80dc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d5-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CJenkins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christine\",\n            \"familyName\": \"Jenkins\",\n            \"middleName\": \"D\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14786\",\n            \"email\": \"CJenkins@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"PK am\"\n            ],\n            \"sourcedId\": \"172896c9-2952-4b1b-b85a-deb7bbd5da69\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d7-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HMiller\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Heather\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14787\",\n            \"email\": \"HMiller@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5202d6bf-5864-478b-88c3-da7447bb5fa8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d8-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JNelson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joyce\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14788\",\n            \"email\": \"JNelson@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"04a431a6-bc0d-4ff1-8fd0-209009d0bfb1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BClark\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Clark\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14790\",\n            \"email\": \"BClark@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ad407c38-8461-47c8-ace4-7287e81f1479\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8db-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LTurner\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Turner\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14793\",\n            \"email\": \"LTurner@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d9aa876c-d9b2-4eaf-bd69-4804c8efa1a5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8de-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JWilson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Wilson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14795\",\n            \"email\": \"JWilson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ece5f6b6-1362-47cb-b0f4-5b09d36a8307\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e0-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DWilson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Deborah\",\n            \"familyName\": \"Wilson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14797\",\n            \"email\": \"DWilson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"6a84b61e-84d3-42ac-9ff1-275e36099bb9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LMorris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lori\",\n            \"familyName\": \"Morris\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14798\",\n            \"email\": \"LMorris@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"f265924b-c2a1-4076-8646-bc09d1a82f98\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e3-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RHill\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Hill\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14799\",\n            \"email\": \"RHill@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"59d413db-090a-48e1-a711-1933f5cec863\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LHill\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Hill\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14802\",\n            \"email\": \"LHill@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"828df323-f790-4ae2-a6a7-9b25c0ef02a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e7-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MJames\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michelle\",\n            \"familyName\": \"James\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14805\",\n            \"email\": \"MJames@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"9a153285-6d00-417e-b074-6ec9d9bf9d68\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ea-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PMorales\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Morales\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14809\",\n            \"email\": \"PMorales@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d0b02ba2-5f28-40d2-87ea-dbc57b41f2fc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ee-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Debra\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14815\",\n            \"email\": \"DSmith@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"9ce74554-cf25-4b65-b772-d98c640b340f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8f4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SCollins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14820\",\n            \"email\": \"SCollins@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"a69223b3-3e83-444c-b5a7-a205023fbd6a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8f9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DCollins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Daniel\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14822\",\n            \"email\": \"DCollins@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"9430d426-34d5-4c22-93ef-11fb1b33933f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8fb-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JessicaEvans_19956@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jessica\",\n            \"familyName\": \"Evans\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14826\",\n            \"email\": \"JessicaEvans_19956@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"cea3e993-3db8-4b2c-a2bf-1e9c00932884\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ff-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cynthia\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14827\",\n            \"email\": \"CMartin@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2872f523-5177-43d6-938c-7d799dc54cfd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c900-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AGonzale\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Amy\",\n            \"familyName\": \"Gonzalez\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14830\",\n            \"email\": \"AGonzale@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1ff63e5f-02dc-4f03-ab42-b74ed427a79b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c903-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JDavis\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jonathan\",\n            \"familyName\": \"Davis\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14834\",\n            \"email\": \"JDavis@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5b7176c8-b1bf-4832-b7af-e1539e1ed214\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c907-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SReed\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Reed\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14836\",\n            \"email\": \"SReed@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"d448963b-6503-4708-bc3f-4a612316cb0e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c909-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"teacherja@mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jeffrey\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14838\",\n            \"email\": \"teacherja@mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8cd0646e-7f8f-42d3-801d-82b5bd0acb46\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-05-03T14:18:44.383Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MMorgan\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michelle\",\n            \"familyName\": \"Morgan\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14840\",\n            \"email\": \"MMorgan@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5c7ba988-0dcd-417d-b797-bda8dfa23926\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JAnderso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jennifer\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"\",\n            \"role\": \"administrator\",\n            \"identifier\": \"14841\",\n            \"email\": \"JAnderso@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8e4e0d58-8a07-4a84-9f2f-dd59d1ac0514\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PAnderso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14842\",\n            \"email\": \"PAnderso@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"fcee2855-f34c-4e04-b86a-eec8efa1c3c7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90f-0261-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e9bb1f59-a5cb-4dfa-9351-c56699207e7f"},{"name":"/Users/{{User}}","event":[{"listen":"test","script":{"id":"d3fa56fa-9a6a-4faa-b2fe-e1fe8c8545f4","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"8d824e37-d6ad-4c02-9e5c-67ee874b425d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Users/{{UserSourcedID}}","description":"<p>Returns information about a specific user.</p>\n","urlObject":{"path":["Users","{{UserSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1bbda20e-2a2a-486a-bebc-9c7235474437","name":"/Users/{{User}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Users/{{UserSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|c270b08c-ff51-4166-85d0-b6bf1181507e|"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:17:42 GMT"},{"key":"Content-Length","value":"958"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"username\": \"JNelson\",\n        \"enabledUser\": \"true\",\n        \"givenName\": \"Joseph\",\n        \"familyName\": \"Nelson\",\n        \"middleName\": \"J\",\n        \"role\": \"student\",\n        \"identifier\": \"27915\",\n        \"email\": \"JNelson@tmail.kom\",\n        \"agents\": [\n            {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6826a57b-aa5a-4071-babe-890ffc878871\",\n                \"sourcedId\": \"6826a57b-aa5a-4071-babe-890ffc878871\",\n                \"type\": \"user\"\n            },\n            {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7c66c766-1321-4578-bb43-c3d770cee3cc\",\n                \"sourcedId\": \"7c66c766-1321-4578-bb43-c3d770cee3cc\",\n                \"type\": \"user\"\n            }\n        ],\n        \"orgs\": [\n            {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            }\n        ],\n        \"grades\": [\n            \"11\"\n        ],\n        \"sourcedId\": \"26a06eb1-e365-44cb-a3a7-d076828a1de8\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n        \"metadata\": {\n            \"@refId\": \"80259639-edec-0000-0000-000000000000\"\n        }\n    }\n}"}],"_postman_id":"8d824e37-d6ad-4c02-9e5c-67ee874b425d"},{"name":"/Teachers","event":[{"listen":"test","script":{"id":"280c7ec3-cb2e-4243-b60e-d19fe68398a8","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"46dc26c7-4276-4f5c-ba44-f4f43b346e30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Teachers","description":"<p>Returns information about teachers in the district.</p>\n","urlObject":{"path":["Teachers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1fbb1788-7b32-4f15-9589-504a48dd5b7f","name":"/Teachers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Teachers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|12270107-472b-4c2a-b79d-87682aec5be4|"},{"key":"X-Total-Count","value":"316"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:18:52 GMT"},{"key":"Content-Length","value":"63017"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"PKelly\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Kelly\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14596\",\n            \"email\": \"PKelly@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"66544a25-8748-45a1-b7b5-3b2912c5e754\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"1741f2ad-0006-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JRice\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Rice\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14598\",\n            \"email\": \"JRice@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ebf6fad2-f5d3-457d-959d-518c350fc642\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a73-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14600\",\n            \"email\": \"JTaylor@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f06e2b10-25e1-417d-b692-98854d804b58\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a75-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christina\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14602\",\n            \"email\": \"CTaylor@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"722b79de-e00c-4885-9151-955025d89470\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a77-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CharlesCarter_28967@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Charles\",\n            \"familyName\": \"Carter\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14603\",\n            \"email\": \"CharlesCarter_28967@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"c3b81731-ffb5-4084-8fc2-3b865658177a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a78-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14604\",\n            \"email\": \"PTaylor@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2f39511c-d93e-42a3-8ad6-dba8ed73e566\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a79-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SWalker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14608\",\n            \"email\": \"SWalker@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"52d3adbf-3502-41a7-b8a5-fca7b1fe3239\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7d-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DThomas\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14609\",\n            \"email\": \"DThomas@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"29792f6d-90a0-482e-81cc-5cc3ff87e5c5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7e-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DThomas\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14610\",\n            \"email\": \"DThomas@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"6f1193de-b0c6-4002-b1e1-8dba59c9b23b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7f-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RHyphen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ruth\",\n            \"familyName\": \"Hyphen\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14614\",\n            \"email\": \"RHyphen@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"3a7e65a8-f4ff-413c-992d-eb308b901608\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a83-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WRodrigu\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Rodriguez\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14617\",\n            \"email\": \"WRodrigu@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"01a8faea-d1c9-4357-97e6-08c77b23a1a8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a86-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Marion\",\n            \"familyName\": \"Salty\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14618\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ab8bc737-d7c9-40cb-90ff-8839276636d3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a87-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BWhite\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brenda\",\n            \"familyName\": \"White\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14622\",\n            \"email\": \"BWhite@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"4f4ea584-1512-4c96-9536-c80358d95601\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a8b-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CBaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cheryl\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14629\",\n            \"email\": \"CBaker@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"8aed975f-7ee1-4c7b-bee8-eaa41fc4f8df\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a92-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14634\",\n            \"email\": \"GJohnson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"6a5ae1f3-379c-4dff-b376-8816c10d9c9d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a97-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14635\",\n            \"email\": \"MJohnson@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f417f14c-4bb7-4b47-8c59-1bbe8c423de7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a98-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CynthiaBrown_2726@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cynthia\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14637\",\n            \"email\": \"CynthiaBrown_2726@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"bb076098-86c6-4a44-aa10-13b0b4ed7bbc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9a-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Laura\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14640\",\n            \"email\": \"LWilliam@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ca0226b5-5d26-4d63-b268-d4b3d0d46d50\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9d-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ryan\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14641\",\n            \"email\": \"RWilliam@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"565a4188-b0dc-4a05-b68a-e2f08caccfa8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9e-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Debra\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14643\",\n            \"email\": \"DWilliam@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"fb46e173-23a5-4a30-8e35-040fd738c56b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aa0-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ruth\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14647\",\n            \"email\": \"RWilliam@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"86727df9-1a66-4be4-8068-ccb672ba66b3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aa4-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PJones\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14658\",\n            \"email\": \"PJones@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"a847c7e1-3271-43e6-83a5-d758ffafbe80\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aaf-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AWright\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Angela\",\n            \"familyName\": \"Wright\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14662\",\n            \"email\": \"AWright@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"639b9ed9-a220-4f93-bb05-4a45f9383c9b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ab3-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AMurphy\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Amy\",\n            \"familyName\": \"Murphy\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14666\",\n            \"email\": \"AMurphy@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"81d630a8-c09c-4490-8ec0-00c91f688ae0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ab7-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sandra\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14671\",\n            \"email\": \"SWilliam@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"e770c26b-b371-4d11-9f01-57f814281274\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937abc-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MPhillip\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Martha\",\n            \"familyName\": \"Phillips\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14683\",\n            \"email\": \"MPhillip@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"25b46026-72b4-4e90-8b71-3671e5ac6626\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ac8-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PRamirez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Ramirez\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14684\",\n            \"email\": \"PRamirez@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ad63e341-d394-4411-b4e6-f75bb09eab15\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ac9-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PRamirez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Paul\",\n            \"familyName\": \"Ramirez\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14685\",\n            \"email\": \"PRamirez@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"033e2996-56c3-4ce6-9fd0-856ed4cf13bd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937aca-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HRamirez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Ramirez\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14686\",\n            \"email\": \"HRamirez@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"84e6d5e3-4239-4921-a2f4-b404e86be014\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937acb-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WCook\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Cook\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14690\",\n            \"email\": \"WCook@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"146d464d-4191-4586-ae97-cad273185be8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c877-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AThompso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Angela\",\n            \"familyName\": \"Thompson\",\n            \"middleName\": \"X\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14691\",\n            \"email\": \"AThompso@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"30e64c7d-d973-4154-a323-bef48af10304\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c878-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"FThompso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Frances\",\n            \"familyName\": \"Thompson\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14696\",\n            \"email\": \"FThompso@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"820971dd-bf1c-4759-9f67-25b1e178e1d8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c87d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NParker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Parker\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14701\",\n            \"email\": \"NParker@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"413ff8a5-b438-4d3e-a0c9-7a312adbdd43\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c882-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SKing\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"King\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14703\",\n            \"email\": \"SKing@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"f0bc6965-217a-4ca6-9ab3-5f527c944a74\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c884-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Clara\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14708\",\n            \"email\": \"CLopez@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"c3d33a8d-7231-4c4f-a3ae-bc239e5eaaff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c889-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PatriciaCollins_3896@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14709\",\n            \"email\": \"PatriciaCollins_3896@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"4a880af6-7fad-4a69-af81-761b939a27a2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88a-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Wayne\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14712\",\n            \"email\": \"WLopez@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0b92536d-b7d0-433c-951d-4d0b966e3882\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jonathan\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14713\",\n            \"email\": \"JLopez@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"acb69d53-9d01-4a5b-b7ee-f0d937f78739\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14714\",\n            \"email\": \"GLopez@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"9adfeb7f-0bfe-4e00-998b-3d573556ddeb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JMoore\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14719\",\n            \"email\": \"JMoore@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"145deae6-198a-4700-9e5e-9adda73c1d35\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c894-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BMoore\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brenda\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14720\",\n            \"email\": \"BMoore@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"87dde215-60bc-44cc-bc12-878b681d08ed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c895-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BScott\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Scott\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14722\",\n            \"email\": \"BScott@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"089b677d-da03-425a-b1cd-263dd50dd50f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c897-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HScott@yoohoo.kom\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Scott\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14723\",\n            \"email\": \"HScott@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"0d2a240c-ad11-4f8c-8ad9-885d8ebe4778\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-08-17T20:54:26.937Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c898-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CRibit\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christina\",\n            \"familyName\": \"Ribit\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14724\",\n            \"email\": \"CRibit@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ec276e17-517e-4f64-8428-fcbe25442b8e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c899-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KHernand\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kimberly\",\n            \"familyName\": \"Hernandez\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14726\",\n            \"email\": \"KHernand@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"b347dafb-c897-4603-9816-6bfc543b0c89\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c89b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EGray\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Gray\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14729\",\n            \"email\": \"EGray@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"93730266-646c-4bd4-a346-2363338d8e21\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c89e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NThomas\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14732\",\n            \"email\": \"NThomas@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"7d60ec6b-8853-4423-9e10-a9f7b0e60137\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8a1-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DPrice\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Deborah\",\n            \"familyName\": \"Price\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14734\",\n            \"email\": \"DPrice@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"03511547-6f87-4e44-b097-77cf69a88bd8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8a3-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GRoberts\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gloria\",\n            \"familyName\": \"Roberts\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14738\",\n            \"email\": \"GRoberts@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"b8063f74-fbc6-4117-8e5c-3c66ebebf457\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8a7-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MHoward\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Howard\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14741\",\n            \"email\": \"MHoward@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2fd6f035-f4f5-4ddf-8b0f-b2855e2ac303\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8aa-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MJackson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14748\",\n            \"email\": \"MJackson@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"eb9b986d-c610-434f-be1b-317708e42174\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b1-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"TJackson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Thomas\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14749\",\n            \"email\": \"TJackson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1b8dc887-3968-4267-936d-87ca2241d41b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Steven\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14755\",\n            \"email\": \"SGarcia@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0efcbdb4-5acc-4630-966a-0f213e151bde\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b8-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jerry\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14756\",\n            \"email\": \"JGarcia@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8dcfb823-22a7-499c-9b55-31424fbcd455\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SEvans\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Evans\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14760\",\n            \"email\": \"SEvans@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"840653ff-4551-4ede-be01-d7967e34ed3a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8bd-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14763\",\n            \"email\": \"NSmith@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"77b6b8cf-4cb4-49cc-9104-6bfeb005ca2e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8c0-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14764\",\n            \"email\": \"DSmith@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"88bb7e6c-6b85-44e5-9027-5c183fef81c3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8c1-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PJones\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14767\",\n            \"email\": \"PJones@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"c47f969e-f477-45a7-bd23-dca943eecd5c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8c4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14772\",\n            \"email\": \"HSmith@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f62da21a-b68f-4111-adf2-6b2a61c0938c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8c9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BMoore\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Beverly\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14773\",\n            \"email\": \"BMoore@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"af2d7f7c-ae49-4499-8f95-cca52a6a8db3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ca-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14777\",\n            \"email\": \"BSmith@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"279cb80b-a00d-469a-a8a4-42d57151288b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ce-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PHarris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Harris\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14781\",\n            \"email\": \"PHarris@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"c6cb8dff-b9ee-4637-818c-4f6cee53f555\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SMiller\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14784\",\n            \"email\": \"SMiller@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"41139d41-d8b1-4927-9204-c933647c80dc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d5-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HMiller\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Heather\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14787\",\n            \"email\": \"HMiller@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5202d6bf-5864-478b-88c3-da7447bb5fa8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d8-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JNelson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joyce\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14788\",\n            \"email\": \"JNelson@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"04a431a6-bc0d-4ff1-8fd0-209009d0bfb1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BClark\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Clark\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14790\",\n            \"email\": \"BClark@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ad407c38-8461-47c8-ace4-7287e81f1479\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8db-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LTurner\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Turner\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14793\",\n            \"email\": \"LTurner@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d9aa876c-d9b2-4eaf-bd69-4804c8efa1a5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8de-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JWilson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Wilson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14795\",\n            \"email\": \"JWilson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ece5f6b6-1362-47cb-b0f4-5b09d36a8307\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e0-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DWilson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Deborah\",\n            \"familyName\": \"Wilson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14797\",\n            \"email\": \"DWilson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"6a84b61e-84d3-42ac-9ff1-275e36099bb9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LMorris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lori\",\n            \"familyName\": \"Morris\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14798\",\n            \"email\": \"LMorris@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"f265924b-c2a1-4076-8646-bc09d1a82f98\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e3-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RHill\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Hill\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14799\",\n            \"email\": \"RHill@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"59d413db-090a-48e1-a711-1933f5cec863\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LHill\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Hill\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14802\",\n            \"email\": \"LHill@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"828df323-f790-4ae2-a6a7-9b25c0ef02a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e7-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MJames\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michelle\",\n            \"familyName\": \"James\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14805\",\n            \"email\": \"MJames@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"9a153285-6d00-417e-b074-6ec9d9bf9d68\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ea-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PMorales\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Morales\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14809\",\n            \"email\": \"PMorales@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d0b02ba2-5f28-40d2-87ea-dbc57b41f2fc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ee-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Debra\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14815\",\n            \"email\": \"DSmith@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"9ce74554-cf25-4b65-b772-d98c640b340f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8f4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SCollins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14820\",\n            \"email\": \"SCollins@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"a69223b3-3e83-444c-b5a7-a205023fbd6a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8f9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DCollins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Daniel\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14822\",\n            \"email\": \"DCollins@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"9430d426-34d5-4c22-93ef-11fb1b33933f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8fb-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JessicaEvans_19956@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jessica\",\n            \"familyName\": \"Evans\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14826\",\n            \"email\": \"JessicaEvans_19956@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"cea3e993-3db8-4b2c-a2bf-1e9c00932884\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ff-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cynthia\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14827\",\n            \"email\": \"CMartin@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2872f523-5177-43d6-938c-7d799dc54cfd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c900-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AGonzale\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Amy\",\n            \"familyName\": \"Gonzalez\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14830\",\n            \"email\": \"AGonzale@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1ff63e5f-02dc-4f03-ab42-b74ed427a79b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c903-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JDavis\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jonathan\",\n            \"familyName\": \"Davis\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14834\",\n            \"email\": \"JDavis@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5b7176c8-b1bf-4832-b7af-e1539e1ed214\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c907-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SReed\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Reed\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14836\",\n            \"email\": \"SReed@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"d448963b-6503-4708-bc3f-4a612316cb0e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c909-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"teacherja@mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jeffrey\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14838\",\n            \"email\": \"teacherja@mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8cd0646e-7f8f-42d3-801d-82b5bd0acb46\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-05-03T14:18:44.383Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MMorgan\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michelle\",\n            \"familyName\": \"Morgan\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14840\",\n            \"email\": \"MMorgan@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5c7ba988-0dcd-417d-b797-bda8dfa23926\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PAnderso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14842\",\n            \"email\": \"PAnderso@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"fcee2855-f34c-4e04-b86a-eec8efa1c3c7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Richard\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14847\",\n            \"email\": \"RMartin@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8bb01b78-d697-4837-9954-67fe86c0b352\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c914-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sherry\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14848\",\n            \"email\": \"SMartin@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"K\"\n            ],\n            \"sourcedId\": \"69caab67-0f7a-4c04-a752-135dfab38790\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c915-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Daniel\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14850\",\n            \"email\": \"DMartin@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1f146419-b3b6-4cb6-aa15-1a24f870055d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c917-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kathleen\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14851\",\n            \"email\": \"KMartin@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8ecf7e48-37ef-41e9-8dd6-9929d699f178\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c918-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KEdwards\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kimberly\",\n            \"familyName\": \"Edwards\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14853\",\n            \"email\": \"KEdwards@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5ec82b15-4bca-46fc-a1db-9e900cce6e7d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c91a-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PamelaJackson_20477@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Pamela\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14863\",\n            \"email\": \"PamelaJackson_20477@gedu.demo.mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2259cdbc-16a1-4e87-b132-8f2b39981901\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c924-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MMartine\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michael\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14869\",\n            \"email\": \"MMartine@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"c3e4e564-81a7-44ad-baae-5386223695f8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c92a-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GMartine\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gloria\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14870\",\n            \"email\": \"GMartine@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ba23d513-40d6-4ea0-a357-ba23997388ca\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c92b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CMartine\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Charles\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14874\",\n            \"email\": \"CMartine@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"a17e2d43-5fbd-4a5e-b0d8-c424ce3d2a9f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c92f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"VOrtiz\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Virginia\",\n            \"familyName\": \"Ortiz\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14875\",\n            \"email\": \"VOrtiz@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ea7cfd51-b4b9-493a-bf41-f948a2fffee4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c930-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PRay\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Ray\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14877\",\n            \"email\": \"PRay@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ebc85f7e-8391-41e7-8d25-b6e569dceeda\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c932-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GBell\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gloria\",\n            \"familyName\": \"Bell\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14880\",\n            \"email\": \"GBell@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"cc86fde7-092e-4225-965d-3680cdbf45db\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c935-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NLong\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Long\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14881\",\n            \"email\": \"NLong@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"4\"\n            ],\n            \"sourcedId\": \"6ef2ad3f-1e9f-4934-a839-7494a42f2a63\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c936-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"VTurner\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Turner\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14884\",\n            \"email\": \"VTurner@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"66571027-7feb-4f12-8257-cb4751c27f35\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c939-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Stephanie\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14890\",\n            \"email\": \"SGarcia@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"66dbc06c-c075-49e8-ac65-649e75568095\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c93f-0261-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"46dc26c7-4276-4f5c-ba44-f4f43b346e30"},{"name":"/Teachers/{{Teacher}}","event":[{"listen":"test","script":{"id":"280c7ec3-cb2e-4243-b60e-d19fe68398a8","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"ec874266-0b40-4a04-8397-376830677cd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Teachers/{{TeacherSourcedID}}","description":"<p>Returns information about a specific teacher.</p>\n","urlObject":{"path":["Teachers","{{TeacherSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"eef58000-3628-43aa-92d7-0648d7fe922a","name":"/Teachers/{{Teacher}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Teachers/{{TeacherSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|8962810c-b99b-4a13-8550-1832ea145152|"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:19:07 GMT"},{"key":"Content-Length","value":"585"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"username\": \"PKelly\",\n        \"enabledUser\": \"true\",\n        \"givenName\": \"Patricia\",\n        \"familyName\": \"Kelly\",\n        \"middleName\": \"D\",\n        \"role\": \"teacher\",\n        \"identifier\": \"14596\",\n        \"email\": \"PKelly@monroecity.rr.kom\",\n        \"agents\": [],\n        \"orgs\": [\n            {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                \"type\": \"org\"\n            }\n        ],\n        \"grades\": [\n            \"4\"\n        ],\n        \"sourcedId\": \"66544a25-8748-45a1-b7b5-3b2912c5e754\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n        \"metadata\": {\n            \"@refId\": \"1741f2ad-0006-0000-0000-000000000000\"\n        }\n    }\n}"}],"_postman_id":"ec874266-0b40-4a04-8397-376830677cd3"},{"name":"/Students","event":[{"listen":"test","script":{"id":"280c7ec3-cb2e-4243-b60e-d19fe68398a8","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"4bbf0cf7-9861-4c24-9113-bf050bfc3e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Students","description":"<p>Returns information about students in the district.</p>\n","urlObject":{"path":["Students"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"7804abaa-dc65-4692-b72d-743eff86794a","name":"/Students","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Students"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|0d130539-056c-429f-80b0-4e378d3ee9ca|"},{"key":"X-Total-Count","value":"3742"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:19:41 GMT"},{"key":"Content-Length","value":"92113"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"KScott\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kenneth\",\n            \"familyName\": \"Scott\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5259\",\n            \"email\": \"KScott@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/153c7998-4a08-4a16-b3ff-5b1a3733b507\",\n                    \"sourcedId\": \"153c7998-4a08-4a16-b3ff-5b1a3733b507\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/48df68ea-8e83-4c4a-af4f-f9dd9af3b05c\",\n                    \"sourcedId\": \"48df68ea-8e83-4c4a-af4f-f9dd9af3b05c\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"b4e5a04d-3953-45bf-a642-75c97096a504\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6bcc-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"5536\",\n            \"email\": \"LWilliam@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0bbd7219-9db3-4372-8a54-33f049c0313b\",\n                    \"sourcedId\": \"0bbd7219-9db3-4372-8a54-33f049c0313b\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b837fab0-0bf2-48ac-a4d2-9ca506582ac2\",\n                    \"sourcedId\": \"b837fab0-0bf2-48ac-a4d2-9ca506582ac2\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"8f87a1d2-87dd-47ea-b500-82f83afb9ffe\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6ce1-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WBaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"R\",\n            \"role\": \"student\",\n            \"identifier\": \"5782\",\n            \"email\": \"WBaker@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/20b58856-c01f-4aa2-abe5-4a234b17f176\",\n                    \"sourcedId\": \"20b58856-c01f-4aa2-abe5-4a234b17f176\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"2225fc17-bfb1-4308-bc35-9a158fa2fa96\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6dd7-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WNelson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5785\",\n            \"email\": \"WNelson@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4a572472-6a45-419e-8861-e22e0454fe8d\",\n                    \"sourcedId\": \"4a572472-6a45-419e-8861-e22e0454fe8d\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/86bac024-806f-47c5-8038-554ac28f95e3\",\n                    \"sourcedId\": \"86bac024-806f-47c5-8038-554ac28f95e3\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"488c35f2-825d-4ebd-bb38-1825d0227c61\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6dda-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HBailey\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Henry\",\n            \"familyName\": \"Bailey\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5787\",\n            \"email\": \"HBailey@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2ac5c94c-e3a6-4fd8-8c0b-320fa1fc3f19\",\n                    \"sourcedId\": \"2ac5c94c-e3a6-4fd8-8c0b-320fa1fc3f19\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"f0e2e0ac-e1bf-4b34-a8ac-873236f3efe6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6ddc-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MRichard\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Maria\",\n            \"familyName\": \"Richardson\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"5788\",\n            \"email\": \"MRichard@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c571748c-b35a-4ae8-bc16-9c03b1c0a32d\",\n                    \"sourcedId\": \"c571748c-b35a-4ae8-bc16-9c03b1c0a32d\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e152a2df-104b-4386-bc7e-cca80921007d\",\n                    \"sourcedId\": \"e152a2df-104b-4386-bc7e-cca80921007d\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"eedd8680-b3d9-4da3-b842-7ae76b0d257e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6ddd-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CHicks\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Carolyn\",\n            \"familyName\": \"Hicks\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5789\",\n            \"email\": \"CHicks@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2d53cd99-51c9-444b-b6fa-179a262ae07c\",\n                    \"sourcedId\": \"2d53cd99-51c9-444b-b6fa-179a262ae07c\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/5cb27333-2be6-4aaa-9c2b-7d64955cbd24\",\n                    \"sourcedId\": \"5cb27333-2be6-4aaa-9c2b-7d64955cbd24\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"a2ea75d3-3070-4e38-b87c-a164875dc0ae\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6dde-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WAllen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Allen\",\n            \"middleName\": \"X\",\n            \"role\": \"student\",\n            \"identifier\": \"5791\",\n            \"email\": \"WAllen@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d9d748c1-50a8-469d-9c45-00533daa7fbe\",\n                    \"sourcedId\": \"d9d748c1-50a8-469d-9c45-00533daa7fbe\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/da8be4f9-49a0-4f8e-ac48-72b24ebffdd9\",\n                    \"sourcedId\": \"da8be4f9-49a0-4f8e-ac48-72b24ebffdd9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"f6d8a6fd-14b1-4dfc-aefa-03603d014a28\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6de0-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"5792\",\n            \"email\": \"JSmith@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d8d4afcf-b4ba-4b41-9870-21a6a5d37649\",\n                    \"sourcedId\": \"d8d4afcf-b4ba-4b41-9870-21a6a5d37649\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/bc3dd8cb-23f9-458d-8915-482793af6012\",\n                    \"sourcedId\": \"bc3dd8cb-23f9-458d-8915-482793af6012\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"21e09686-de60-45a3-bd7b-752c3571e561\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6de1-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SWilson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Shirley\",\n            \"familyName\": \"Wilson\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"5796\",\n            \"email\": \"SWilson@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c890f98d-7783-4881-a4d5-77e1ad9f1cf5\",\n                    \"sourcedId\": \"c890f98d-7783-4881-a4d5-77e1ad9f1cf5\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/377480cf-1cca-4017-8c68-7c8f1123ac10\",\n                    \"sourcedId\": \"377480cf-1cca-4017-8c68-7c8f1123ac10\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"758c2201-2bc6-4a76-9d48-a225b8696086\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6de5-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RStone\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Raymond\",\n            \"familyName\": \"Stone\",\n            \"middleName\": \"S\",\n            \"role\": \"student\",\n            \"identifier\": \"5798\",\n            \"email\": \"RStone@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7158bf17-c71a-400e-a90c-4a3cbba9e7db\",\n                    \"sourcedId\": \"7158bf17-c71a-400e-a90c-4a3cbba9e7db\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/afb886be-c9c4-4c6a-8f9e-547ef5c6a163\",\n                    \"sourcedId\": \"afb886be-c9c4-4c6a-8f9e-547ef5c6a163\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"0c117e8a-7d27-4c23-8fc3-ce2932fb7958\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6de7-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BLee\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Lee\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"5802\",\n            \"email\": \"BLee@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/35659c93-b5a4-4c27-abca-4b8a31532c61\",\n                    \"sourcedId\": \"35659c93-b5a4-4c27-abca-4b8a31532c61\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"59414f4e-ad56-40b3-a902-0543526c91ec\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6deb-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DCrawfor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Deborah\",\n            \"familyName\": \"Crawford\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"5814\",\n            \"email\": \"DCrawfor@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/486cc077-e3ea-4a63-abc9-4fdddfac5ee1\",\n                    \"sourcedId\": \"486cc077-e3ea-4a63-abc9-4fdddfac5ee1\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/04aeacbe-da7e-4b94-a2a1-65214321b517\",\n                    \"sourcedId\": \"04aeacbe-da7e-4b94-a2a1-65214321b517\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"2443e33f-0e06-4480-b033-b802a1fa0769\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6df7-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSanders\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mark\",\n            \"familyName\": \"Sanders\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5857\",\n            \"email\": \"MSanders@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/de47a9ec-23e3-4200-ad9b-6e32b7c3df34\",\n                    \"sourcedId\": \"de47a9ec-23e3-4200-ad9b-6e32b7c3df34\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9eaf8656-07ea-474a-8492-dfb9100792d7\",\n                    \"sourcedId\": \"9eaf8656-07ea-474a-8492-dfb9100792d7\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"85205a02-b6f7-45fb-807d-6cf3ad7ee654\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6e22-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HMorris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Morris\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"6840\",\n            \"email\": \"HMorris@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/5cc39780-aabb-4286-bf1c-327c612e8ebb\",\n                    \"sourcedId\": \"5cc39780-aabb-4286-bf1c-327c612e8ebb\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2de37ff7-2bed-431c-ab37-6449f7559fbc\",\n                    \"sourcedId\": \"2de37ff7-2bed-431c-ab37-6449f7559fbc\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"09180896-abdf-4267-abd5-436240cc31ac\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d71f9-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JRivera\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Rivera\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"7096\",\n            \"email\": \"JRivera@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f92bce73-5ca1-44e5-82e9-df2aea142bce\",\n                    \"sourcedId\": \"f92bce73-5ca1-44e5-82e9-df2aea142bce\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2a5ed782-04b6-4ab2-882f-f4d6d41c106f\",\n                    \"sourcedId\": \"2a5ed782-04b6-4ab2-882f-f4d6d41c106f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"ad57178e-b71b-4608-abdc-01f639086e9a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d72f9-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EHarris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Harris\",\n            \"middleName\": \"F\",\n            \"role\": \"student\",\n            \"identifier\": \"7100\",\n            \"email\": \"EHarris@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/45a718e5-3454-42ae-8d69-66b8389f34b6\",\n                    \"sourcedId\": \"45a718e5-3454-42ae-8d69-66b8389f34b6\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/05bc54f0-474e-4e1c-9fa6-cd2efc1baf48\",\n                    \"sourcedId\": \"05bc54f0-474e-4e1c-9fa6-cd2efc1baf48\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"4f0fcb59-74f6-47bd-944b-e6aab6c49707\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d72fd-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HCook\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Cook\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"7104\",\n            \"email\": \"HCook@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/5b8926e9-5174-4c08-bb69-82484bb3e4c0\",\n                    \"sourcedId\": \"5b8926e9-5174-4c08-bb69-82484bb3e4c0\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"78d517d3-ee3e-4c4c-a53a-aedc1905b900\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7301-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LHughes\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Hughes\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"7105\",\n            \"email\": \"LHughes@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/106dd8b6-1e54-4f2d-a85e-ddaa8ec0b07f\",\n                    \"sourcedId\": \"106dd8b6-1e54-4f2d-a85e-ddaa8ec0b07f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/af637af1-960e-4408-9128-b9c632cf081a\",\n                    \"sourcedId\": \"af637af1-960e-4408-9128-b9c632cf081a\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"27fc0a60-728d-4bd0-b9d8-d0c70f71914b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7302-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DParker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"Parker\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"7106\",\n            \"email\": \"DParker@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/42152e40-8ec2-4d1e-985a-ca28d12fd256\",\n                    \"sourcedId\": \"42152e40-8ec2-4d1e-985a-ca28d12fd256\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f3c5ce89-afa1-46e4-a83e-24c71aee3efd\",\n                    \"sourcedId\": \"f3c5ce89-afa1-46e4-a83e-24c71aee3efd\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"6a412f4b-d866-4148-9773-6e34fd0c47c4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7303-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WKing\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"King\",\n            \"middleName\": \"R\",\n            \"role\": \"student\",\n            \"identifier\": \"7107\",\n            \"email\": \"WKing@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ee8cfd60-34c2-47af-9ce3-9e602adf65f5\",\n                    \"sourcedId\": \"ee8cfd60-34c2-47af-9ce3-9e602adf65f5\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/eef0ce9e-a06b-4f1f-94fb-a964315e8ae1\",\n                    \"sourcedId\": \"eef0ce9e-a06b-4f1f-94fb-a964315e8ae1\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"7b797c3e-cac7-4475-9524-5047a6f2112b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7304-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BKing\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brian\",\n            \"familyName\": \"King\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"7108\",\n            \"email\": \"BKing@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ee8cfd60-34c2-47af-9ce3-9e602adf65f5\",\n                    \"sourcedId\": \"ee8cfd60-34c2-47af-9ce3-9e602adf65f5\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/eef0ce9e-a06b-4f1f-94fb-a964315e8ae1\",\n                    \"sourcedId\": \"eef0ce9e-a06b-4f1f-94fb-a964315e8ae1\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"2e4460b6-2822-43e5-8590-f04f3c87c526\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7305-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LHoward\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Howard\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"7114\",\n            \"email\": \"LHoward@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b0072cd2-54e0-42fd-b4a1-5f4f4dd47455\",\n                    \"sourcedId\": \"b0072cd2-54e0-42fd-b4a1-5f4f4dd47455\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/aff30811-d075-4e1f-ac4d-8d66dd6f7e8e\",\n                    \"sourcedId\": \"aff30811-d075-4e1f-ac4d-8d66dd6f7e8e\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"fe4ab035-b3cc-4bc7-9e86-9ce58ad13279\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d730b-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gary\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"R\",\n            \"role\": \"student\",\n            \"identifier\": \"7116\",\n            \"email\": \"GGarcia@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/03c29c7b-c999-46df-9ea0-0cc7ea600a02\",\n                    \"sourcedId\": \"03c29c7b-c999-46df-9ea0-0cc7ea600a02\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a9bb175f-f06c-4962-a9f5-e52e1c7243a7\",\n                    \"sourcedId\": \"a9bb175f-f06c-4962-a9f5-e52e1c7243a7\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"a0708943-23ed-4e6b-adfc-edee7325e5c7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d730d-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KMiller\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Karen\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"7117\",\n            \"email\": \"KMiller@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2ad69289-6bee-4417-b4e3-aaefbc100c1f\",\n                    \"sourcedId\": \"2ad69289-6bee-4417-b4e3-aaefbc100c1f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/054f8fdc-1058-4304-8b6c-13d8d4c2f7e7\",\n                    \"sourcedId\": \"054f8fdc-1058-4304-8b6c-13d8d4c2f7e7\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"1e9d1ed2-c692-482c-99d0-255efa9057b3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d730e-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PReed\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Pamela\",\n            \"familyName\": \"Reed\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"7122\",\n            \"email\": \"PReed@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/10534053-3468-416f-98fa-b0540fac7570\",\n                    \"sourcedId\": \"10534053-3468-416f-98fa-b0540fac7570\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"48e22577-c990-45b9-bd64-9b5812c2a970\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7313-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Marie\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"7125\",\n            \"email\": \"MMartin@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/00c00915-be89-4e78-bc0f-20c8bf2664e8\",\n                    \"sourcedId\": \"00c00915-be89-4e78-bc0f-20c8bf2664e8\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0a366d6a-0f0e-43ed-83c2-d3433a4012f5\",\n                    \"sourcedId\": \"0a366d6a-0f0e-43ed-83c2-d3433a4012f5\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"d6389cd7-e77d-402b-9dbe-3eaefc9d0d83\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7316-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EBarnes\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Barnes\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"7128\",\n            \"email\": \"EBarnes@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/fc7349aa-4ee0-47d4-b1d5-51b4567e09da\",\n                    \"sourcedId\": \"fc7349aa-4ee0-47d4-b1d5-51b4567e09da\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4bd8e5cb-07f3-40e6-893e-8cde147b77e0\",\n                    \"sourcedId\": \"4bd8e5cb-07f3-40e6-893e-8cde147b77e0\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"04cff7bf-3a02-4c7e-8091-4d92b1a7b63a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7319-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ARogers\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Annie\",\n            \"familyName\": \"Rogers\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"8483\",\n            \"email\": \"ARogers@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6090496d-5cf6-42a5-ada6-8b57fe8cdd34\",\n                    \"sourcedId\": \"6090496d-5cf6-42a5-ada6-8b57fe8cdd34\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/65e92321-8e4d-4293-8cd1-b93b948b8b98\",\n                    \"sourcedId\": \"65e92321-8e4d-4293-8cd1-b93b948b8b98\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"a78c0335-16d3-48c5-a1e2-671cc455ab70\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7864-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DHunt\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"Hunt\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"8547\",\n            \"email\": \"DHunt@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4907e103-5e99-45cd-aaf5-297fd7cc5c3f\",\n                    \"sourcedId\": \"4907e103-5e99-45cd-aaf5-297fd7cc5c3f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/49e7f726-7e11-4111-bd84-034cbd6eecad\",\n                    \"sourcedId\": \"49e7f726-7e11-4111-bd84-034cbd6eecad\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"7180c7e5-8eae-4b2b-91f7-bba1cb88d209\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d78a4-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ABaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Adam\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"8564\",\n            \"email\": \"ABaker@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d237751c-93d7-46a2-a3b7-2ec29d8310cc\",\n                    \"sourcedId\": \"d237751c-93d7-46a2-a3b7-2ec29d8310cc\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7aa738b4-bcab-4d05-afa5-ff0c1b90ead2\",\n                    \"sourcedId\": \"7aa738b4-bcab-4d05-afa5-ff0c1b90ead2\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"0680cf35-3949-42b0-9337-8b93156265d1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d78b5-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KLewis\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Karen\",\n            \"familyName\": \"Lewis\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"8570\",\n            \"email\": \"KLewis@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d243b8ad-69b0-4944-998b-ebf4410c87b0\",\n                    \"sourcedId\": \"d243b8ad-69b0-4944-998b-ebf4410c87b0\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"90a4b1e6-1b52-4e75-a99a-b6adc03d8da3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d78bb-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AHernand\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Aaron\",\n            \"familyName\": \"Hernandez\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"8771\",\n            \"email\": \"AHernand@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0ad86f9d-e6b7-4c0f-8030-6ce35540961b\",\n                    \"sourcedId\": \"0ad86f9d-e6b7-4c0f-8030-6ce35540961b\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/47733d42-b131-455b-a9d3-2efdb3e7f3e4\",\n                    \"sourcedId\": \"47733d42-b131-455b-a9d3-2efdb3e7f3e4\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"4d5bed98-adad-4089-b2ca-b77031735edb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7984-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSpacely\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mark\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"8810\",\n            \"email\": \"MSpacely@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3948a65f-c129-42ef-9f6e-5ad9041ef169\",\n                    \"sourcedId\": \"3948a65f-c129-42ef-9f6e-5ad9041ef169\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d99c8a0d-da18-4f51-b1e7-603660524609\",\n                    \"sourcedId\": \"d99c8a0d-da18-4f51-b1e7-603660524609\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"1ff2a94e-9823-43e8-a8a3-5c093b3347e9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d79ab-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AAnderso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Anna\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"8858\",\n            \"email\": \"AAnderso@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cabb8d0f-449e-4902-8f52-9de8019c0586\",\n                    \"sourcedId\": \"cabb8d0f-449e-4902-8f52-9de8019c0586\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/fc728f97-60cf-4311-9d7d-c7578ad6ba10\",\n                    \"sourcedId\": \"fc728f97-60cf-4311-9d7d-c7578ad6ba10\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"59ce5b90-fa8a-4ea4-9294-47047a798375\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d79db-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JAnderso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"8862\",\n            \"email\": \"JAnderso@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2343199e-f227-44e8-bd72-9a06400f32cb\",\n                    \"sourcedId\": \"2343199e-f227-44e8-bd72-9a06400f32cb\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/42f2170f-3b6f-4f0b-9e76-36fd6bbea320\",\n                    \"sourcedId\": \"42f2170f-3b6f-4f0b-9e76-36fd6bbea320\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"7fdc27ef-2505-4152-8698-449dc8a79f0a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d79df-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"18146\",\n            \"email\": \"MSmith@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/caeea5d5-8101-40bd-a543-ed3268241957\",\n                    \"sourcedId\": \"caeea5d5-8101-40bd-a543-ed3268241957\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/74e5235d-5f4e-4bc3-a5fd-eda59428e279\",\n                    \"sourcedId\": \"74e5235d-5f4e-4bc3-a5fd-eda59428e279\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"feacfbf5-7211-4000-a317-1f83e5172401\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7c84-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JoyceWalker_1219@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Lewis\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"18255\",\n            \"email\": \"JoyceWalker_1219@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9b678dfc-9021-453a-bd49-f389735d8804\",\n                    \"sourcedId\": \"9b678dfc-9021-453a-bd49-f389735d8804\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4b8a08f2-ffc5-42fa-84f6-4bcea8544665\",\n                    \"sourcedId\": \"4b8a08f2-ffc5-42fa-84f6-4bcea8544665\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"c289c0a6-8aab-46a8-9b8f-bb0e03874c8d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802592aa-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LindaLewis_1222@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nicole\",\n            \"familyName\": \"Butler\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"18322\",\n            \"email\": \"LindaLewis_1222@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/db035a21-762f-4851-8b99-2d7d4da2b566\",\n                    \"sourcedId\": \"db035a21-762f-4851-8b99-2d7d4da2b566\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"b7d901c8-7bda-495e-856c-04952dd880ad\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7ca6-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MichaelMartin_1229@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Clark\",\n            \"middleName\": \"G\",\n            \"role\": \"student\",\n            \"identifier\": \"18464\",\n            \"email\": \"MichaelMartin_1229@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d3a19474-0e21-4117-8059-2c565de5afca\",\n                    \"sourcedId\": \"d3a19474-0e21-4117-8059-2c565de5afca\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/5a10100b-f25a-44b7-b6c1-0c129a568302\",\n                    \"sourcedId\": \"5a10100b-f25a-44b7-b6c1-0c129a568302\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"93e592f3-ad64-4024-b3a2-66a5e2fcbb6e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802593fe-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"IreneClark_1234@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"18635\",\n            \"email\": \"IreneClark_1234@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b5decfe2-3da4-400c-ab39-cbe0df5a7cfe\",\n                    \"sourcedId\": \"b5decfe2-3da4-400c-ab39-cbe0df5a7cfe\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/021b95b7-5748-4de4-a070-b289dcdc1397\",\n                    \"sourcedId\": \"021b95b7-5748-4de4-a070-b289dcdc1397\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"9881d3d6-fe99-4c5c-8129-5656deb1a004\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7cbc-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CMartine\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christopher\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"18740\",\n            \"email\": \"CMartine@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/08c7e557-389d-41f2-be6d-2f196142e006\",\n                    \"sourcedId\": \"08c7e557-389d-41f2-be6d-2f196142e006\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ab470c6c-0aab-4c2c-b7f5-38a063f4c0c5\",\n                    \"sourcedId\": \"ab470c6c-0aab-4c2c-b7f5-38a063f4c0c5\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"44fb942e-569c-45e4-be53-70f806b20fe7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"802592c2-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MichaelBailey_18208@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"19089\",\n            \"email\": \"MichaelBailey_18208@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cc5326a0-961e-4f0c-bfb4-401fc81dcc01\",\n                    \"sourcedId\": \"cc5326a0-961e-4f0c-bfb4-401fc81dcc01\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/fb0623ee-aa96-4673-ab93-54b864d03fa9\",\n                    \"sourcedId\": \"fb0623ee-aa96-4673-ab93-54b864d03fa9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"2399ace2-86b6-4fa6-9fbf-78c6d011bbc3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259380-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DonaldGreen_18214@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sandra\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"19131\",\n            \"email\": \"DonaldGreen_18214@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d5169b47-1c8e-4841-9b16-d1898f4cf8b8\",\n                    \"sourcedId\": \"d5169b47-1c8e-4841-9b16-d1898f4cf8b8\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/bfc7aa79-d939-4c8a-b6fc-26362f27940b\",\n                    \"sourcedId\": \"bfc7aa79-d939-4c8a-b6fc-26362f27940b\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"aa987afe-3d3a-4094-aa03-1fe29c8f2fa3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802594d6-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AaronOrtiz_18376@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Wells\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"19653\",\n            \"email\": \"AaronOrtiz_18376@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/06386c13-ebd9-4266-a84b-d72aefd79a03\",\n                    \"sourcedId\": \"06386c13-ebd9-4266-a84b-d72aefd79a03\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0d130ce8-4b6f-49f4-86f7-c2ac8a3c6319\",\n                    \"sourcedId\": \"0d130ce8-4b6f-49f4-86f7-c2ac8a3c6319\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0b6d383c-9cd0-442f-9b64-685b434d97c5\",\n                    \"sourcedId\": \"0b6d383c-9cd0-442f-9b64-685b434d97c5\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"0b6d383c-9cd0-442f-9b64-685b434d97c5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802593dd-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"FrankEdwards_18552@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Andrea\",\n            \"familyName\": \"Phillips\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"19778\",\n            \"email\": \"FrankEdwards_18552@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a27e83af-ddab-4e54-8eb1-06aeac557070\",\n                    \"sourcedId\": \"a27e83af-ddab-4e54-8eb1-06aeac557070\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/712e81a6-83a0-4d40-98a8-1baebafe2904\",\n                    \"sourcedId\": \"712e81a6-83a0-4d40-98a8-1baebafe2904\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"a3340c83-86f5-4af3-aae9-8746521cd734\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7d46-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RogerTaylor_19269@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20107\",\n            \"email\": \"RogerTaylor_19269@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f16e7c2e-64a2-430f-b9d2-725062d754ae\",\n                    \"sourcedId\": \"f16e7c2e-64a2-430f-b9d2-725062d754ae\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"9\"\n            ],\n            \"sourcedId\": \"afd6c056-c56c-4f5e-a396-f31a879cc986\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7d9c-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JasonWhite_19279@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"20109\",\n            \"email\": \"JasonWhite_19279@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/70b7d108-570c-41aa-9f18-9240aee09258\",\n                    \"sourcedId\": \"70b7d108-570c-41aa-9f18-9240aee09258\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"cd778686-d1f1-4078-90e3-41f0de5f2bd2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7d9e-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ERodrigu\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Eva\",\n            \"familyName\": \"Rodriguez\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"20144\",\n            \"email\": \"ERodrigu@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c6eafb8d-f4fd-4b7e-9ab9-a285ce519f02\",\n                    \"sourcedId\": \"c6eafb8d-f4fd-4b7e-9ab9-a285ce519f02\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6c803163-7bac-4986-83c3-1fadf321a230\",\n                    \"sourcedId\": \"6c803163-7bac-4986-83c3-1fadf321a230\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"de17d2e4-6463-4909-8d2b-7aec4e4f57b0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dae-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RHoward\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Howard\",\n            \"middleName\": \"L\",\n            \"role\": \"student\",\n            \"identifier\": \"20153\",\n            \"email\": \"RHoward@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ff4297fa-c344-4a6a-b681-fabca18d75bd\",\n                    \"sourcedId\": \"ff4297fa-c344-4a6a-b681-fabca18d75bd\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"7075c6e7-6cd9-4702-b259-9b984e6ca8b2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7db4-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"TAdams\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Thomas\",\n            \"familyName\": \"Adams\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"20157\",\n            \"email\": \"TAdams@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/592a9651-437c-4a08-bce1-268435edb3e8\",\n                    \"sourcedId\": \"592a9651-437c-4a08-bce1-268435edb3e8\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9210ce57-a58c-490d-8fbd-f61d0caa8735\",\n                    \"sourcedId\": \"9210ce57-a58c-490d-8fbd-f61d0caa8735\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"c5d24dd4-41c7-435f-9906-a1ad70fe327a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7db6-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SRobinso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Robinson\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20199\",\n            \"email\": \"SRobinso@schoolmail.k12.guv\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2d793c1e-c6a7-4896-8521-ab2e59b46b6c\",\n                    \"sourcedId\": \"2d793c1e-c6a7-4896-8521-ab2e59b46b6c\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"f2e2da0f-cb0d-4d99-989d-e496871ba8b7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dc9-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MarkCollins_19439@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"20220\",\n            \"email\": \"MarkCollins_19439@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6d020856-b877-483a-8567-69b6aa8cce5c\",\n                    \"sourcedId\": \"6d020856-b877-483a-8567-69b6aa8cce5c\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4f39ec45-0762-426f-bf32-7c63d28aff1f\",\n                    \"sourcedId\": \"4f39ec45-0762-426f-bf32-7c63d28aff1f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"59c363c3-c126-404e-8d81-30c75c29b6a0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dcd-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JosephHernandez_19501@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Margaret\",\n            \"familyName\": \"Wright\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"20236\",\n            \"email\": \"JosephHernandez_19501@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4ebbc281-4846-4377-b3fc-4b78018196fa\",\n                    \"sourcedId\": \"4ebbc281-4846-4377-b3fc-4b78018196fa\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/95df5208-0fae-46eb-90f8-82f28a1df388\",\n                    \"sourcedId\": \"95df5208-0fae-46eb-90f8-82f28a1df388\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"ec43bcce-72b0-4777-8f99-d014379716b3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd4-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JackSanchez_19507@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jason\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"20237\",\n            \"email\": \"JackSanchez_19507@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/628351c1-b2de-41c4-aeb3-10914b0b5c8b\",\n                    \"sourcedId\": \"628351c1-b2de-41c4-aeb3-10914b0b5c8b\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0a581e95-3f7c-404c-b8ee-e8e5f462f535\",\n                    \"sourcedId\": \"0a581e95-3f7c-404c-b8ee-e8e5f462f535\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"8671d604-731c-4c4a-b9b8-67a743035e2d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd5-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EugeneAnderson_19582@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michael\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"20238\",\n            \"email\": \"EugeneAnderson_19582@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/798ed2bf-5cf8-4b1c-9e39-2f01bec31d04\",\n                    \"sourcedId\": \"798ed2bf-5cf8-4b1c-9e39-2f01bec31d04\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f795b0f9-e744-4773-ae5e-9a23f2514a58\",\n                    \"sourcedId\": \"f795b0f9-e744-4773-ae5e-9a23f2514a58\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"9ebe382e-2356-49a5-a705-90f73a2a305c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd6-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PeterEvans_19585@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Marie\",\n            \"familyName\": \"Dixon\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20239\",\n            \"email\": \"PeterEvans_19585@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/892fe668-67ad-429e-a388-4faa3261ef6a\",\n                    \"sourcedId\": \"892fe668-67ad-429e-a388-4faa3261ef6a\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"8185f07c-5f5f-4ae7-897b-a8dbe5d51022\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd7-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MichaelWhite_19710@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"S\",\n            \"role\": \"student\",\n            \"identifier\": \"20240\",\n            \"email\": \"MichaelWhite_19710@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/8c79d5fe-9bb2-4969-b85f-7352b9c5ae30\",\n                    \"sourcedId\": \"8c79d5fe-9bb2-4969-b85f-7352b9c5ae30\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f7844795-c99c-4331-8d7d-5348636df49d\",\n                    \"sourcedId\": \"f7844795-c99c-4331-8d7d-5348636df49d\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"faeea758-d71d-4e62-b5b5-f728b4b889b9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd8-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DKing\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"King\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"20241\",\n            \"email\": \"DKing@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a418091b-25c5-4b09-a2ad-21c6eee53214\",\n                    \"sourcedId\": \"a418091b-25c5-4b09-a2ad-21c6eee53214\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4ccb6968-f0a2-4258-ad9f-0c0babfff887\",\n                    \"sourcedId\": \"4ccb6968-f0a2-4258-ad9f-0c0babfff887\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"8bee5c85-a058-4bb4-8e0d-10d05a9faa6e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd9-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JosephRivera_19715@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joyce\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20243\",\n            \"email\": \"JosephRivera_19715@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/8d4a8fab-bf23-485a-8003-60ffe6ef09db\",\n                    \"sourcedId\": \"8d4a8fab-bf23-485a-8003-60ffe6ef09db\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/669a39e8-e234-42a1-8bab-8b171ceba220\",\n                    \"sourcedId\": \"669a39e8-e234-42a1-8bab-8b171ceba220\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"9\"\n            ],\n            \"sourcedId\": \"7e56e28a-e4b8-45f2-bce3-830992ba9207\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7ddb-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JustinHughes_19723@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Irene\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"20244\",\n            \"email\": \"JustinHughes_19723@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f90ed86a-d314-443e-8967-36109440579f\",\n                    \"sourcedId\": \"f90ed86a-d314-443e-8967-36109440579f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/74cd9d99-c4f4-43d9-981a-83faaffc6dd1\",\n                    \"sourcedId\": \"74cd9d99-c4f4-43d9-981a-83faaffc6dd1\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"69ca9ac9-f85d-4652-893b-96aa1d316369\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7ddc-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GaryAdams_20529@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Black\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20797\",\n            \"email\": \"GaryAdams_20529@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/17d93f4a-350a-402a-b0bb-3797892418e9\",\n                    \"sourcedId\": \"17d93f4a-350a-402a-b0bb-3797892418e9\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f1cfbd14-a8e9-46d2-a227-cf9064e0190f\",\n                    \"sourcedId\": \"f1cfbd14-a8e9-46d2-a227-cf9064e0190f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"edd9877e-48e2-4bd7-bbdf-4d2607ee1970\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7df0-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"StevenAppleberry_21044@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"T\",\n            \"role\": \"student\",\n            \"identifier\": \"21687\",\n            \"email\": \"StevenAppleberry_21044@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f667a8bd-8384-4ae6-a3f5-d1c3cf481298\",\n                    \"sourcedId\": \"f667a8bd-8384-4ae6-a3f5-d1c3cf481298\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7bc647da-2551-4b6e-90c4-d128f8e2789a\",\n                    \"sourcedId\": \"7bc647da-2551-4b6e-90c4-d128f8e2789a\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"d6b2f566-e89d-49df-9ece-35574b2ef457\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dff-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BarbaraCampbell_21086@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Raymond\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"21716\",\n            \"email\": \"BarbaraCampbell_21086@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/1b08f089-240d-4bd7-881d-85a4d3ba2fc7\",\n                    \"sourcedId\": \"1b08f089-240d-4bd7-881d-85a4d3ba2fc7\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"820edaa8-0df0-4851-8bb4-9bf7ff07ff68\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7e00-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JesseEdwards_25344@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Lee\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"22454\",\n            \"email\": \"JesseEdwards_25344@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/77c71967-f28f-4651-b63b-4db32d6c2d97\",\n                    \"sourcedId\": \"77c71967-f28f-4651-b63b-4db32d6c2d97\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0caf4473-2431-4d42-bd2b-4f2864c2db0f\",\n                    \"sourcedId\": \"0caf4473-2431-4d42-bd2b-4f2864c2db0f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"8df852c5-65c8-424b-ac6b-49fcb696dbdd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7e28-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WilliamYoung_3066@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Warren\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"S\",\n            \"role\": \"student\",\n            \"identifier\": \"22672\",\n            \"email\": \"WilliamYoung_3066@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/41b6d0a4-e703-4182-8919-67cd6ab88bc5\",\n                    \"sourcedId\": \"41b6d0a4-e703-4182-8919-67cd6ab88bc5\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7527be28-7c16-47ee-8164-98da02549b11\",\n                    \"sourcedId\": \"7527be28-7c16-47ee-8164-98da02549b11\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"fc333905-b49c-4e28-9337-32e0b124b5ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259836-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JCampbel\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Campbell\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"22782\",\n            \"email\": \"JCampbel@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/5c99ab5a-2c22-4428-9b3a-b69d51d442db\",\n                    \"sourcedId\": \"5c99ab5a-2c22-4428-9b3a-b69d51d442db\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9657341b-232d-4d0d-b84a-1b1aeabeaf34\",\n                    \"sourcedId\": \"9657341b-232d-4d0d-b84a-1b1aeabeaf34\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"09ee6883-bc65-412e-b3ba-5945d82242d8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80258fea-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christopher\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"22783\",\n            \"email\": \"CMartin@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f47b33c4-7dde-49e0-926d-0b35990a8ad1\",\n                    \"sourcedId\": \"f47b33c4-7dde-49e0-926d-0b35990a8ad1\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4deae9b6-3b31-4b9b-949b-b00f296116bc\",\n                    \"sourcedId\": \"4deae9b6-3b31-4b9b-949b-b00f296116bc\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"b8f5232b-172f-4856-81c6-45768de4a01b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80258feb-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ARivera\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ashley\",\n            \"familyName\": \"Rivera\",\n            \"middleName\": \"L\",\n            \"role\": \"student\",\n            \"identifier\": \"22932\",\n            \"email\": \"ARivera@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/1620075e-9f5a-493c-8457-df254371318f\",\n                    \"sourcedId\": \"1620075e-9f5a-493c-8457-df254371318f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"f40e110b-05f0-494d-8697-15d5c5fa2fad\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259024-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ChristopherHall_333@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Bennett\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"23090\",\n            \"email\": \"ChristopherHall_333@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f923d712-1cfb-4834-a144-b73628fae61c\",\n                    \"sourcedId\": \"f923d712-1cfb-4834-a144-b73628fae61c\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"f038ffd7-f27a-49aa-bf3f-575016274f1a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259058-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CarolynBaker_334@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Deborah\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"X\",\n            \"role\": \"student\",\n            \"identifier\": \"23091\",\n            \"email\": \"CarolynBaker_334@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f37c0b60-ed9d-4a2e-8aa7-239ec6476c96\",\n                    \"sourcedId\": \"f37c0b60-ed9d-4a2e-8aa7-239ec6476c96\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"eb250a38-1d42-4afa-947a-f4b4ef8c75f8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259059-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JamesEvans_370@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Benjamin\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"23108\",\n            \"email\": \"JamesEvans_370@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/93b091be-25cb-40b6-a451-438cd95de753\",\n                    \"sourcedId\": \"93b091be-25cb-40b6-a451-438cd95de753\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"5971af81-b0e7-4e7b-a4a8-1acd2e963698\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025905c-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SRichard\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gary\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23147\",\n            \"email\": \"SRichard@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d144c4d0-9f73-44f4-9f67-ab919de7f9da\",\n                    \"sourcedId\": \"d144c4d0-9f73-44f4-9f67-ab919de7f9da\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7ef8711c-aa8e-4502-aeb1-e556b56aa2b3\",\n                    \"sourcedId\": \"7ef8711c-aa8e-4502-aeb1-e556b56aa2b3\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"4478fa20-3ff9-436f-9e3c-4b788238f7e8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259068-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JustinThompson_403@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Maria\",\n            \"familyName\": \"Parker\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"23214\",\n            \"email\": \"JustinThompson_403@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b05308a1-8cbc-4efa-bccf-4e4494e28072\",\n                    \"sourcedId\": \"b05308a1-8cbc-4efa-bccf-4e4494e28072\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"129e14a1-3fcd-4977-a25d-4984535be1cc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025907a-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JasonDavis_410@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Richard\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23395\",\n            \"email\": \"JasonDavis_410@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/22ca7bda-1b2f-465d-b0bd-7d5b6bb0ce7b\",\n                    \"sourcedId\": \"22ca7bda-1b2f-465d-b0bd-7d5b6bb0ce7b\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4c21930d-8283-4a49-b29a-3807affcea89\",\n                    \"sourcedId\": \"4c21930d-8283-4a49-b29a-3807affcea89\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"64e28cc5-1ab2-4dd9-ac80-0095f96543fd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259095-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DianeWilliams_4186@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Pamela\",\n            \"familyName\": \"Wright\",\n            \"middleName\": \"C\",\n            \"role\": \"student\",\n            \"identifier\": \"23436\",\n            \"email\": \"DianeWilliams_4186@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/57b30c39-46f5-4ab4-aa27-9263c59c262b\",\n                    \"sourcedId\": \"57b30c39-46f5-4ab4-aa27-9263c59c262b\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"3a5728bc-b7d3-4da1-8544-1e2f159442c1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590a0-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RobertWhite_420@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23687\",\n            \"email\": \"RobertWhite_420@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7b334529-0b71-44aa-a8b2-0b67025b2d51\",\n                    \"sourcedId\": \"7b334529-0b71-44aa-a8b2-0b67025b2d51\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/945c2918-31f1-4179-afc8-e59ba597ddd9\",\n                    \"sourcedId\": \"945c2918-31f1-4179-afc8-e59ba597ddd9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"db384a59-d86b-49a8-8dd7-bb73bed759b5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590d9-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SandraCarter_4202@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Coleman\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"23690\",\n            \"email\": \"SandraCarter_4202@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7b334529-0b71-44aa-a8b2-0b67025b2d51\",\n                    \"sourcedId\": \"7b334529-0b71-44aa-a8b2-0b67025b2d51\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/945c2918-31f1-4179-afc8-e59ba597ddd9\",\n                    \"sourcedId\": \"945c2918-31f1-4179-afc8-e59ba597ddd9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"ec5e0465-8d5c-4890-aac9-b386567866d1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590da-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WNelson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23711\",\n            \"email\": \"WNelson@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4331ca88-b615-4040-af58-798616b67469\",\n                    \"sourcedId\": \"4331ca88-b615-4040-af58-798616b67469\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/43d1d22a-1418-4f5f-8da1-ef8a4a9fe1bb\",\n                    \"sourcedId\": \"43d1d22a-1418-4f5f-8da1-ef8a4a9fe1bb\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"eae1d1b2-4a61-4455-ae8b-13ebbd327b1c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"802590dc-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MariaHyphen_421@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gladys\",\n            \"familyName\": \"Kelly\",\n            \"middleName\": \"T\",\n            \"role\": \"student\",\n            \"identifier\": \"23713\",\n            \"email\": \"MariaHyphen_421@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4331ca88-b615-4040-af58-798616b67469\",\n                    \"sourcedId\": \"4331ca88-b615-4040-af58-798616b67469\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/43d1d22a-1418-4f5f-8da1-ef8a4a9fe1bb\",\n                    \"sourcedId\": \"43d1d22a-1418-4f5f-8da1-ef8a4a9fe1bb\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"932fc9c9-cbb9-46aa-8343-d36860ac3e3f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590dd-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RonaldCypris_4218@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Pamela\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23797\",\n            \"email\": \"RonaldCypris_4218@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/302a9f8a-bcc8-4faa-9c66-28952ebfeec6\",\n                    \"sourcedId\": \"302a9f8a-bcc8-4faa-9c66-28952ebfeec6\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"fd6b7a3a-9cf9-4247-b6de-85f00fdb00c8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590e4-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GloriaCook_426@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Travis\",\n            \"familyName\": \"Hernandez\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"23860\",\n            \"email\": \"GloriaCook_426@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/913e151c-a15f-450e-a14c-f73128f95618\",\n                    \"sourcedId\": \"913e151c-a15f-450e-a14c-f73128f95618\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"1142a249-3ee2-4aee-a7ca-fcdf39acdbfb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590e8-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MarieMorgton_4356@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Eugene\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23865\",\n            \"email\": \"MarieMorgton_4356@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ba584a50-6c37-4aa4-ac49-96672ae338a2\",\n                    \"sourcedId\": \"ba584a50-6c37-4aa4-ac49-96672ae338a2\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/65a7c171-e624-4e5b-a0af-18800d695742\",\n                    \"sourcedId\": \"65a7c171-e624-4e5b-a0af-18800d695742\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"cbb5703d-075d-4cd2-b6c7-38bee965c256\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590eb-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MatthewSmith_4359@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Maria\",\n            \"familyName\": \"Turner\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"23868\",\n            \"email\": \"MatthewSmith_4359@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4c724018-3bcc-4bd7-83e9-3a178eab5308\",\n                    \"sourcedId\": \"4c724018-3bcc-4bd7-83e9-3a178eab5308\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f398986f-d049-4448-9170-a31bc179f2a4\",\n                    \"sourcedId\": \"f398986f-d049-4448-9170-a31bc179f2a4\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/18183025-71ca-4435-b61f-ba9b5913ee05\",\n                    \"sourcedId\": \"18183025-71ca-4435-b61f-ba9b5913ee05\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"a87fea79-b3ed-44b5-9e9b-021defcb8ac5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-03-08T17:35:18.443Z\",\n            \"metadata\": {\n                \"@refId\": \"802590ee-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"StevenMartin_4363@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"23910\",\n            \"email\": \"StevenMartin_4363@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/172e18c2-77cc-4ac8-9fef-63cdb3466a9f\",\n                    \"sourcedId\": \"172e18c2-77cc-4ac8-9fef-63cdb3466a9f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7fd83f2b-54a7-4f40-9577-7b0b23340580\",\n                    \"sourcedId\": \"7fd83f2b-54a7-4f40-9577-7b0b23340580\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"bf8d4843-64e2-401a-b4ec-259386cc20f3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590f0-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MPhillip\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Phillips\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"24033\",\n            \"email\": \"MPhillip@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6c206975-7dc2-44db-b1fa-c1ee49607303\",\n                    \"sourcedId\": \"6c206975-7dc2-44db-b1fa-c1ee49607303\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"6f5a7c53-a922-48de-a382-e5972d62daec\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025910d-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SallieCollins_523@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Margaret\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"24215\",\n            \"email\": \"SallieCollins_523@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/aafa8e50-064f-4d14-bd78-7bbad6a47449\",\n                    \"sourcedId\": \"aafa8e50-064f-4d14-bd78-7bbad6a47449\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"2950e877-0cdb-41fa-8f5c-029e4e46bd5b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025912f-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DorothyBennett_987@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"24296\",\n            \"email\": \"DorothyBennett_987@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/11772bf3-5bc8-4fa3-8359-808184a028a1\",\n                    \"sourcedId\": \"11772bf3-5bc8-4fa3-8359-808184a028a1\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"5da17ba2-b87c-4952-8904-583147de3a8b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259141-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LindaBennett_988@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Peter\",\n            \"familyName\": \"Brose\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24297\",\n            \"email\": \"LindaBennett_988@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b3a65cb7-1b47-475e-b901-4086b3c01fc6\",\n                    \"sourcedId\": \"b3a65cb7-1b47-475e-b901-4086b3c01fc6\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"e50d585d-48e2-4d1f-adff-30e66347ad6b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259142-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NancyWilliams_990@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Donna\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24323\",\n            \"email\": \"NancyWilliams_990@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4611fdca-18b1-4927-88de-aafe9fc7e6df\",\n                    \"sourcedId\": \"4611fdca-18b1-4927-88de-aafe9fc7e6df\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6005af00-e3a4-4be3-b4d9-19146a049a99\",\n                    \"sourcedId\": \"6005af00-e3a4-4be3-b4d9-19146a049a99\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"e5eea4e1-db01-43a0-ab23-1569a0c6f319\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025914e-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JamesTaylor_20048@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cynthia\",\n            \"familyName\": \"Rodriguez\",\n            \"middleName\": \"G\",\n            \"role\": \"student\",\n            \"identifier\": \"24479\",\n            \"email\": \"JamesTaylor_20048@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ee4baf5f-ccd8-414a-ba3e-1771c02c82f8\",\n                    \"sourcedId\": \"ee4baf5f-ccd8-414a-ba3e-1771c02c82f8\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/24a202e5-61b7-4ece-b0a8-39653c0702cb\",\n                    \"sourcedId\": \"24a202e5-61b7-4ece-b0a8-39653c0702cb\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"2e9289a3-17bc-4c3e-b9ac-acc8ea6860eb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259188-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PamelaRodriguez_20053@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"24482\",\n            \"email\": \"PamelaRodriguez_20053@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7aaf0244-4938-4bc7-8c83-2226c6fc5d7b\",\n                    \"sourcedId\": \"7aaf0244-4938-4bc7-8c83-2226c6fc5d7b\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"5461084d-4658-48f5-8960-80aa9da93525\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259189-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CJones\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Carl\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24483\",\n            \"email\": \"CJones@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b80bf29d-ab44-4d63-8b48-fd76525b7c1c\",\n                    \"sourcedId\": \"b80bf29d-ab44-4d63-8b48-fd76525b7c1c\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/afcb7617-e59b-4ccf-958e-3d36fcc490ea\",\n                    \"sourcedId\": \"afcb7617-e59b-4ccf-958e-3d36fcc490ea\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"e46a98ae-d639-4741-a60a-036d0ee95ab5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025918a-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JWalker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jessica\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"24713\",\n            \"email\": \"JWalker@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/21c58252-beaa-4442-a4c8-952d4aa64f5c\",\n                    \"sourcedId\": \"21c58252-beaa-4442-a4c8-952d4aa64f5c\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"c679af80-ea90-4c4d-8efc-ce0e3babba90\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"802591dc-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BeatriceDavis_21191@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sallie\",\n            \"familyName\": \"Henry\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"24798\",\n            \"email\": \"BeatriceDavis_21191@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ac8d1871-c2d5-436c-8c65-f88357c135c9\",\n                    \"sourcedId\": \"ac8d1871-c2d5-436c-8c65-f88357c135c9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"cb966196-99b5-4863-991f-67bba4c46d10\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259213-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GGrassy\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gregory\",\n            \"familyName\": \"Grassy\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24799\",\n            \"email\": \"GGrassy@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/62951a3e-04ee-4301-8c83-1ec87d3b935d\",\n                    \"sourcedId\": \"62951a3e-04ee-4301-8c83-1ec87d3b935d\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d38c22a6-c63c-4927-b764-2eabb7a96813\",\n                    \"sourcedId\": \"d38c22a6-c63c-4927-b764-2eabb7a96813\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"001e2ee7-0096-40f7-90f1-25d907f53e13\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259214-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"IreneTaylor_21242@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Walter\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"24973\",\n            \"email\": \"IreneTaylor_21242@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f281ee9d-4068-4882-9617-851228121a3a\",\n                    \"sourcedId\": \"f281ee9d-4068-4882-9617-851228121a3a\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ab2e0b2e-4133-4d20-b412-805029772ace\",\n                    \"sourcedId\": \"ab2e0b2e-4133-4d20-b412-805029772ace\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"424c4355-38a3-4d9b-ad6e-ccdc0f655df3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025925b-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"VincentWhite_21248@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"24979\",\n            \"email\": \"VincentWhite_21248@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a71961e5-f84e-415e-8373-eedac1061119\",\n                    \"sourcedId\": \"a71961e5-f84e-415e-8373-eedac1061119\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"0f80ff2e-7690-4a3b-a385-10674b44e6ff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025925d-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RaymondWilliams_21268@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kevin\",\n            \"familyName\": \"Dixon\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24995\",\n            \"email\": \"RaymondWilliams_21268@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/540c8227-a35b-4abc-bfb7-74093c0e33ab\",\n                    \"sourcedId\": \"540c8227-a35b-4abc-bfb7-74093c0e33ab\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"9d10baa9-4738-4056-97aa-ffad19395917\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259263-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SallieJones_21269@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sallie\",\n            \"familyName\": \"Green\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"25011\",\n            \"email\": \"SallieJones_21269@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/297a530f-b5fd-4129-bb2c-0c565348fea0\",\n                    \"sourcedId\": \"297a530f-b5fd-4129-bb2c-0c565348fea0\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"38708125-1238-426f-ba95-7e1347357c09\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259267-edec-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"4bbf0cf7-9861-4c24-9113-bf050bfc3e4f"},{"name":"/Students/{{Student}}","event":[{"listen":"test","script":{"id":"e1cac8c1-2e3d-4d6d-8e5d-255c3a219c6b","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"ca241575-3cb8-4f36-b0ee-9decc1c92a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Students/{{StudentSourcedID}}","description":"<p>Returns information about a specific student.</p>\n","urlObject":{"path":["Students","{{StudentSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8c52d3fe-8ff9-4d22-a3cc-3053935254c4","name":"/Students/{{Student}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/Students/{{StudentSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|ee93a50e-081c-437b-a05e-18c252523b56|"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:22:05 GMT"},{"key":"Content-Length","value":"955"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"username\": \"KScott\",\n        \"enabledUser\": \"true\",\n        \"givenName\": \"Kenneth\",\n        \"familyName\": \"Scott\",\n        \"middleName\": \"\",\n        \"role\": \"student\",\n        \"identifier\": \"5259\",\n        \"email\": \"KScott@yoohoo.kom\",\n        \"agents\": [\n            {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/153c7998-4a08-4a16-b3ff-5b1a3733b507\",\n                \"sourcedId\": \"153c7998-4a08-4a16-b3ff-5b1a3733b507\",\n                \"type\": \"user\"\n            },\n            {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/48df68ea-8e83-4c4a-af4f-f9dd9af3b05c\",\n                \"sourcedId\": \"48df68ea-8e83-4c4a-af4f-f9dd9af3b05c\",\n                \"type\": \"user\"\n            }\n        ],\n        \"orgs\": [\n            {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            }\n        ],\n        \"grades\": [\n            \"12\"\n        ],\n        \"sourcedId\": \"b4e5a04d-3953-45bf-a642-75c97096a504\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n        \"metadata\": {\n            \"@refId\": \"d99d6bcc-17ca-0000-0000-000000000000\"\n        }\n    }\n}"}],"_postman_id":"ca241575-3cb8-4f36-b0ee-9decc1c92a34"},{"name":"/Classes/{{Class}}/Teachers","event":[{"listen":"test","script":{"id":"cb1e93b4-92c0-44bf-a8da-30c84766c657","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.results[0].lineItem.href).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].lineItem.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].lineItem.type).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].student.href).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].student.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].scoreStatus).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].score).to.be.an(\"number\");\r","    pm.expect(responseJson.results[0].scoreDate).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].comment).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].dateLastModified).to.be.an(\"string\");\r","})"],"type":"text/javascript"}}],"id":"cc57537e-a243-4ca9-a986-9168d125923f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/teachers/","description":"<p>Returns information about all teachers assigned to a specific class section.</p>\n","urlObject":{"path":["classes","{{ClassSourcedID}}","teachers",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"91277bca-6540-42dc-a495-5754275bb029","name":"/Classes/{{Class}}/Teachers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/teachers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|30b66b82-aa78-4cd4-ad7d-4b81007cc143|"},{"key":"X-Total-Count","value":"2"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:22:50 GMT"},{"key":"Content-Length","value":"1477"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"PHarris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Harris\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14781\",\n            \"email\": \"PHarris@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"c6cb8dff-b9ee-4637-818c-4f6cee53f555\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"39829\",\n            \"email\": \"MTaylor@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"e71c0006-b47e-4e88-b207-1f536651ec4c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb87-0261-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"cc57537e-a243-4ca9-a986-9168d125923f"},{"name":"/Classes/{{Class}}/Students","event":[{"listen":"test","script":{"id":"8825c985-75fb-469d-8f68-96073fc1ed1d","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.results[0].lineItem.href).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].lineItem.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].lineItem.type).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].student.href).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].student.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].scoreStatus).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].score).to.be.an(\"number\");\r","    pm.expect(responseJson.results[0].scoreDate).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].comment).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].dateLastModified).to.be.an(\"string\");\r","})"],"type":"text/javascript"}}],"id":"5f07cf9d-c06b-4c0c-9d95-053b15d0c9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/students/","description":"<p>Returns information about all students assigned to a specific class section.</p>\n","urlObject":{"path":["classes","{{ClassSourcedID}}","students",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"532f2ce3-96e6-4543-98d9-2570b4a0b91f","name":"/Classes/{{Class}}/Students","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/students/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|abc9c250-61a7-4191-8ec6-58994b1e5293|"},{"key":"X-Total-Count","value":"13"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:23:01 GMT"},{"key":"Content-Length","value":"12112"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"EugeneAnderson_19582@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michael\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"20238\",\n            \"email\": \"EugeneAnderson_19582@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/798ed2bf-5cf8-4b1c-9e39-2f01bec31d04\",\n                    \"sourcedId\": \"798ed2bf-5cf8-4b1c-9e39-2f01bec31d04\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/f795b0f9-e744-4773-ae5e-9a23f2514a58\",\n                    \"sourcedId\": \"f795b0f9-e744-4773-ae5e-9a23f2514a58\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"9ebe382e-2356-49a5-a705-90f73a2a305c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd6-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Melissa\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"K\",\n            \"role\": \"student\",\n            \"identifier\": \"27257\",\n            \"email\": \"MSmith@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/19eac19a-835e-4385-a13a-cfec4cd1ded3\",\n                    \"sourcedId\": \"19eac19a-835e-4385-a13a-cfec4cd1ded3\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/babb533f-a158-4b70-88e6-e8583d741948\",\n                    \"sourcedId\": \"babb533f-a158-4b70-88e6-e8583d741948\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"e252e036-1593-49e2-8058-31b6b026ba23\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025953e-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Angela\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"27333\",\n            \"email\": \"AMartin@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/08ab7011-9032-4a60-a36c-9a0909ef7b97\",\n                    \"sourcedId\": \"08ab7011-9032-4a60-a36c-9a0909ef7b97\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"830eccd5-2e03-430d-8d39-818c10af8a06\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259542-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CRobinso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christopher\",\n            \"familyName\": \"Robinson\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"27475\",\n            \"email\": \"CRobinso@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/1d184ea6-a947-4419-a01c-23fb5427a327\",\n                    \"sourcedId\": \"1d184ea6-a947-4419-a01c-23fb5427a327\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"cd5218d0-d66c-4290-9dd7-3e1ac0d1232e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025957c-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JNelson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"27915\",\n            \"email\": \"JNelson@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/6826a57b-aa5a-4071-babe-890ffc878871\",\n                    \"sourcedId\": \"6826a57b-aa5a-4071-babe-890ffc878871\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/7c66c766-1321-4578-bb43-c3d770cee3cc\",\n                    \"sourcedId\": \"7c66c766-1321-4578-bb43-c3d770cee3cc\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"26a06eb1-e365-44cb-a3a7-d076828a1de8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259639-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CCarter\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Charlie\",\n            \"familyName\": \"Carter\",\n            \"middleName\": \"R\",\n            \"role\": \"student\",\n            \"identifier\": \"32960\",\n            \"email\": \"CCarter@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/98227c0f-430d-4c33-8b50-5dd31b655834\",\n                    \"sourcedId\": \"98227c0f-430d-4c33-8b50-5dd31b655834\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"26e3626c-9308-415e-8f45-e826bb4d2674\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259cf6-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BCampbel\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Campbell\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"33050\",\n            \"email\": \"BCampbel@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/d0e8b73e-d10c-4240-8d95-78bde1255ee9\",\n                    \"sourcedId\": \"d0e8b73e-d10c-4240-8d95-78bde1255ee9\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/4e25218c-3dfa-4608-98ca-4ae352f44334\",\n                    \"sourcedId\": \"4e25218c-3dfa-4608-98ca-4ae352f44334\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"d37637a3-e4ee-46d9-aa89-2bb31d129195\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259d1a-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MPeterso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Margaret\",\n            \"familyName\": \"Peterson\",\n            \"middleName\": \"L\",\n            \"role\": \"student\",\n            \"identifier\": \"36776\",\n            \"email\": \"MPeterso@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/0d2171a3-7289-422e-bf63-84ea85fdd472\",\n                    \"sourcedId\": \"0d2171a3-7289-422e-bf63-84ea85fdd472\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"6c441a96-b0c4-4bb7-b452-2e9de6e93d99\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a232-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LMartine\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"38049\",\n            \"email\": \"LMartine@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/aa02a68f-5847-40cb-9c23-a141b2bd3983\",\n                    \"sourcedId\": \"aa02a68f-5847-40cb-9c23-a141b2bd3983\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"6f1a8bcd-2c0f-4ac4-b2ee-c736e096051e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a40c-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DCollins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Donna\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"39855\",\n            \"email\": \"DCollins@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/a8836431-3b6d-43c8-a2a7-3bf1ab58defb\",\n                    \"sourcedId\": \"a8836431-3b6d-43c8-a2a7-3bf1ab58defb\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"c11a20e5-9230-44f5-8e80-62ee196029b9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a687-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JHenry\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Julie\",\n            \"familyName\": \"Henry\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"39926\",\n            \"email\": \"JHenry@schoolmail.k12.guv\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/d68003e2-63f3-4b66-bb0c-cfa7d555c8da\",\n                    \"sourcedId\": \"d68003e2-63f3-4b66-bb0c-cfa7d555c8da\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"64652794-d547-46c7-afe4-7fc2b51b8359\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a6a5-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JBaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"S\",\n            \"role\": \"student\",\n            \"identifier\": \"41988\",\n            \"email\": \"JBaker@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/6d302796-b601-4c28-b401-2cbef307099b\",\n                    \"sourcedId\": \"6d302796-b601-4c28-b401-2cbef307099b\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"fd8cbfb0-b302-4a71-9c54-c3682b792aff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a9c1-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DJackson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Donald\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"C\",\n            \"role\": \"student\",\n            \"identifier\": \"43874\",\n            \"email\": \"DJackson@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/02d67f7e-422c-4b73-8ad3-b701c6a115b2\",\n                    \"sourcedId\": \"02d67f7e-422c-4b73-8ad3-b701c6a115b2\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"350f0993-5333-4db5-84f1-ff4f6cb687a5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025ac73-edec-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"5f07cf9d-c06b-4c0c-9d95-053b15d0c9c7"},{"name":"/Schools/{{School}}/Teachers","event":[{"listen":"test","script":{"id":"280c7ec3-cb2e-4243-b60e-d19fe68398a8","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"7a18dd2d-de2c-43e9-a380-ab0b1d9a023a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/Teachers","description":"<p>Returns information about all teachers within a single building school level.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","Teachers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"986c672e-c49d-446f-bf00-4fb367dae271","name":"/Schools/{{School}}/Teachers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/Teachers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|6971b810-0714-4dcd-8ef7-027ac95407cd|"},{"key":"X-Total-Count","value":"108"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:23:10 GMT"},{"key":"Content-Length","value":"65972"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"JTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14600\",\n            \"email\": \"JTaylor@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f06e2b10-25e1-417d-b692-98854d804b58\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a75-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christina\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14602\",\n            \"email\": \"CTaylor@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"722b79de-e00c-4885-9151-955025d89470\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a77-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SWalker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14608\",\n            \"email\": \"SWalker@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"52d3adbf-3502-41a7-b8a5-fca7b1fe3239\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7d-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DThomas\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14610\",\n            \"email\": \"DThomas@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"6f1193de-b0c6-4002-b1e1-8dba59c9b23b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a7f-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RHyphen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ruth\",\n            \"familyName\": \"Hyphen\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14614\",\n            \"email\": \"RHyphen@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"3a7e65a8-f4ff-413c-992d-eb308b901608\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a83-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14634\",\n            \"email\": \"GJohnson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"6a5ae1f3-379c-4dff-b376-8816c10d9c9d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a97-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Laura\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14640\",\n            \"email\": \"LWilliam@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ca0226b5-5d26-4d63-b268-d4b3d0d46d50\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9d-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ryan\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14641\",\n            \"email\": \"RWilliam@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"565a4188-b0dc-4a05-b68a-e2f08caccfa8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937a9e-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MPhillip\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Martha\",\n            \"familyName\": \"Phillips\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14683\",\n            \"email\": \"MPhillip@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"25b46026-72b4-4e90-8b71-3671e5ac6626\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"e8937ac8-003c-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WCook\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Cook\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14690\",\n            \"email\": \"WCook@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"146d464d-4191-4586-ae97-cad273185be8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c877-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Wayne\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14712\",\n            \"email\": \"WLopez@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0b92536d-b7d0-433c-951d-4d0b966e3882\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GLopez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Lopez\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14714\",\n            \"email\": \"GLopez@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"9adfeb7f-0bfe-4e00-998b-3d573556ddeb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c88f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BMoore\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brenda\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14720\",\n            \"email\": \"BMoore@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"87dde215-60bc-44cc-bc12-878b681d08ed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c895-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BScott\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Scott\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14722\",\n            \"email\": \"BScott@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"089b677d-da03-425a-b1cd-263dd50dd50f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c897-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MHoward\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Howard\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14741\",\n            \"email\": \"MHoward@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2fd6f035-f4f5-4ddf-8b0f-b2855e2ac303\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8aa-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"TJackson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Thomas\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14749\",\n            \"email\": \"TJackson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1b8dc887-3968-4267-936d-87ca2241d41b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Steven\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14755\",\n            \"email\": \"SGarcia@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0efcbdb4-5acc-4630-966a-0f213e151bde\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b8-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jerry\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14756\",\n            \"email\": \"JGarcia@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"sourcedId\": \"a5547456-9638-497b-ad75-6a8c898a74ca\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"sourcedId\": \"1f029522-e110-4151-9464-a08bda209bf9\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8dcfb823-22a7-499c-9b55-31424fbcd455\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8b9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PHarris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Harris\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14781\",\n            \"email\": \"PHarris@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"c6cb8dff-b9ee-4637-818c-4f6cee53f555\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BClark\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Clark\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14790\",\n            \"email\": \"BClark@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ad407c38-8461-47c8-ace4-7287e81f1479\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8db-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LTurner\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Turner\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14793\",\n            \"email\": \"LTurner@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d9aa876c-d9b2-4eaf-bd69-4804c8efa1a5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8de-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JWilson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Wilson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14795\",\n            \"email\": \"JWilson@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ece5f6b6-1362-47cb-b0f4-5b09d36a8307\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e0-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RHill\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Hill\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14799\",\n            \"email\": \"RHill@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"59d413db-090a-48e1-a711-1933f5cec863\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8e4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PMorales\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Morales\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14809\",\n            \"email\": \"PMorales@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d0b02ba2-5f28-40d2-87ea-dbc57b41f2fc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8ee-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DCollins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Daniel\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14822\",\n            \"email\": \"DCollins@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"9430d426-34d5-4c22-93ef-11fb1b33933f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8fb-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cynthia\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14827\",\n            \"email\": \"CMartin@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2872f523-5177-43d6-938c-7d799dc54cfd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c900-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AGonzale\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Amy\",\n            \"familyName\": \"Gonzalez\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14830\",\n            \"email\": \"AGonzale@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1ff63e5f-02dc-4f03-ab42-b74ed427a79b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c903-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"teacherja@mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jeffrey\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14838\",\n            \"email\": \"teacherja@mindex.com\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8cd0646e-7f8f-42d3-801d-82b5bd0acb46\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-05-03T14:18:44.383Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MMorgan\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michelle\",\n            \"familyName\": \"Morgan\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14840\",\n            \"email\": \"MMorgan@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5c7ba988-0dcd-417d-b797-bda8dfa23926\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c90d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Daniel\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14850\",\n            \"email\": \"DMartin@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1f146419-b3b6-4cb6-aa15-1a24f870055d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c917-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kathleen\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14851\",\n            \"email\": \"KMartin@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8ecf7e48-37ef-41e9-8dd6-9929d699f178\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c918-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KEdwards\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kimberly\",\n            \"familyName\": \"Edwards\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14853\",\n            \"email\": \"KEdwards@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5ec82b15-4bca-46fc-a1db-9e900cce6e7d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c91a-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"VOrtiz\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Virginia\",\n            \"familyName\": \"Ortiz\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14875\",\n            \"email\": \"VOrtiz@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ea7cfd51-b4b9-493a-bf41-f948a2fffee4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c930-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SHyphen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Hyphen\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14902\",\n            \"email\": \"SHyphen@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5a27406c-2a02-455f-ac4a-175c8a7b153d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c94b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JCampbel\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Campbell\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14909\",\n            \"email\": \"JCampbel@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"c608c9e4-f644-4037-a9a3-68ed2fc27de4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c952-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MWhite\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Maria\",\n            \"familyName\": \"White\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14911\",\n            \"email\": \"MWhite@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"26b4ec43-2aab-4199-9fdd-4b293f18a25f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c954-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JMitchel\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Mitchell\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14912\",\n            \"email\": \"JMitchel@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"9f81f428-7340-469f-811e-ab2260051cd5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c955-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Judith\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14915\",\n            \"email\": \"JSmith@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"81fb985d-3538-41be-be18-df1a55d2971c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c958-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PYoung\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Paul\",\n            \"familyName\": \"Young\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14918\",\n            \"email\": \"PYoung@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"776abd88-6276-4985-8083-2004ec8db41c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c95b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BHyphen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brenda\",\n            \"familyName\": \"Hyphen\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14923\",\n            \"email\": \"BHyphen@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"40326601-51ae-405b-aa3c-79f4db5497f4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c960-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BPowell\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brenda\",\n            \"familyName\": \"Powell\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14934\",\n            \"email\": \"BPowell@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"590574c5-328f-495c-b528-6861685b132e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c96b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14938\",\n            \"email\": \"LSmith@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f0b367de-fdf9-4229-b9b3-93d5e7742162\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c96f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JAdams\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Adams\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14942\",\n            \"email\": \"JAdams@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d12be90c-4573-476d-93a3-a5855daf71fd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-02-21T21:15:34.753Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c973-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14953\",\n            \"email\": \"NJohnson@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"34005118-d7de-4164-8f42-76a117f76b4e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c97e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DRamirez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Debra\",\n            \"familyName\": \"Ramirez\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14954\",\n            \"email\": \"DRamirez@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1210b640-bf27-4bf9-b588-1a0f07141fb0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c97f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CCook\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Catherine\",\n            \"familyName\": \"Cook\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"18730\",\n            \"email\": \"CCook@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"3325a104-e297-437a-8510-9f971e529881\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c9b9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LMitchel\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Mitchell\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"18882\",\n            \"email\": \"LMitchel@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5c25c28c-4e3d-4588-b542-ea44a95c40cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c9d5-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"19515\",\n            \"email\": \"MJohnson@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ae7557ad-3fef-4682-94b1-db39aeabf019\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c9dc-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GWright\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Wright\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"19526\",\n            \"email\": \"GWright@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"35faf72f-ad82-4c8e-82d8-ba62c55ca696\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c9df-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KFerguso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kathleen\",\n            \"familyName\": \"Ferguson\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"21160\",\n            \"email\": \"KFerguso@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2cd1398f-7489-468e-9ce9-8c33893d60db\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca0c-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LLee\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Lee\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"22221\",\n            \"email\": \"LLee@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d5be0931-8234-426e-822e-31ab7cb91cc8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca11-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DBailey\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"Bailey\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"22382\",\n            \"email\": \"DBailey@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"fb751b01-decf-4247-be49-6f984a1b5922\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca14-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"22386\",\n            \"email\": \"DGarcia@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"b0f5f13b-9668-45d7-934d-ca73b97191a3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca18-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Daniel\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"22402\",\n            \"email\": \"DJohnson@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"606782d8-5dcf-431c-b609-10dd4d53b2cf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca1d-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BCollins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"22404\",\n            \"email\": \"BCollins@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0c538433-c87d-43c8-b9ad-554f5c860a0a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca1f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CParker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Carol\",\n            \"familyName\": \"Parker\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"22514\",\n            \"email\": \"CParker@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"b18f83e3-b004-4219-bb34-71e100a2fc3c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca2e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JRiggs\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Riggs\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"22847\",\n            \"email\": \"JRiggs@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0b247838-9c23-47bb-b9b6-8e3107f12395\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca33-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NWalker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"23574\",\n            \"email\": \"NWalker@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"7\"\n            ],\n            \"sourcedId\": \"f9a1f0a3-c050-4793-9e31-65e6c7765729\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca57-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NHyphen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Hyphen\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"25860\",\n            \"email\": \"NHyphen@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"f941a694-90e6-4afa-800a-2481da44a8c8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca8a-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CPerez\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Catherine\",\n            \"familyName\": \"Perez\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"25861\",\n            \"email\": \"CPerez@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ad15b467-310a-426e-82b6-cefd6ac749e8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca8b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"26212\",\n            \"email\": \"RSmith@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"sourcedId\": \"4977f5c8-a7e6-4ab4-a7ae-a73aef292a75\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"596a8721-f5c1-481b-a232-d4e11b6ae455\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2ca9f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CHenry\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Carol\",\n            \"familyName\": \"Henry\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"26772\",\n            \"email\": \"CHenry@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"7981adfb-96a1-46f1-93dc-b75be6553e13\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2caa4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EYoung\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Evelyn\",\n            \"familyName\": \"Young\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"27336\",\n            \"email\": \"EYoung@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"15192480-212a-44c9-a342-44fd0a3d4e24\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cab1-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DPhillip\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Phillips\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"27806\",\n            \"email\": \"DPhillip@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"149b951f-1d77-4849-9d96-188b7fdc91c1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cab8-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AFeeor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Amanda\",\n            \"familyName\": \"Feeor\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"28963\",\n            \"email\": \"AFeeor@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"15739835-f9be-41ed-8fdd-b513161cece7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cace-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RBennett\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Bennett\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"29507\",\n            \"email\": \"RBennett@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"650932d5-427c-4eeb-b4c8-0d9dde7c7fcb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cad4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DSimmons\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Daniel\",\n            \"familyName\": \"Simmons\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"31454\",\n            \"email\": \"DSimmons@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"09937879-6882-44cf-a3dd-3ce43aa6e763\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2caf1-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NJones\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Norma\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"32651\",\n            \"email\": \"NJones@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5b1a0612-e79c-44c1-91b9-8b984318b57e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cafa-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SKeith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sandra\",\n            \"familyName\": \"Keith\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"33606\",\n            \"email\": \"SKeith@mcsd.erg\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"e56dace5-7674-42e9-a9db-030fd5097c42\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb0e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JSpacely\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"J\",\n            \"role\": \"teacher\",\n            \"identifier\": \"33685\",\n            \"email\": \"JSpacely@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"8dcf3cbd-d78c-4e75-b52d-410b3be5e54f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb10-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BRiggs\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Riggs\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"34386\",\n            \"email\": \"BRiggs@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1bc072fe-9699-4104-a1df-c1e6c7da3832\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb13-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Angela\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"34429\",\n            \"email\": \"AWilliam@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"0825a6d5-ba28-4a1a-aeb2-9bf0adf2c465\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb14-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DTorres\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"Torres\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"34705\",\n            \"email\": \"DTorres@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"4fc277a9-f8d7-451e-a501-41deea3bd117\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb19-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"VGray\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Virginia\",\n            \"familyName\": \"Gray\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"34830\",\n            \"email\": \"VGray@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"eb95f4da-28f1-4921-a1b4-24bf5c53053e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb1c-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MGray\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Marjorie\",\n            \"familyName\": \"Gray\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"35471\",\n            \"email\": \"MGray@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"01453d68-a45c-4039-84ed-e76da7156ae4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb2b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KMiller\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Karen\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"35981\",\n            \"email\": \"KMiller@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ec7fcac0-84ff-4638-bb12-e9567666eb3d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb32-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MAdams@monroecity.rr.kom\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michael\",\n            \"familyName\": \"Adams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"36071\",\n            \"email\": \"MAdams@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"18183025-71ca-4435-b61f-ba9b5913ee05\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-03-08T18:04:35.323Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb34-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PWhite\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patrick\",\n            \"familyName\": \"White\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"36361\",\n            \"email\": \"PWhite@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"096ee547-0471-4ad0-85e6-f89639538020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb3b-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MWhite\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Melissa\",\n            \"familyName\": \"White\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"36696\",\n            \"email\": \"MWhite@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"816a1d13-807c-40bb-9d83-1e69a150ee43\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb42-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WWhite\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"White\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"37879\",\n            \"email\": \"WWhite@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"5bf612ca-24b6-4a7a-8fa1-57344048c39c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb4f-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DMoore\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Dorothy\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"38051\",\n            \"email\": \"DMoore@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"7366ca09-f747-4107-a355-a4dbe406fb79\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb5c-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KRichard\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Karen\",\n            \"familyName\": \"Richardson\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"39360\",\n            \"email\": \"KRichard@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"02100cd8-9d96-486b-ae93-7c439ada0113\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb78-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BRogers\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Betty\",\n            \"familyName\": \"Rogers\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"39361\",\n            \"email\": \"BRogers@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"1f8751b6-e0e2-4214-bbfc-311f6cccbdd1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb79-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JAdams\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jerry\",\n            \"familyName\": \"Adams\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"39437\",\n            \"email\": \"JAdams@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"638eb69f-8c43-4492-8d22-dd63b668b581\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-02-21T20:11:47.360Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb7a-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LJones\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"39659\",\n            \"email\": \"LJones@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"36c3d8f4-f0c3-470a-83c0-d256c442f5d0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb7e-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LJackson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"39780\",\n            \"email\": \"LJackson@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"536f62c9-ef1b-4c38-845b-e9e6bcc3984b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb84-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"39829\",\n            \"email\": \"MTaylor@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"e71c0006-b47e-4e88-b207-1f536651ec4c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb87-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RAdams\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ruth\",\n            \"familyName\": \"Adams\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"40962\",\n            \"email\": \"RAdams@schoolmail.k12.guv\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"3dc458b8-02f6-4f7f-87b3-ef8941fa6c29\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-04-13T15:35:35.803Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb9c-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SCarter\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Stephanie\",\n            \"familyName\": \"Carter\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"42490\",\n            \"email\": \"SCarter@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"ed4765af-4622-4545-b6fe-73ff1ecb3ab1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cbb8-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RWarf\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Warf\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"42804\",\n            \"email\": \"RWarf@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"b50bc96b-c1c6-4491-9af5-6a154f44e669\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cbbe-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LSanders\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Larry\",\n            \"familyName\": \"Sanders\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"43331\",\n            \"email\": \"LSanders@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"9a2dae34-76fc-4087-b3ab-6a32f1fcb684\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cbc2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EHarris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Harris\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"43463\",\n            \"email\": \"EHarris@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"2ca537d1-79bd-4d52-afd0-33675ff36654\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cbc4-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CWalker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Carol\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"43887\",\n            \"email\": \"CWalker@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"d35e94d7-4de7-4316-a24c-e0b9cce1eb64\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cbc9-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AHyphen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Amy\",\n            \"familyName\": \"Hyphen\",\n            \"middleName\": \"D\",\n            \"role\": \"teacher\",\n            \"identifier\": \"43926\",\n            \"email\": \"AHyphen@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"26560b58-8fc7-495f-ae0d-ddf01dcc19aa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cbcb-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JWhite\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"White\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"44351\",\n            \"email\": \"JWhite@tmail.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"b8605aed-191e-4ccd-aaac-c1bbdaa344c0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cbe3-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JJohnson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jennifer\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"M\",\n            \"role\": \"teacher\",\n            \"identifier\": \"45180\",\n            \"email\": \"JJohnson@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"a3db1f14-b2a0-4beb-a99f-26bd28962b23\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cbf6-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MReed\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Reed\",\n            \"middleName\": \"I\",\n            \"role\": \"teacher\",\n            \"identifier\": \"45792\",\n            \"email\": \"MReed@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"da4845f4-b7fd-41ab-b93c-ce3ce3fbc0bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"d99bd48a-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"STaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Stephen\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"E\",\n            \"role\": \"teacher\",\n            \"identifier\": \"45828\",\n            \"email\": \"STaylor@yoohoo.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"40c250ee-e679-40da-b31e-6cd736568a84\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"d99bd48f-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MCampbel\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michael\",\n            \"familyName\": \"Campbell\",\n            \"middleName\": \"N\",\n            \"role\": \"teacher\",\n            \"identifier\": \"45834\",\n            \"email\": \"MCampbel@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"90682517-ccff-4831-8378-e1ce92af61b4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"d99bd495-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michael\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"45885\",\n            \"email\": \"MSmith@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"4a7d9a24-10b4-4569-acae-efd8fb994f06\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"d99bd49c-17ca-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7a18dd2d-de2c-43e9-a380-ab0b1d9a023a"},{"name":"/Schools/{{School}}/Students","event":[{"listen":"test","script":{"id":"280c7ec3-cb2e-4243-b60e-d19fe68398a8","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"b3c1430c-9e8b-4ec7-96f2-3687628e5df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/Students","description":"<p>Returns information about all students within a single building school level.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","Students"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1fda31cc-b18f-450d-8927-7860669060e9","name":"/Schools/{{School}}/Students","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/Students"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|a0e4ba82-3669-477e-a234-d06015fe05c5|"},{"key":"X-Total-Count","value":"1322"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:23:22 GMT"},{"key":"Content-Length","value":"104308"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"KScott\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kenneth\",\n            \"familyName\": \"Scott\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5259\",\n            \"email\": \"KScott@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/153c7998-4a08-4a16-b3ff-5b1a3733b507\",\n                    \"sourcedId\": \"153c7998-4a08-4a16-b3ff-5b1a3733b507\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/48df68ea-8e83-4c4a-af4f-f9dd9af3b05c\",\n                    \"sourcedId\": \"48df68ea-8e83-4c4a-af4f-f9dd9af3b05c\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"b4e5a04d-3953-45bf-a642-75c97096a504\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6bcc-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LWilliam\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"5536\",\n            \"email\": \"LWilliam@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/0bbd7219-9db3-4372-8a54-33f049c0313b\",\n                    \"sourcedId\": \"0bbd7219-9db3-4372-8a54-33f049c0313b\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/b837fab0-0bf2-48ac-a4d2-9ca506582ac2\",\n                    \"sourcedId\": \"b837fab0-0bf2-48ac-a4d2-9ca506582ac2\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"8f87a1d2-87dd-47ea-b500-82f83afb9ffe\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6ce1-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WBaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"R\",\n            \"role\": \"student\",\n            \"identifier\": \"5782\",\n            \"email\": \"WBaker@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/20b58856-c01f-4aa2-abe5-4a234b17f176\",\n                    \"sourcedId\": \"20b58856-c01f-4aa2-abe5-4a234b17f176\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"2225fc17-bfb1-4308-bc35-9a158fa2fa96\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6dd7-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WNelson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5785\",\n            \"email\": \"WNelson@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4a572472-6a45-419e-8861-e22e0454fe8d\",\n                    \"sourcedId\": \"4a572472-6a45-419e-8861-e22e0454fe8d\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/86bac024-806f-47c5-8038-554ac28f95e3\",\n                    \"sourcedId\": \"86bac024-806f-47c5-8038-554ac28f95e3\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"488c35f2-825d-4ebd-bb38-1825d0227c61\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6dda-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HBailey\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Henry\",\n            \"familyName\": \"Bailey\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5787\",\n            \"email\": \"HBailey@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/2ac5c94c-e3a6-4fd8-8c0b-320fa1fc3f19\",\n                    \"sourcedId\": \"2ac5c94c-e3a6-4fd8-8c0b-320fa1fc3f19\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"f0e2e0ac-e1bf-4b34-a8ac-873236f3efe6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6ddc-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MRichard\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Maria\",\n            \"familyName\": \"Richardson\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"5788\",\n            \"email\": \"MRichard@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/c571748c-b35a-4ae8-bc16-9c03b1c0a32d\",\n                    \"sourcedId\": \"c571748c-b35a-4ae8-bc16-9c03b1c0a32d\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/e152a2df-104b-4386-bc7e-cca80921007d\",\n                    \"sourcedId\": \"e152a2df-104b-4386-bc7e-cca80921007d\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"eedd8680-b3d9-4da3-b842-7ae76b0d257e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6ddd-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CHicks\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Carolyn\",\n            \"familyName\": \"Hicks\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5789\",\n            \"email\": \"CHicks@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/2d53cd99-51c9-444b-b6fa-179a262ae07c\",\n                    \"sourcedId\": \"2d53cd99-51c9-444b-b6fa-179a262ae07c\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/5cb27333-2be6-4aaa-9c2b-7d64955cbd24\",\n                    \"sourcedId\": \"5cb27333-2be6-4aaa-9c2b-7d64955cbd24\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"a2ea75d3-3070-4e38-b87c-a164875dc0ae\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6dde-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WAllen\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Allen\",\n            \"middleName\": \"X\",\n            \"role\": \"student\",\n            \"identifier\": \"5791\",\n            \"email\": \"WAllen@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d9d748c1-50a8-469d-9c45-00533daa7fbe\",\n                    \"sourcedId\": \"d9d748c1-50a8-469d-9c45-00533daa7fbe\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/da8be4f9-49a0-4f8e-ac48-72b24ebffdd9\",\n                    \"sourcedId\": \"da8be4f9-49a0-4f8e-ac48-72b24ebffdd9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"f6d8a6fd-14b1-4dfc-aefa-03603d014a28\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6de0-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"5792\",\n            \"email\": \"JSmith@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d8d4afcf-b4ba-4b41-9870-21a6a5d37649\",\n                    \"sourcedId\": \"d8d4afcf-b4ba-4b41-9870-21a6a5d37649\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/bc3dd8cb-23f9-458d-8915-482793af6012\",\n                    \"sourcedId\": \"bc3dd8cb-23f9-458d-8915-482793af6012\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"21e09686-de60-45a3-bd7b-752c3571e561\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6de1-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SWilson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Shirley\",\n            \"familyName\": \"Wilson\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"5796\",\n            \"email\": \"SWilson@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/c890f98d-7783-4881-a4d5-77e1ad9f1cf5\",\n                    \"sourcedId\": \"c890f98d-7783-4881-a4d5-77e1ad9f1cf5\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/377480cf-1cca-4017-8c68-7c8f1123ac10\",\n                    \"sourcedId\": \"377480cf-1cca-4017-8c68-7c8f1123ac10\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"758c2201-2bc6-4a76-9d48-a225b8696086\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6de5-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RStone\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Raymond\",\n            \"familyName\": \"Stone\",\n            \"middleName\": \"S\",\n            \"role\": \"student\",\n            \"identifier\": \"5798\",\n            \"email\": \"RStone@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7158bf17-c71a-400e-a90c-4a3cbba9e7db\",\n                    \"sourcedId\": \"7158bf17-c71a-400e-a90c-4a3cbba9e7db\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/afb886be-c9c4-4c6a-8f9e-547ef5c6a163\",\n                    \"sourcedId\": \"afb886be-c9c4-4c6a-8f9e-547ef5c6a163\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"0c117e8a-7d27-4c23-8fc3-ce2932fb7958\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6de7-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BLee\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Lee\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"5802\",\n            \"email\": \"BLee@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/35659c93-b5a4-4c27-abca-4b8a31532c61\",\n                    \"sourcedId\": \"35659c93-b5a4-4c27-abca-4b8a31532c61\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"59414f4e-ad56-40b3-a902-0543526c91ec\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6deb-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DCrawfor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Deborah\",\n            \"familyName\": \"Crawford\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"5814\",\n            \"email\": \"DCrawfor@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/486cc077-e3ea-4a63-abc9-4fdddfac5ee1\",\n                    \"sourcedId\": \"486cc077-e3ea-4a63-abc9-4fdddfac5ee1\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/04aeacbe-da7e-4b94-a2a1-65214321b517\",\n                    \"sourcedId\": \"04aeacbe-da7e-4b94-a2a1-65214321b517\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"2443e33f-0e06-4480-b033-b802a1fa0769\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6df7-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSanders\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mark\",\n            \"familyName\": \"Sanders\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"5857\",\n            \"email\": \"MSanders@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/de47a9ec-23e3-4200-ad9b-6e32b7c3df34\",\n                    \"sourcedId\": \"de47a9ec-23e3-4200-ad9b-6e32b7c3df34\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/9eaf8656-07ea-474a-8492-dfb9100792d7\",\n                    \"sourcedId\": \"9eaf8656-07ea-474a-8492-dfb9100792d7\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"85205a02-b6f7-45fb-807d-6cf3ad7ee654\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d6e22-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HMorris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Morris\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"6840\",\n            \"email\": \"HMorris@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/5cc39780-aabb-4286-bf1c-327c612e8ebb\",\n                    \"sourcedId\": \"5cc39780-aabb-4286-bf1c-327c612e8ebb\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/2de37ff7-2bed-431c-ab37-6449f7559fbc\",\n                    \"sourcedId\": \"2de37ff7-2bed-431c-ab37-6449f7559fbc\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"09180896-abdf-4267-abd5-436240cc31ac\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d71f9-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JRivera\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Rivera\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"7096\",\n            \"email\": \"JRivera@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f92bce73-5ca1-44e5-82e9-df2aea142bce\",\n                    \"sourcedId\": \"f92bce73-5ca1-44e5-82e9-df2aea142bce\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/2a5ed782-04b6-4ab2-882f-f4d6d41c106f\",\n                    \"sourcedId\": \"2a5ed782-04b6-4ab2-882f-f4d6d41c106f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"ad57178e-b71b-4608-abdc-01f639086e9a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d72f9-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EHarris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Harris\",\n            \"middleName\": \"F\",\n            \"role\": \"student\",\n            \"identifier\": \"7100\",\n            \"email\": \"EHarris@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/45a718e5-3454-42ae-8d69-66b8389f34b6\",\n                    \"sourcedId\": \"45a718e5-3454-42ae-8d69-66b8389f34b6\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/05bc54f0-474e-4e1c-9fa6-cd2efc1baf48\",\n                    \"sourcedId\": \"05bc54f0-474e-4e1c-9fa6-cd2efc1baf48\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"4f0fcb59-74f6-47bd-944b-e6aab6c49707\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d72fd-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"HCook\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Helen\",\n            \"familyName\": \"Cook\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"7104\",\n            \"email\": \"HCook@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/5b8926e9-5174-4c08-bb69-82484bb3e4c0\",\n                    \"sourcedId\": \"5b8926e9-5174-4c08-bb69-82484bb3e4c0\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"78d517d3-ee3e-4c4c-a53a-aedc1905b900\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7301-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LHughes\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Lisa\",\n            \"familyName\": \"Hughes\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"7105\",\n            \"email\": \"LHughes@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/106dd8b6-1e54-4f2d-a85e-ddaa8ec0b07f\",\n                    \"sourcedId\": \"106dd8b6-1e54-4f2d-a85e-ddaa8ec0b07f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/af637af1-960e-4408-9128-b9c632cf081a\",\n                    \"sourcedId\": \"af637af1-960e-4408-9128-b9c632cf081a\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"27fc0a60-728d-4bd0-b9d8-d0c70f71914b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7302-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DParker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"Parker\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"7106\",\n            \"email\": \"DParker@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/42152e40-8ec2-4d1e-985a-ca28d12fd256\",\n                    \"sourcedId\": \"42152e40-8ec2-4d1e-985a-ca28d12fd256\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f3c5ce89-afa1-46e4-a83e-24c71aee3efd\",\n                    \"sourcedId\": \"f3c5ce89-afa1-46e4-a83e-24c71aee3efd\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"6a412f4b-d866-4148-9773-6e34fd0c47c4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7303-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WKing\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"King\",\n            \"middleName\": \"R\",\n            \"role\": \"student\",\n            \"identifier\": \"7107\",\n            \"email\": \"WKing@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/ee8cfd60-34c2-47af-9ce3-9e602adf65f5\",\n                    \"sourcedId\": \"ee8cfd60-34c2-47af-9ce3-9e602adf65f5\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/eef0ce9e-a06b-4f1f-94fb-a964315e8ae1\",\n                    \"sourcedId\": \"eef0ce9e-a06b-4f1f-94fb-a964315e8ae1\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"7b797c3e-cac7-4475-9524-5047a6f2112b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7304-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BKing\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Brian\",\n            \"familyName\": \"King\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"7108\",\n            \"email\": \"BKing@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/ee8cfd60-34c2-47af-9ce3-9e602adf65f5\",\n                    \"sourcedId\": \"ee8cfd60-34c2-47af-9ce3-9e602adf65f5\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/eef0ce9e-a06b-4f1f-94fb-a964315e8ae1\",\n                    \"sourcedId\": \"eef0ce9e-a06b-4f1f-94fb-a964315e8ae1\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"2e4460b6-2822-43e5-8590-f04f3c87c526\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7305-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LHoward\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Howard\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"7114\",\n            \"email\": \"LHoward@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/b0072cd2-54e0-42fd-b4a1-5f4f4dd47455\",\n                    \"sourcedId\": \"b0072cd2-54e0-42fd-b4a1-5f4f4dd47455\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/aff30811-d075-4e1f-ac4d-8d66dd6f7e8e\",\n                    \"sourcedId\": \"aff30811-d075-4e1f-ac4d-8d66dd6f7e8e\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"fe4ab035-b3cc-4bc7-9e86-9ce58ad13279\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d730b-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GGarcia\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gary\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"R\",\n            \"role\": \"student\",\n            \"identifier\": \"7116\",\n            \"email\": \"GGarcia@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/03c29c7b-c999-46df-9ea0-0cc7ea600a02\",\n                    \"sourcedId\": \"03c29c7b-c999-46df-9ea0-0cc7ea600a02\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/a9bb175f-f06c-4962-a9f5-e52e1c7243a7\",\n                    \"sourcedId\": \"a9bb175f-f06c-4962-a9f5-e52e1c7243a7\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"a0708943-23ed-4e6b-adfc-edee7325e5c7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d730d-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KMiller\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Karen\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"7117\",\n            \"email\": \"KMiller@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/2ad69289-6bee-4417-b4e3-aaefbc100c1f\",\n                    \"sourcedId\": \"2ad69289-6bee-4417-b4e3-aaefbc100c1f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/054f8fdc-1058-4304-8b6c-13d8d4c2f7e7\",\n                    \"sourcedId\": \"054f8fdc-1058-4304-8b6c-13d8d4c2f7e7\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"1e9d1ed2-c692-482c-99d0-255efa9057b3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d730e-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PReed\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Pamela\",\n            \"familyName\": \"Reed\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"7122\",\n            \"email\": \"PReed@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/10534053-3468-416f-98fa-b0540fac7570\",\n                    \"sourcedId\": \"10534053-3468-416f-98fa-b0540fac7570\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"48e22577-c990-45b9-bd64-9b5812c2a970\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7313-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Marie\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"7125\",\n            \"email\": \"MMartin@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/00c00915-be89-4e78-bc0f-20c8bf2664e8\",\n                    \"sourcedId\": \"00c00915-be89-4e78-bc0f-20c8bf2664e8\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/0a366d6a-0f0e-43ed-83c2-d3433a4012f5\",\n                    \"sourcedId\": \"0a366d6a-0f0e-43ed-83c2-d3433a4012f5\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"d6389cd7-e77d-402b-9dbe-3eaefc9d0d83\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7316-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EBarnes\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Barnes\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"7128\",\n            \"email\": \"EBarnes@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/fc7349aa-4ee0-47d4-b1d5-51b4567e09da\",\n                    \"sourcedId\": \"fc7349aa-4ee0-47d4-b1d5-51b4567e09da\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4bd8e5cb-07f3-40e6-893e-8cde147b77e0\",\n                    \"sourcedId\": \"4bd8e5cb-07f3-40e6-893e-8cde147b77e0\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"04cff7bf-3a02-4c7e-8091-4d92b1a7b63a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7319-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ARogers\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Annie\",\n            \"familyName\": \"Rogers\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"8483\",\n            \"email\": \"ARogers@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/6090496d-5cf6-42a5-ada6-8b57fe8cdd34\",\n                    \"sourcedId\": \"6090496d-5cf6-42a5-ada6-8b57fe8cdd34\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/65e92321-8e4d-4293-8cd1-b93b948b8b98\",\n                    \"sourcedId\": \"65e92321-8e4d-4293-8cd1-b93b948b8b98\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"a78c0335-16d3-48c5-a1e2-671cc455ab70\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7864-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DHunt\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"Hunt\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"8547\",\n            \"email\": \"DHunt@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4907e103-5e99-45cd-aaf5-297fd7cc5c3f\",\n                    \"sourcedId\": \"4907e103-5e99-45cd-aaf5-297fd7cc5c3f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/49e7f726-7e11-4111-bd84-034cbd6eecad\",\n                    \"sourcedId\": \"49e7f726-7e11-4111-bd84-034cbd6eecad\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"7180c7e5-8eae-4b2b-91f7-bba1cb88d209\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d78a4-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ABaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Adam\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"8564\",\n            \"email\": \"ABaker@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d237751c-93d7-46a2-a3b7-2ec29d8310cc\",\n                    \"sourcedId\": \"d237751c-93d7-46a2-a3b7-2ec29d8310cc\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7aa738b4-bcab-4d05-afa5-ff0c1b90ead2\",\n                    \"sourcedId\": \"7aa738b4-bcab-4d05-afa5-ff0c1b90ead2\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"0680cf35-3949-42b0-9337-8b93156265d1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d78b5-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"KLewis\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Karen\",\n            \"familyName\": \"Lewis\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"8570\",\n            \"email\": \"KLewis@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d243b8ad-69b0-4944-998b-ebf4410c87b0\",\n                    \"sourcedId\": \"d243b8ad-69b0-4944-998b-ebf4410c87b0\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"90a4b1e6-1b52-4e75-a99a-b6adc03d8da3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d78bb-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AHernand\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Aaron\",\n            \"familyName\": \"Hernandez\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"8771\",\n            \"email\": \"AHernand@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/0ad86f9d-e6b7-4c0f-8030-6ce35540961b\",\n                    \"sourcedId\": \"0ad86f9d-e6b7-4c0f-8030-6ce35540961b\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/47733d42-b131-455b-a9d3-2efdb3e7f3e4\",\n                    \"sourcedId\": \"47733d42-b131-455b-a9d3-2efdb3e7f3e4\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"4d5bed98-adad-4089-b2ca-b77031735edb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7984-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSpacely\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mark\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"8810\",\n            \"email\": \"MSpacely@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/3948a65f-c129-42ef-9f6e-5ad9041ef169\",\n                    \"sourcedId\": \"3948a65f-c129-42ef-9f6e-5ad9041ef169\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d99c8a0d-da18-4f51-b1e7-603660524609\",\n                    \"sourcedId\": \"d99c8a0d-da18-4f51-b1e7-603660524609\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"1ff2a94e-9823-43e8-a8a3-5c093b3347e9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d79ab-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AAnderso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Anna\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"8858\",\n            \"email\": \"AAnderso@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/cabb8d0f-449e-4902-8f52-9de8019c0586\",\n                    \"sourcedId\": \"cabb8d0f-449e-4902-8f52-9de8019c0586\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/fc728f97-60cf-4311-9d7d-c7578ad6ba10\",\n                    \"sourcedId\": \"fc728f97-60cf-4311-9d7d-c7578ad6ba10\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"59ce5b90-fa8a-4ea4-9294-47047a798375\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d79db-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JAnderso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Anderson\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"8862\",\n            \"email\": \"JAnderso@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/2343199e-f227-44e8-bd72-9a06400f32cb\",\n                    \"sourcedId\": \"2343199e-f227-44e8-bd72-9a06400f32cb\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/42f2170f-3b6f-4f0b-9e76-36fd6bbea320\",\n                    \"sourcedId\": \"42f2170f-3b6f-4f0b-9e76-36fd6bbea320\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"7fdc27ef-2505-4152-8698-449dc8a79f0a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d79df-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"18146\",\n            \"email\": \"MSmith@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/caeea5d5-8101-40bd-a543-ed3268241957\",\n                    \"sourcedId\": \"caeea5d5-8101-40bd-a543-ed3268241957\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/74e5235d-5f4e-4bc3-a5fd-eda59428e279\",\n                    \"sourcedId\": \"74e5235d-5f4e-4bc3-a5fd-eda59428e279\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"feacfbf5-7211-4000-a317-1f83e5172401\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7c84-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JoyceWalker_1219@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Lewis\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"18255\",\n            \"email\": \"JoyceWalker_1219@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/9b678dfc-9021-453a-bd49-f389735d8804\",\n                    \"sourcedId\": \"9b678dfc-9021-453a-bd49-f389735d8804\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4b8a08f2-ffc5-42fa-84f6-4bcea8544665\",\n                    \"sourcedId\": \"4b8a08f2-ffc5-42fa-84f6-4bcea8544665\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"c289c0a6-8aab-46a8-9b8f-bb0e03874c8d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802592aa-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LindaLewis_1222@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nicole\",\n            \"familyName\": \"Butler\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"18322\",\n            \"email\": \"LindaLewis_1222@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/db035a21-762f-4851-8b99-2d7d4da2b566\",\n                    \"sourcedId\": \"db035a21-762f-4851-8b99-2d7d4da2b566\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"b7d901c8-7bda-495e-856c-04952dd880ad\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7ca6-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MichaelMartin_1229@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Clark\",\n            \"middleName\": \"G\",\n            \"role\": \"student\",\n            \"identifier\": \"18464\",\n            \"email\": \"MichaelMartin_1229@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d3a19474-0e21-4117-8059-2c565de5afca\",\n                    \"sourcedId\": \"d3a19474-0e21-4117-8059-2c565de5afca\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/5a10100b-f25a-44b7-b6c1-0c129a568302\",\n                    \"sourcedId\": \"5a10100b-f25a-44b7-b6c1-0c129a568302\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"93e592f3-ad64-4024-b3a2-66a5e2fcbb6e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802593fe-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"IreneClark_1234@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Elizabeth\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"18635\",\n            \"email\": \"IreneClark_1234@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/b5decfe2-3da4-400c-ab39-cbe0df5a7cfe\",\n                    \"sourcedId\": \"b5decfe2-3da4-400c-ab39-cbe0df5a7cfe\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/021b95b7-5748-4de4-a070-b289dcdc1397\",\n                    \"sourcedId\": \"021b95b7-5748-4de4-a070-b289dcdc1397\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"9881d3d6-fe99-4c5c-8129-5656deb1a004\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7cbc-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CMartine\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christopher\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"18740\",\n            \"email\": \"CMartine@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/08c7e557-389d-41f2-be6d-2f196142e006\",\n                    \"sourcedId\": \"08c7e557-389d-41f2-be6d-2f196142e006\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/ab470c6c-0aab-4c2c-b7f5-38a063f4c0c5\",\n                    \"sourcedId\": \"ab470c6c-0aab-4c2c-b7f5-38a063f4c0c5\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"44fb942e-569c-45e4-be53-70f806b20fe7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"802592c2-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MichaelBailey_18208@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"James\",\n            \"familyName\": \"Garcia\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"19089\",\n            \"email\": \"MichaelBailey_18208@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/cc5326a0-961e-4f0c-bfb4-401fc81dcc01\",\n                    \"sourcedId\": \"cc5326a0-961e-4f0c-bfb4-401fc81dcc01\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/fb0623ee-aa96-4673-ab93-54b864d03fa9\",\n                    \"sourcedId\": \"fb0623ee-aa96-4673-ab93-54b864d03fa9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"2399ace2-86b6-4fa6-9fbf-78c6d011bbc3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259380-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DonaldGreen_18214@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sandra\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"19131\",\n            \"email\": \"DonaldGreen_18214@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d5169b47-1c8e-4841-9b16-d1898f4cf8b8\",\n                    \"sourcedId\": \"d5169b47-1c8e-4841-9b16-d1898f4cf8b8\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/bfc7aa79-d939-4c8a-b6fc-26362f27940b\",\n                    \"sourcedId\": \"bfc7aa79-d939-4c8a-b6fc-26362f27940b\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"aa987afe-3d3a-4094-aa03-1fe29c8f2fa3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802594d6-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AaronOrtiz_18376@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"George\",\n            \"familyName\": \"Wells\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"19653\",\n            \"email\": \"AaronOrtiz_18376@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/06386c13-ebd9-4266-a84b-d72aefd79a03\",\n                    \"sourcedId\": \"06386c13-ebd9-4266-a84b-d72aefd79a03\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/0d130ce8-4b6f-49f4-86f7-c2ac8a3c6319\",\n                    \"sourcedId\": \"0d130ce8-4b6f-49f4-86f7-c2ac8a3c6319\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/0b6d383c-9cd0-442f-9b64-685b434d97c5\",\n                    \"sourcedId\": \"0b6d383c-9cd0-442f-9b64-685b434d97c5\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"0b6d383c-9cd0-442f-9b64-685b434d97c5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802593dd-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"FrankEdwards_18552@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Andrea\",\n            \"familyName\": \"Phillips\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"19778\",\n            \"email\": \"FrankEdwards_18552@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/a27e83af-ddab-4e54-8eb1-06aeac557070\",\n                    \"sourcedId\": \"a27e83af-ddab-4e54-8eb1-06aeac557070\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/712e81a6-83a0-4d40-98a8-1baebafe2904\",\n                    \"sourcedId\": \"712e81a6-83a0-4d40-98a8-1baebafe2904\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"a3340c83-86f5-4af3-aae9-8746521cd734\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7d46-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RogerTaylor_19269@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Moore\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20107\",\n            \"email\": \"RogerTaylor_19269@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f16e7c2e-64a2-430f-b9d2-725062d754ae\",\n                    \"sourcedId\": \"f16e7c2e-64a2-430f-b9d2-725062d754ae\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"9\"\n            ],\n            \"sourcedId\": \"afd6c056-c56c-4f5e-a396-f31a879cc986\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7d9c-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JasonWhite_19279@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"20109\",\n            \"email\": \"JasonWhite_19279@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/70b7d108-570c-41aa-9f18-9240aee09258\",\n                    \"sourcedId\": \"70b7d108-570c-41aa-9f18-9240aee09258\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"cd778686-d1f1-4078-90e3-41f0de5f2bd2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7d9e-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ERodrigu\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Eva\",\n            \"familyName\": \"Rodriguez\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"20144\",\n            \"email\": \"ERodrigu@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/c6eafb8d-f4fd-4b7e-9ab9-a285ce519f02\",\n                    \"sourcedId\": \"c6eafb8d-f4fd-4b7e-9ab9-a285ce519f02\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/6c803163-7bac-4986-83c3-1fadf321a230\",\n                    \"sourcedId\": \"6c803163-7bac-4986-83c3-1fadf321a230\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"de17d2e4-6463-4909-8d2b-7aec4e4f57b0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dae-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RHoward\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Robert\",\n            \"familyName\": \"Howard\",\n            \"middleName\": \"L\",\n            \"role\": \"student\",\n            \"identifier\": \"20153\",\n            \"email\": \"RHoward@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/ff4297fa-c344-4a6a-b681-fabca18d75bd\",\n                    \"sourcedId\": \"ff4297fa-c344-4a6a-b681-fabca18d75bd\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"7075c6e7-6cd9-4702-b259-9b984e6ca8b2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7db4-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"TAdams\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Thomas\",\n            \"familyName\": \"Adams\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"20157\",\n            \"email\": \"TAdams@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/592a9651-437c-4a08-bce1-268435edb3e8\",\n                    \"sourcedId\": \"592a9651-437c-4a08-bce1-268435edb3e8\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/9210ce57-a58c-490d-8fbd-f61d0caa8735\",\n                    \"sourcedId\": \"9210ce57-a58c-490d-8fbd-f61d0caa8735\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"c5d24dd4-41c7-435f-9906-a1ad70fe327a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7db6-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SRobinso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Robinson\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20199\",\n            \"email\": \"SRobinso@schoolmail.k12.guv\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/2d793c1e-c6a7-4896-8521-ab2e59b46b6c\",\n                    \"sourcedId\": \"2d793c1e-c6a7-4896-8521-ab2e59b46b6c\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"f2e2da0f-cb0d-4d99-989d-e496871ba8b7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dc9-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MarkCollins_19439@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"20220\",\n            \"email\": \"MarkCollins_19439@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/6d020856-b877-483a-8567-69b6aa8cce5c\",\n                    \"sourcedId\": \"6d020856-b877-483a-8567-69b6aa8cce5c\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4f39ec45-0762-426f-bf32-7c63d28aff1f\",\n                    \"sourcedId\": \"4f39ec45-0762-426f-bf32-7c63d28aff1f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"59c363c3-c126-404e-8d81-30c75c29b6a0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dcd-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JosephHernandez_19501@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Margaret\",\n            \"familyName\": \"Wright\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"20236\",\n            \"email\": \"JosephHernandez_19501@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4ebbc281-4846-4377-b3fc-4b78018196fa\",\n                    \"sourcedId\": \"4ebbc281-4846-4377-b3fc-4b78018196fa\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/95df5208-0fae-46eb-90f8-82f28a1df388\",\n                    \"sourcedId\": \"95df5208-0fae-46eb-90f8-82f28a1df388\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"ec43bcce-72b0-4777-8f99-d014379716b3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd4-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JackSanchez_19507@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jason\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"20237\",\n            \"email\": \"JackSanchez_19507@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/628351c1-b2de-41c4-aeb3-10914b0b5c8b\",\n                    \"sourcedId\": \"628351c1-b2de-41c4-aeb3-10914b0b5c8b\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/0a581e95-3f7c-404c-b8ee-e8e5f462f535\",\n                    \"sourcedId\": \"0a581e95-3f7c-404c-b8ee-e8e5f462f535\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"8671d604-731c-4c4a-b9b8-67a743035e2d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd5-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"EugeneAnderson_19582@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michael\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"20238\",\n            \"email\": \"EugeneAnderson_19582@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/798ed2bf-5cf8-4b1c-9e39-2f01bec31d04\",\n                    \"sourcedId\": \"798ed2bf-5cf8-4b1c-9e39-2f01bec31d04\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f795b0f9-e744-4773-ae5e-9a23f2514a58\",\n                    \"sourcedId\": \"f795b0f9-e744-4773-ae5e-9a23f2514a58\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"9ebe382e-2356-49a5-a705-90f73a2a305c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd6-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PeterEvans_19585@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Marie\",\n            \"familyName\": \"Dixon\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20239\",\n            \"email\": \"PeterEvans_19585@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/892fe668-67ad-429e-a388-4faa3261ef6a\",\n                    \"sourcedId\": \"892fe668-67ad-429e-a388-4faa3261ef6a\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"8185f07c-5f5f-4ae7-897b-a8dbe5d51022\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd7-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MichaelWhite_19710@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"S\",\n            \"role\": \"student\",\n            \"identifier\": \"20240\",\n            \"email\": \"MichaelWhite_19710@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/8c79d5fe-9bb2-4969-b85f-7352b9c5ae30\",\n                    \"sourcedId\": \"8c79d5fe-9bb2-4969-b85f-7352b9c5ae30\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f7844795-c99c-4331-8d7d-5348636df49d\",\n                    \"sourcedId\": \"f7844795-c99c-4331-8d7d-5348636df49d\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"faeea758-d71d-4e62-b5b5-f728b4b889b9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd8-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DKing\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"David\",\n            \"familyName\": \"King\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"20241\",\n            \"email\": \"DKing@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/a418091b-25c5-4b09-a2ad-21c6eee53214\",\n                    \"sourcedId\": \"a418091b-25c5-4b09-a2ad-21c6eee53214\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4ccb6968-f0a2-4258-ad9f-0c0babfff887\",\n                    \"sourcedId\": \"4ccb6968-f0a2-4258-ad9f-0c0babfff887\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"8bee5c85-a058-4bb4-8e0d-10d05a9faa6e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd9-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JosephRivera_19715@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joyce\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20243\",\n            \"email\": \"JosephRivera_19715@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/8d4a8fab-bf23-485a-8003-60ffe6ef09db\",\n                    \"sourcedId\": \"8d4a8fab-bf23-485a-8003-60ffe6ef09db\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/669a39e8-e234-42a1-8bab-8b171ceba220\",\n                    \"sourcedId\": \"669a39e8-e234-42a1-8bab-8b171ceba220\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"9\"\n            ],\n            \"sourcedId\": \"7e56e28a-e4b8-45f2-bce3-830992ba9207\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7ddb-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JustinHughes_19723@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Irene\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"20244\",\n            \"email\": \"JustinHughes_19723@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f90ed86a-d314-443e-8967-36109440579f\",\n                    \"sourcedId\": \"f90ed86a-d314-443e-8967-36109440579f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/74cd9d99-c4f4-43d9-981a-83faaffc6dd1\",\n                    \"sourcedId\": \"74cd9d99-c4f4-43d9-981a-83faaffc6dd1\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"69ca9ac9-f85d-4652-893b-96aa1d316369\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7ddc-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GaryAdams_20529@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Black\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"20797\",\n            \"email\": \"GaryAdams_20529@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/17d93f4a-350a-402a-b0bb-3797892418e9\",\n                    \"sourcedId\": \"17d93f4a-350a-402a-b0bb-3797892418e9\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f1cfbd14-a8e9-46d2-a227-cf9064e0190f\",\n                    \"sourcedId\": \"f1cfbd14-a8e9-46d2-a227-cf9064e0190f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"edd9877e-48e2-4bd7-bbdf-4d2607ee1970\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7df0-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"StevenAppleberry_21044@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Susan\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"T\",\n            \"role\": \"student\",\n            \"identifier\": \"21687\",\n            \"email\": \"StevenAppleberry_21044@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f667a8bd-8384-4ae6-a3f5-d1c3cf481298\",\n                    \"sourcedId\": \"f667a8bd-8384-4ae6-a3f5-d1c3cf481298\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7bc647da-2551-4b6e-90c4-d128f8e2789a\",\n                    \"sourcedId\": \"7bc647da-2551-4b6e-90c4-d128f8e2789a\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"d6b2f566-e89d-49df-9ece-35574b2ef457\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dff-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BarbaraCampbell_21086@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Raymond\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"21716\",\n            \"email\": \"BarbaraCampbell_21086@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/1b08f089-240d-4bd7-881d-85a4d3ba2fc7\",\n                    \"sourcedId\": \"1b08f089-240d-4bd7-881d-85a4d3ba2fc7\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"820edaa8-0df0-4851-8bb4-9bf7ff07ff68\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7e00-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JesseEdwards_25344@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Lee\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"22454\",\n            \"email\": \"JesseEdwards_25344@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/77c71967-f28f-4651-b63b-4db32d6c2d97\",\n                    \"sourcedId\": \"77c71967-f28f-4651-b63b-4db32d6c2d97\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/0caf4473-2431-4d42-bd2b-4f2864c2db0f\",\n                    \"sourcedId\": \"0caf4473-2431-4d42-bd2b-4f2864c2db0f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"8df852c5-65c8-424b-ac6b-49fcb696dbdd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7e28-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WilliamYoung_3066@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Warren\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"S\",\n            \"role\": \"student\",\n            \"identifier\": \"22672\",\n            \"email\": \"WilliamYoung_3066@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/41b6d0a4-e703-4182-8919-67cd6ab88bc5\",\n                    \"sourcedId\": \"41b6d0a4-e703-4182-8919-67cd6ab88bc5\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7527be28-7c16-47ee-8164-98da02549b11\",\n                    \"sourcedId\": \"7527be28-7c16-47ee-8164-98da02549b11\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"fc333905-b49c-4e28-9337-32e0b124b5ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259836-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JCampbel\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Campbell\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"22782\",\n            \"email\": \"JCampbel@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/5c99ab5a-2c22-4428-9b3a-b69d51d442db\",\n                    \"sourcedId\": \"5c99ab5a-2c22-4428-9b3a-b69d51d442db\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/9657341b-232d-4d0d-b84a-1b1aeabeaf34\",\n                    \"sourcedId\": \"9657341b-232d-4d0d-b84a-1b1aeabeaf34\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"09ee6883-bc65-412e-b3ba-5945d82242d8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80258fea-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christopher\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"22783\",\n            \"email\": \"CMartin@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f47b33c4-7dde-49e0-926d-0b35990a8ad1\",\n                    \"sourcedId\": \"f47b33c4-7dde-49e0-926d-0b35990a8ad1\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4deae9b6-3b31-4b9b-949b-b00f296116bc\",\n                    \"sourcedId\": \"4deae9b6-3b31-4b9b-949b-b00f296116bc\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"b8f5232b-172f-4856-81c6-45768de4a01b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80258feb-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ARivera\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Ashley\",\n            \"familyName\": \"Rivera\",\n            \"middleName\": \"L\",\n            \"role\": \"student\",\n            \"identifier\": \"22932\",\n            \"email\": \"ARivera@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/1620075e-9f5a-493c-8457-df254371318f\",\n                    \"sourcedId\": \"1620075e-9f5a-493c-8457-df254371318f\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"f40e110b-05f0-494d-8697-15d5c5fa2fad\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259024-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"ChristopherHall_333@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Bennett\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"23090\",\n            \"email\": \"ChristopherHall_333@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f923d712-1cfb-4834-a144-b73628fae61c\",\n                    \"sourcedId\": \"f923d712-1cfb-4834-a144-b73628fae61c\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"f038ffd7-f27a-49aa-bf3f-575016274f1a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259058-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CarolynBaker_334@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Deborah\",\n            \"familyName\": \"Williams\",\n            \"middleName\": \"X\",\n            \"role\": \"student\",\n            \"identifier\": \"23091\",\n            \"email\": \"CarolynBaker_334@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f37c0b60-ed9d-4a2e-8aa7-239ec6476c96\",\n                    \"sourcedId\": \"f37c0b60-ed9d-4a2e-8aa7-239ec6476c96\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"eb250a38-1d42-4afa-947a-f4b4ef8c75f8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259059-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JamesEvans_370@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Benjamin\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"23108\",\n            \"email\": \"JamesEvans_370@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/93b091be-25cb-40b6-a451-438cd95de753\",\n                    \"sourcedId\": \"93b091be-25cb-40b6-a451-438cd95de753\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"5971af81-b0e7-4e7b-a4a8-1acd2e963698\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025905c-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SRichard\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gary\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23147\",\n            \"email\": \"SRichard@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d144c4d0-9f73-44f4-9f67-ab919de7f9da\",\n                    \"sourcedId\": \"d144c4d0-9f73-44f4-9f67-ab919de7f9da\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7ef8711c-aa8e-4502-aeb1-e556b56aa2b3\",\n                    \"sourcedId\": \"7ef8711c-aa8e-4502-aeb1-e556b56aa2b3\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"4478fa20-3ff9-436f-9e3c-4b788238f7e8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259068-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JustinThompson_403@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Maria\",\n            \"familyName\": \"Parker\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"23214\",\n            \"email\": \"JustinThompson_403@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/b05308a1-8cbc-4efa-bccf-4e4494e28072\",\n                    \"sourcedId\": \"b05308a1-8cbc-4efa-bccf-4e4494e28072\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"129e14a1-3fcd-4977-a25d-4984535be1cc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025907a-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JasonDavis_410@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Richard\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23395\",\n            \"email\": \"JasonDavis_410@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/22ca7bda-1b2f-465d-b0bd-7d5b6bb0ce7b\",\n                    \"sourcedId\": \"22ca7bda-1b2f-465d-b0bd-7d5b6bb0ce7b\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4c21930d-8283-4a49-b29a-3807affcea89\",\n                    \"sourcedId\": \"4c21930d-8283-4a49-b29a-3807affcea89\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"64e28cc5-1ab2-4dd9-ac80-0095f96543fd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259095-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DianeWilliams_4186@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Pamela\",\n            \"familyName\": \"Wright\",\n            \"middleName\": \"C\",\n            \"role\": \"student\",\n            \"identifier\": \"23436\",\n            \"email\": \"DianeWilliams_4186@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/57b30c39-46f5-4ab4-aa27-9263c59c262b\",\n                    \"sourcedId\": \"57b30c39-46f5-4ab4-aa27-9263c59c262b\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"3a5728bc-b7d3-4da1-8544-1e2f159442c1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590a0-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RobertWhite_420@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Miller\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23687\",\n            \"email\": \"RobertWhite_420@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7b334529-0b71-44aa-a8b2-0b67025b2d51\",\n                    \"sourcedId\": \"7b334529-0b71-44aa-a8b2-0b67025b2d51\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/945c2918-31f1-4179-afc8-e59ba597ddd9\",\n                    \"sourcedId\": \"945c2918-31f1-4179-afc8-e59ba597ddd9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"db384a59-d86b-49a8-8dd7-bb73bed759b5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590d9-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SandraCarter_4202@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Nancy\",\n            \"familyName\": \"Coleman\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"23690\",\n            \"email\": \"SandraCarter_4202@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7b334529-0b71-44aa-a8b2-0b67025b2d51\",\n                    \"sourcedId\": \"7b334529-0b71-44aa-a8b2-0b67025b2d51\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/945c2918-31f1-4179-afc8-e59ba597ddd9\",\n                    \"sourcedId\": \"945c2918-31f1-4179-afc8-e59ba597ddd9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"ec5e0465-8d5c-4890-aac9-b386567866d1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590da-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"WNelson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23711\",\n            \"email\": \"WNelson@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4331ca88-b615-4040-af58-798616b67469\",\n                    \"sourcedId\": \"4331ca88-b615-4040-af58-798616b67469\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/43d1d22a-1418-4f5f-8da1-ef8a4a9fe1bb\",\n                    \"sourcedId\": \"43d1d22a-1418-4f5f-8da1-ef8a4a9fe1bb\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"eae1d1b2-4a61-4455-ae8b-13ebbd327b1c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"802590dc-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MariaHyphen_421@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gladys\",\n            \"familyName\": \"Kelly\",\n            \"middleName\": \"T\",\n            \"role\": \"student\",\n            \"identifier\": \"23713\",\n            \"email\": \"MariaHyphen_421@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4331ca88-b615-4040-af58-798616b67469\",\n                    \"sourcedId\": \"4331ca88-b615-4040-af58-798616b67469\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/43d1d22a-1418-4f5f-8da1-ef8a4a9fe1bb\",\n                    \"sourcedId\": \"43d1d22a-1418-4f5f-8da1-ef8a4a9fe1bb\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"932fc9c9-cbb9-46aa-8343-d36860ac3e3f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590dd-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RonaldCypris_4218@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Pamela\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23797\",\n            \"email\": \"RonaldCypris_4218@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/302a9f8a-bcc8-4faa-9c66-28952ebfeec6\",\n                    \"sourcedId\": \"302a9f8a-bcc8-4faa-9c66-28952ebfeec6\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"fd6b7a3a-9cf9-4247-b6de-85f00fdb00c8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590e4-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GloriaCook_426@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Travis\",\n            \"familyName\": \"Hernandez\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"23860\",\n            \"email\": \"GloriaCook_426@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/913e151c-a15f-450e-a14c-f73128f95618\",\n                    \"sourcedId\": \"913e151c-a15f-450e-a14c-f73128f95618\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"1142a249-3ee2-4aee-a7ca-fcdf39acdbfb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590e8-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MarieMorgton_4356@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Eugene\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"23865\",\n            \"email\": \"MarieMorgton_4356@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/ba584a50-6c37-4aa4-ac49-96672ae338a2\",\n                    \"sourcedId\": \"ba584a50-6c37-4aa4-ac49-96672ae338a2\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/65a7c171-e624-4e5b-a0af-18800d695742\",\n                    \"sourcedId\": \"65a7c171-e624-4e5b-a0af-18800d695742\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"cbb5703d-075d-4cd2-b6c7-38bee965c256\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590eb-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MatthewSmith_4359@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Maria\",\n            \"familyName\": \"Turner\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"23868\",\n            \"email\": \"MatthewSmith_4359@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4c724018-3bcc-4bd7-83e9-3a178eab5308\",\n                    \"sourcedId\": \"4c724018-3bcc-4bd7-83e9-3a178eab5308\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f398986f-d049-4448-9170-a31bc179f2a4\",\n                    \"sourcedId\": \"f398986f-d049-4448-9170-a31bc179f2a4\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/18183025-71ca-4435-b61f-ba9b5913ee05\",\n                    \"sourcedId\": \"18183025-71ca-4435-b61f-ba9b5913ee05\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"a87fea79-b3ed-44b5-9e9b-021defcb8ac5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-03-08T17:35:18.443Z\",\n            \"metadata\": {\n                \"@refId\": \"802590ee-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"StevenMartin_4363@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"23910\",\n            \"email\": \"StevenMartin_4363@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/172e18c2-77cc-4ac8-9fef-63cdb3466a9f\",\n                    \"sourcedId\": \"172e18c2-77cc-4ac8-9fef-63cdb3466a9f\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7fd83f2b-54a7-4f40-9577-7b0b23340580\",\n                    \"sourcedId\": \"7fd83f2b-54a7-4f40-9577-7b0b23340580\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"bf8d4843-64e2-401a-b4ec-259386cc20f3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"802590f0-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MPhillip\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Phillips\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"24033\",\n            \"email\": \"MPhillip@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/6c206975-7dc2-44db-b1fa-c1ee49607303\",\n                    \"sourcedId\": \"6c206975-7dc2-44db-b1fa-c1ee49607303\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"6f5a7c53-a922-48de-a382-e5972d62daec\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025910d-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SallieCollins_523@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Margaret\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"24215\",\n            \"email\": \"SallieCollins_523@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/aafa8e50-064f-4d14-bd78-7bbad6a47449\",\n                    \"sourcedId\": \"aafa8e50-064f-4d14-bd78-7bbad6a47449\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"2950e877-0cdb-41fa-8f5c-029e4e46bd5b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025912f-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DorothyBennett_987@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Brown\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"24296\",\n            \"email\": \"DorothyBennett_987@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/11772bf3-5bc8-4fa3-8359-808184a028a1\",\n                    \"sourcedId\": \"11772bf3-5bc8-4fa3-8359-808184a028a1\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"5da17ba2-b87c-4952-8904-583147de3a8b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259141-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LindaBennett_988@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Peter\",\n            \"familyName\": \"Brose\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24297\",\n            \"email\": \"LindaBennett_988@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/b3a65cb7-1b47-475e-b901-4086b3c01fc6\",\n                    \"sourcedId\": \"b3a65cb7-1b47-475e-b901-4086b3c01fc6\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"e50d585d-48e2-4d1f-adff-30e66347ad6b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259142-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"NancyWilliams_990@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Donna\",\n            \"familyName\": \"Johnson\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24323\",\n            \"email\": \"NancyWilliams_990@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/4611fdca-18b1-4927-88de-aafe9fc7e6df\",\n                    \"sourcedId\": \"4611fdca-18b1-4927-88de-aafe9fc7e6df\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/6005af00-e3a4-4be3-b4d9-19146a049a99\",\n                    \"sourcedId\": \"6005af00-e3a4-4be3-b4d9-19146a049a99\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"e5eea4e1-db01-43a0-ab23-1569a0c6f319\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025914e-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JamesTaylor_20048@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Cynthia\",\n            \"familyName\": \"Rodriguez\",\n            \"middleName\": \"G\",\n            \"role\": \"student\",\n            \"identifier\": \"24479\",\n            \"email\": \"JamesTaylor_20048@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/ee4baf5f-ccd8-414a-ba3e-1771c02c82f8\",\n                    \"sourcedId\": \"ee4baf5f-ccd8-414a-ba3e-1771c02c82f8\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/24a202e5-61b7-4ece-b0a8-39653c0702cb\",\n                    \"sourcedId\": \"24a202e5-61b7-4ece-b0a8-39653c0702cb\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"2e9289a3-17bc-4c3e-b9ac-acc8ea6860eb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259188-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"PamelaRodriguez_20053@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"William\",\n            \"familyName\": \"Spacely\",\n            \"middleName\": \"I\",\n            \"role\": \"student\",\n            \"identifier\": \"24482\",\n            \"email\": \"PamelaRodriguez_20053@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/7aaf0244-4938-4bc7-8c83-2226c6fc5d7b\",\n                    \"sourcedId\": \"7aaf0244-4938-4bc7-8c83-2226c6fc5d7b\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"5461084d-4658-48f5-8960-80aa9da93525\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259189-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CJones\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Carl\",\n            \"familyName\": \"Jones\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24483\",\n            \"email\": \"CJones@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/b80bf29d-ab44-4d63-8b48-fd76525b7c1c\",\n                    \"sourcedId\": \"b80bf29d-ab44-4d63-8b48-fd76525b7c1c\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/afcb7617-e59b-4ccf-958e-3d36fcc490ea\",\n                    \"sourcedId\": \"afcb7617-e59b-4ccf-958e-3d36fcc490ea\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"e46a98ae-d639-4741-a60a-036d0ee95ab5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025918a-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JWalker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Jessica\",\n            \"familyName\": \"Walker\",\n            \"middleName\": \"A\",\n            \"role\": \"student\",\n            \"identifier\": \"24713\",\n            \"email\": \"JWalker@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/21c58252-beaa-4442-a4c8-952d4aa64f5c\",\n                    \"sourcedId\": \"21c58252-beaa-4442-a4c8-952d4aa64f5c\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"c679af80-ea90-4c4d-8efc-ce0e3babba90\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"802591dc-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BeatriceDavis_21191@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sallie\",\n            \"familyName\": \"Henry\",\n            \"middleName\": \"E\",\n            \"role\": \"student\",\n            \"identifier\": \"24798\",\n            \"email\": \"BeatriceDavis_21191@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/ac8d1871-c2d5-436c-8c65-f88357c135c9\",\n                    \"sourcedId\": \"ac8d1871-c2d5-436c-8c65-f88357c135c9\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"cb966196-99b5-4863-991f-67bba4c46d10\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259213-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"GGrassy\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Gregory\",\n            \"familyName\": \"Grassy\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24799\",\n            \"email\": \"GGrassy@notscape.xom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/62951a3e-04ee-4301-8c83-1ec87d3b935d\",\n                    \"sourcedId\": \"62951a3e-04ee-4301-8c83-1ec87d3b935d\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/d38c22a6-c63c-4927-b764-2eabb7a96813\",\n                    \"sourcedId\": \"d38c22a6-c63c-4927-b764-2eabb7a96813\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"001e2ee7-0096-40f7-90f1-25d907f53e13\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259214-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"IreneTaylor_21242@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Walter\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"24973\",\n            \"email\": \"IreneTaylor_21242@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/f281ee9d-4068-4882-9617-851228121a3a\",\n                    \"sourcedId\": \"f281ee9d-4068-4882-9617-851228121a3a\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/ab2e0b2e-4133-4d20-b412-805029772ace\",\n                    \"sourcedId\": \"ab2e0b2e-4133-4d20-b412-805029772ace\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"424c4355-38a3-4d9b-ad6e-ccdc0f655df3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025925b-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"VincentWhite_21248@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Vincent\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"24979\",\n            \"email\": \"VincentWhite_21248@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/a71961e5-f84e-415e-8373-eedac1061119\",\n                    \"sourcedId\": \"a71961e5-f84e-415e-8373-eedac1061119\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"0f80ff2e-7690-4a3b-a385-10674b44e6ff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"8025925d-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"RaymondWilliams_21268@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Kevin\",\n            \"familyName\": \"Dixon\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"24995\",\n            \"email\": \"RaymondWilliams_21268@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/540c8227-a35b-4abc-bfb7-74093c0e33ab\",\n                    \"sourcedId\": \"540c8227-a35b-4abc-bfb7-74093c0e33ab\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"10\"\n            ],\n            \"sourcedId\": \"9d10baa9-4738-4056-97aa-ffad19395917\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259263-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"SallieJones_21269@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Sallie\",\n            \"familyName\": \"Green\",\n            \"middleName\": \"\",\n            \"role\": \"student\",\n            \"identifier\": \"25011\",\n            \"email\": \"SallieJones_21269@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/users/297a530f-b5fd-4129-bb2c-0c565348fea0\",\n                    \"sourcedId\": \"297a530f-b5fd-4129-bb2c-0c565348fea0\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"12\"\n            ],\n            \"sourcedId\": \"38708125-1238-426f-ba95-7e1347357c09\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"80259267-edec-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b3c1430c-9e8b-4ec7-96f2-3687628e5df7"},{"name":"/Schools/{{School}}/Classes/{{Class}}/Teachers","event":[{"listen":"test","script":{"id":"280c7ec3-cb2e-4243-b60e-d19fe68398a8","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"37fa8c20-c389-4f02-8354-7e58f9971989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/classes/{{ClassSourcedID}}/Teachers","description":"<p>Returns information for all teachers assigned to a specific class section.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","classes","{{ClassSourcedID}}","Teachers"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2bf64120-2ddc-441f-9e6a-4adc848a2f8b","name":"/Schools/{{School}}/Classes/{{Class}}/Teachers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/classes/{{ClassSourcedID}}/Teachers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|ad08e3db-ced5-4201-a7b3-8ce03097dfe9|"},{"key":"X-Total-Count","value":"2"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:23:29 GMT"},{"key":"Content-Length","value":"1612"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"PHarris\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Patricia\",\n            \"familyName\": \"Harris\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"14781\",\n            \"email\": \"PHarris@monroecity.rr.kom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"c6cb8dff-b9ee-4637-818c-4f6cee53f555\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2c8d2-0261-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MTaylor\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Mary\",\n            \"familyName\": \"Taylor\",\n            \"middleName\": \"\",\n            \"role\": \"teacher\",\n            \"identifier\": \"39829\",\n            \"email\": \"MTaylor@notscape.xom\",\n            \"agents\": [],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [],\n            \"sourcedId\": \"e71c0006-b47e-4e88-b207-1f536651ec4c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T17:44:48.943Z\",\n            \"metadata\": {\n                \"@refId\": \"15c2cb87-0261-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"37fa8c20-c389-4f02-8354-7e58f9971989"},{"name":"/Schools/{{School}}/Classes/{{Class}}/Students","event":[{"listen":"test","script":{"id":"280c7ec3-cb2e-4243-b60e-d19fe68398a8","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"244e1b9d-cc47-4f96-adc4-3522bedc8860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/classes/{{ClassSourcedID}}/Students","description":"<p>Returns information for all students assigned to a specific class section.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","classes","{{ClassSourcedID}}","Students"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"cbcf73ee-a8e3-4eb7-b1b1-50946f7f2cf9","name":"/Schools/{{School}}/Classes/{{Class}}/Students","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/classes/{{ClassSourcedID}}/Students"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|a8d21f46-e92e-4aa5-852c-0c5e233e3bb6|"},{"key":"X-Total-Count","value":"13"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:23:39 GMT"},{"key":"Content-Length","value":"13462"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"username\": \"EugeneAnderson_19582@gedu.demo.mindex.com\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Michael\",\n            \"familyName\": \"Thomas\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"20238\",\n            \"email\": \"EugeneAnderson_19582@gedu.demo.mindex.com\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/798ed2bf-5cf8-4b1c-9e39-2f01bec31d04\",\n                    \"sourcedId\": \"798ed2bf-5cf8-4b1c-9e39-2f01bec31d04\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/f795b0f9-e744-4773-ae5e-9a23f2514a58\",\n                    \"sourcedId\": \"f795b0f9-e744-4773-ae5e-9a23f2514a58\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"9ebe382e-2356-49a5-a705-90f73a2a305c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-01-13T15:29:41.913Z\",\n            \"metadata\": {\n                \"@refId\": \"d99d7dd6-17ca-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MSmith\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Melissa\",\n            \"familyName\": \"Smith\",\n            \"middleName\": \"K\",\n            \"role\": \"student\",\n            \"identifier\": \"27257\",\n            \"email\": \"MSmith@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/19eac19a-835e-4385-a13a-cfec4cd1ded3\",\n                    \"sourcedId\": \"19eac19a-835e-4385-a13a-cfec4cd1ded3\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/babb533f-a158-4b70-88e6-e8583d741948\",\n                    \"sourcedId\": \"babb533f-a158-4b70-88e6-e8583d741948\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"e252e036-1593-49e2-8058-31b6b026ba23\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025953e-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"AMartin\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Angela\",\n            \"familyName\": \"Martin\",\n            \"middleName\": \"M\",\n            \"role\": \"student\",\n            \"identifier\": \"27333\",\n            \"email\": \"AMartin@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/08ab7011-9032-4a60-a36c-9a0909ef7b97\",\n                    \"sourcedId\": \"08ab7011-9032-4a60-a36c-9a0909ef7b97\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"830eccd5-2e03-430d-8d39-818c10af8a06\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259542-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CRobinso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Christopher\",\n            \"familyName\": \"Robinson\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"27475\",\n            \"email\": \"CRobinso@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/1d184ea6-a947-4419-a01c-23fb5427a327\",\n                    \"sourcedId\": \"1d184ea6-a947-4419-a01c-23fb5427a327\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"cd5218d0-d66c-4290-9dd7-3e1ac0d1232e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025957c-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JNelson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Joseph\",\n            \"familyName\": \"Nelson\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"27915\",\n            \"email\": \"JNelson@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/6826a57b-aa5a-4071-babe-890ffc878871\",\n                    \"sourcedId\": \"6826a57b-aa5a-4071-babe-890ffc878871\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/7c66c766-1321-4578-bb43-c3d770cee3cc\",\n                    \"sourcedId\": \"7c66c766-1321-4578-bb43-c3d770cee3cc\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"26a06eb1-e365-44cb-a3a7-d076828a1de8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259639-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"CCarter\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Charlie\",\n            \"familyName\": \"Carter\",\n            \"middleName\": \"R\",\n            \"role\": \"student\",\n            \"identifier\": \"32960\",\n            \"email\": \"CCarter@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/98227c0f-430d-4c33-8b50-5dd31b655834\",\n                    \"sourcedId\": \"98227c0f-430d-4c33-8b50-5dd31b655834\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"26e3626c-9308-415e-8f45-e826bb4d2674\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259cf6-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"BCampbel\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Barbara\",\n            \"familyName\": \"Campbell\",\n            \"middleName\": \"N\",\n            \"role\": \"student\",\n            \"identifier\": \"33050\",\n            \"email\": \"BCampbel@mcsd.erg\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/d0e8b73e-d10c-4240-8d95-78bde1255ee9\",\n                    \"sourcedId\": \"d0e8b73e-d10c-4240-8d95-78bde1255ee9\",\n                    \"type\": \"user\"\n                },\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/4e25218c-3dfa-4608-98ca-4ae352f44334\",\n                    \"sourcedId\": \"4e25218c-3dfa-4608-98ca-4ae352f44334\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"d37637a3-e4ee-46d9-aa89-2bb31d129195\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"80259d1a-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"MPeterso\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Margaret\",\n            \"familyName\": \"Peterson\",\n            \"middleName\": \"L\",\n            \"role\": \"student\",\n            \"identifier\": \"36776\",\n            \"email\": \"MPeterso@yoohoo.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/0d2171a3-7289-422e-bf63-84ea85fdd472\",\n                    \"sourcedId\": \"0d2171a3-7289-422e-bf63-84ea85fdd472\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"6c441a96-b0c4-4bb7-b452-2e9de6e93d99\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a232-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"LMartine\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Linda\",\n            \"familyName\": \"Martinez\",\n            \"middleName\": \"P\",\n            \"role\": \"student\",\n            \"identifier\": \"38049\",\n            \"email\": \"LMartine@monroecity.rr.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/aa02a68f-5847-40cb-9c23-a141b2bd3983\",\n                    \"sourcedId\": \"aa02a68f-5847-40cb-9c23-a141b2bd3983\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"6f1a8bcd-2c0f-4ac4-b2ee-c736e096051e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a40c-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DCollins\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Donna\",\n            \"familyName\": \"Collins\",\n            \"middleName\": \"J\",\n            \"role\": \"student\",\n            \"identifier\": \"39855\",\n            \"email\": \"DCollins@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/a8836431-3b6d-43c8-a2a7-3bf1ab58defb\",\n                    \"sourcedId\": \"a8836431-3b6d-43c8-a2a7-3bf1ab58defb\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"c11a20e5-9230-44f5-8e80-62ee196029b9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a687-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JHenry\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Julie\",\n            \"familyName\": \"Henry\",\n            \"middleName\": \"D\",\n            \"role\": \"student\",\n            \"identifier\": \"39926\",\n            \"email\": \"JHenry@schoolmail.k12.guv\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/d68003e2-63f3-4b66-bb0c-cfa7d555c8da\",\n                    \"sourcedId\": \"d68003e2-63f3-4b66-bb0c-cfa7d555c8da\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"64652794-d547-46c7-afe4-7fc2b51b8359\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a6a5-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"JBaker\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"John\",\n            \"familyName\": \"Baker\",\n            \"middleName\": \"S\",\n            \"role\": \"student\",\n            \"identifier\": \"41988\",\n            \"email\": \"JBaker@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/6d302796-b601-4c28-b401-2cbef307099b\",\n                    \"sourcedId\": \"6d302796-b601-4c28-b401-2cbef307099b\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"fd8cbfb0-b302-4a71-9c54-c3682b792aff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025a9c1-edec-0000-0000-000000000000\"\n            }\n        },\n        {\n            \"username\": \"DJackson\",\n            \"enabledUser\": \"true\",\n            \"givenName\": \"Donald\",\n            \"familyName\": \"Jackson\",\n            \"middleName\": \"C\",\n            \"role\": \"student\",\n            \"identifier\": \"43874\",\n            \"email\": \"DJackson@tmail.kom\",\n            \"agents\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/users/02d67f7e-422c-4b73-8ad3-b701c6a115b2\",\n                    \"sourcedId\": \"02d67f7e-422c-4b73-8ad3-b701c6a115b2\",\n                    \"type\": \"user\"\n                }\n            ],\n            \"orgs\": [\n                {\n                    \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                    \"type\": \"org\"\n                }\n            ],\n            \"grades\": [\n                \"11\"\n            ],\n            \"sourcedId\": \"350f0993-5333-4db5-84f1-ff4f6cb687a5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:09:16.733Z\",\n            \"metadata\": {\n                \"@refId\": \"8025ac73-edec-0000-0000-000000000000\"\n            }\n        }\n    ]\n}"}],"_postman_id":"244e1b9d-cc47-4f96-adc4-3522bedc8860"}],"id":"d615cac0-8e79-4727-ba03-f9e820dadd44","description":"<p>These calls provide information about faculty, students, and contacts. Please note that these calls only include individuals who have a username or an email.</p>\n<p>Unless otherwise specified, Student and Teacher calls return only currently active students and teachers who have been scheduled for at least one class. Students are considered active when they have at least one current enrollment, and teachers are considered active when the “Active” indicator is checked on the Faculty Information tab on the faculty record.</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>username</td>\n<td>String</td>\n<td>Individual’s SchoolTool username (note that some systems will not accept emails as usernames)</td>\n</tr>\n<tr>\n<td>enabledUser</td>\n<td>Boolean</td>\n<td>Always returns “true”</td>\n</tr>\n<tr>\n<td>givenName</td>\n<td>String</td>\n<td>Individual’s first name</td>\n</tr>\n<tr>\n<td>familyName</td>\n<td>String</td>\n<td>Individual’s last name</td>\n</tr>\n<tr>\n<td>middleName</td>\n<td>String</td>\n<td>Individual’s middle name</td>\n</tr>\n<tr>\n<td>role</td>\n<td>Enum (RoleType)</td>\n<td>Possible values: “guardian”, “parent”, “relative”, “student”, “teacher”, “administrator”  <br />  <br /><br />- Parent: the relationship is a type designated as “IsParent”<br />- Guardian: the relationship is a type not designated as “IsParent” but the student and contact live at the same address<br />- Relative: the relationship is a type not designated as “IsParent” and the student and contact do not live at the same address.<br />- Teacher: the individual is listed as type “teacher” in faculty module<br />- Administrator: the individual is listed in the Faculty module but is not defined as a teacher</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>String</td>\n<td>User’s Local ID in SchoolTool.  <br />  <br /><br />- For teachers, this is the local Faculty ID (in the Faculty Information area on a faculty record)<br />- For students, this is the local Student ID (in the Student &gt; General area on a student record)</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>User’s email address</td>\n</tr>\n<tr>\n<td>agents  <br />  <br /><br />- href<br />- sourcedId<br />- type</td>\n<td>Array  <br />  <br /><br />- URI<br />- GUID<br />- Enum (GUIDType)</td>\n<td>- For students/parents, the agents field contains a collection of their contacts.<br />- For teachers/staff it will be blank</td>\n</tr>\n<tr>\n<td>orgs  <br />  <br /><br />- href<br />- sourcedId<br />- type</td>\n<td>Array  <br />  <br /><br />- URI<br />- GUID<br />- Enum (GUIDType)</td>\n<td>- References each building school level to which the individual is assigned<br />- The unique identifier (GUID_ID) of each building school level to which this individual is assigned.<br />    - For students, this is a list of building school levels in which they current have primary or alternate enrollments<br />    - For teachers, this is a list of building school levels assigned to that individual (in the Faculty Information area on a faculty record).<br />- The type for each building school level. Always returns “org”</td>\n</tr>\n<tr>\n<td>grades</td>\n<td>String</td>\n<td>- For teachers, this is the grade level assigned to that individual (in the Faculty Information area on a faculty record)<br />- For students, this is a list of all grade levels indicated on the student’s current primary enrollments</td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td>GUID</td>\n<td>The unique identifier (GUID_ID) of the individual</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Enum (StatusType)</td>\n<td>Always returns “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td>Always displays current date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d615cac0-8e79-4727-ba03-f9e820dadd44"},{"name":"Demographics","item":[{"name":"Demographics","event":[{"listen":"test","script":{"id":"d3fa56fa-9a6a-4faa-b2fe-e1fe8c8545f4","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"87b8b457-eda8-4c54-a024-88bcf676a064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL2}}/Demographics","description":"<p>Returns information about all active users.</p>\n","urlObject":{"path":["Demographics"],"host":["{{URL2}}"],"query":[],"variable":[]}},"response":[{"id":"c39cb878-f526-4e33-a54d-81ee7db0e7f4","name":"Demographics","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL2}}/Demographics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V2|6219cef2-9bdf-461b-aee2-f839ba3a1d5c|C81600|CD20"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 19 Jan 2024 13:48:02 GMT"},{"key":"Content-Length","value":"36789"}],"cookie":[],"responseTime":null,"body":"{\n    \"demographics\": [\n        {\n            \"birthDate\": \"2003-08-18\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": true,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": false,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"5ed60b18-2d64-4d2e-bd91-fbd4f7e75624\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2017-09-26T15:29:48.877Z\"\n        },\n        {\n            \"birthDate\": \"2006-08-28\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": true,\n            \"sourcedId\": \"fbcb37da-d6f6-4807-a142-7e04decf4489\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2020-10-29T17:10:27.930Z\"\n        },\n        {\n            \"birthDate\": \"2006-09-27\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"c89261a2-f3b2-4c76-8405-632ca8e68fc7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-11T19:31:34.513Z\"\n        },\n        {\n            \"birthDate\": \"2006-03-13\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"6cc34676-08bd-4780-a78d-684407a41df1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-05-04T13:21:21.203Z\"\n        },\n        {\n            \"birthDate\": \"2006-06-05\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"40fba4b8-bd98-4ed9-82ce-c5a89c1b8603\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-05-04T13:40:36.190Z\"\n        },\n        {\n            \"birthDate\": \"2006-08-21\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"72d281b2-a6ed-43ea-82dc-14ad346f0045\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-05-02T15:58:24.597Z\"\n        },\n        {\n            \"birthDate\": \"2006-06-08\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"90ae1ac9-a113-4685-b995-d83d99462b1d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2014-11-10T19:03:11.233Z\"\n        },\n        {\n            \"birthDate\": \"2007-02-04\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"6e0572ac-f7d1-4091-ab46-51fbdb9c1c78\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-16T19:28:17.647Z\"\n        },\n        {\n            \"birthDate\": \"2006-02-26\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"d1485d20-a58e-4349-8926-573fd11d92be\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-14T16:27:08.527Z\"\n        },\n        {\n            \"birthDate\": \"2006-02-26\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"9b0c96a9-588f-4b7e-a671-480569a2b0d3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-11T19:20:09.097Z\"\n        },\n        {\n            \"birthDate\": \"2006-08-24\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"bb706ede-2fd7-4aab-abca-648ccefe8aa8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2023-05-03T20:01:27.360Z\"\n        },\n        {\n            \"birthDate\": \"2007-02-15\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"fab6e7bd-81fe-486a-a4b4-330b5b334222\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2023-11-17T20:51:01.663Z\"\n        },\n        {\n            \"birthDate\": \"2006-03-15\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"6a967469-2425-4f2c-aaa6-bc8f7258b7a2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-10T15:59:43.237Z\"\n        },\n        {\n            \"birthDate\": \"2005-09-19\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"65052f3c-8cdb-4a51-9571-0284653d78c3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-11T19:18:50.827Z\"\n        },\n        {\n            \"birthDate\": \"2006-04-05\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"0dd2b185-eecd-44d9-9b07-d2db99f2b060\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-10T16:00:30.727Z\"\n        },\n        {\n            \"birthDate\": \"2008-08-10\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"1beaeb12-6e40-4276-bea1-394bb187168d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2008-08-21T15:01:26.180Z\"\n        },\n        {\n            \"birthDate\": \"2006-03-25\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"784e101e-96f5-47f4-9c0c-eee08ce3616b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-05-04T15:26:48.940Z\"\n        },\n        {\n            \"birthDate\": \"2008-05-28\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"bc5706b6-a3cb-44a0-8d3c-fffc216cc68b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-11-09T19:30:45.203Z\"\n        },\n        {\n            \"birthDate\": \"2006-08-15\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"470c0613-8c91-4fb5-ba00-e1449ee5642b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2009-09-15T15:39:50.530Z\"\n        },\n        {\n            \"birthDate\": \"2006-10-22\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"097bfe73-c95e-4bb9-9e1a-a9037004ea47\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2009-11-23T15:22:10.070Z\"\n        },\n        {\n            \"birthDate\": \"2008-09-23\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": true,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": true,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"60cc038b-c2ab-4603-b6bb-7401aaddc8c1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-12-10T15:13:50.083Z\"\n        },\n        {\n            \"birthDate\": \"2006-10-03\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"bcc86e7d-b73d-4b9a-9d05-b20e94824589\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-05-02T14:05:31.150Z\"\n        },\n        {\n            \"birthDate\": \"2007-05-22\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"9781fc88-9682-48f0-bfd0-57ca1a3172e4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-16T19:31:32.810Z\"\n        },\n        {\n            \"birthDate\": \"2007-07-24\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"ebe385ba-3c0d-46b3-abb2-672e76180970\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-30T14:02:47.373Z\"\n        },\n        {\n            \"birthDate\": \"2006-10-07\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"90245f04-3981-4bff-9899-8130a84e8446\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-03-22T14:43:41.797Z\"\n        },\n        {\n            \"birthDate\": \"2008-08-23\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"8a01569e-43f8-4faa-9db8-1d343ea833e9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2016-12-08T17:07:43.023Z\"\n        },\n        {\n            \"birthDate\": \"2008-04-04\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"08752720-f7a3-450d-a1ea-21660eff5de4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2020-11-10T15:54:59.113Z\"\n        },\n        {\n            \"birthDate\": \"2007-06-30\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"cb6802aa-bcfb-4385-8c9f-fef16a714f68\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-03-22T15:03:11.377Z\"\n        },\n        {\n            \"birthDate\": \"2007-09-15\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"975d6f86-1231-4dd7-9e7e-b707c11a2f67\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-01-05T17:51:10.363Z\"\n        },\n        {\n            \"birthDate\": \"2006-03-22\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": true,\n            \"sourcedId\": \"2a6d3a43-e0b6-407a-b0a4-9b3ac6490d7c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2018-09-27T18:56:55.030Z\"\n        },\n        {\n            \"birthDate\": \"2006-05-12\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"d30a32c4-4459-4623-90af-dd2e14b55276\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-05-02T15:36:58.367Z\"\n        },\n        {\n            \"birthDate\": \"2008-04-04\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"d863af5b-bdd7-4d8c-8fe9-bd5cc7f83755\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2019-09-13T19:08:34.753Z\"\n        },\n        {\n            \"birthDate\": \"2007-07-27\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": true,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": true,\n            \"hispanicOrLatinoEthnicity\": true,\n            \"sourcedId\": \"274b1c93-8903-4c32-9369-ca8a152a092c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-03-22T18:54:55.063Z\"\n        },\n        {\n            \"birthDate\": \"2007-03-31\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"28ff6bc4-8739-46fd-b860-c5a925040178\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-03-22T18:18:33.593Z\"\n        },\n        {\n            \"birthDate\": \"2007-04-10\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"d16bbd1c-e45d-4a6c-83f5-20c300fb0e24\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-16T19:27:04.247Z\"\n        },\n        {\n            \"birthDate\": \"2006-06-13\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"06fe8931-c718-4cbe-a5c5-bdf1268ae0af\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-11T19:15:37.003Z\"\n        },\n        {\n            \"birthDate\": \"2007-02-14\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"97837b9d-66ae-4b05-a93f-7b1663b2f6b1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-03-22T18:40:15.907Z\"\n        },\n        {\n            \"birthDate\": \"2008-06-02\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": true,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": true,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"2475432a-3e9e-4da4-98e7-a203aa03747c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2017-07-05T14:25:43.750Z\"\n        },\n        {\n            \"birthDate\": \"2006-04-11\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"06a87794-9feb-44b5-a62e-645087ab536d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-05-04T13:48:05.237Z\"\n        },\n        {\n            \"birthDate\": \"2007-05-17\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"1ab1d79d-52d5-4c8a-81f1-7872886e472e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2017-06-09T20:13:45.767Z\"\n        },\n        {\n            \"birthDate\": \"2007-10-12\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"4f3c0d33-bb5d-4c0c-892f-12adcc70b09a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-03-23T15:14:00.857Z\"\n        },\n        {\n            \"birthDate\": \"2006-10-02\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"5b184731-fb9e-4520-bbfc-2bed9c4d9149\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2019-11-22T18:13:35.383Z\"\n        },\n        {\n            \"birthDate\": \"2008-12-27\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"ad4fb688-1aea-4e2e-b281-4bb7c8b2c510\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-02-24T19:33:20.710Z\"\n        },\n        {\n            \"birthDate\": \"2007-08-22\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"a3b96c55-e68a-44f2-82af-5a07b88dac40\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-03-22T14:09:29.157Z\"\n        },\n        {\n            \"birthDate\": \"2007-02-17\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"95561080-7c86-4606-b105-e120ba9d5fc6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2010-07-06T15:20:44.653Z\"\n        },\n        {\n            \"birthDate\": \"2009-02-05\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"b1daffec-d1b4-4a7e-ab10-880849b1cbfc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2020-11-10T15:18:30.543Z\"\n        },\n        {\n            \"birthDate\": \"2010-04-13\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"520a9591-47ac-4d8b-9b8c-5e4a370cdedc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-15T16:05:17.427Z\"\n        },\n        {\n            \"birthDate\": \"2008-06-08\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"c7225537-2aa0-4988-852e-db7fee50b004\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2016-12-12T15:38:23.620Z\"\n        },\n        {\n            \"birthDate\": \"2009-09-04\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"96d5a251-04ac-4c19-be72-5def448de662\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-02-27T16:28:09.680Z\"\n        },\n        {\n            \"birthDate\": \"2008-05-27\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": true,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": true,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"9b48227b-9557-411a-ab7b-7e103bac47e7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-16T19:14:46.143Z\"\n        },\n        {\n            \"birthDate\": \"2007-09-05\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": true,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": true,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"1f98d657-1866-4767-b01f-db3ef6372d90\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2014-10-28T19:09:22.617Z\"\n        },\n        {\n            \"birthDate\": \"2010-02-05\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"373cc6ff-7764-468b-8d05-7f8b4eaf9dd5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-02-27T17:17:29.107Z\"\n        },\n        {\n            \"birthDate\": \"2009-12-30\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"dc0f6844-c1a6-4451-a1f7-23b4bf140152\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-02-27T17:26:09.057Z\"\n        },\n        {\n            \"birthDate\": \"2006-08-22\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"404ae79d-5eaf-4070-9670-356443db400d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-11T17:40:31.557Z\"\n        },\n        {\n            \"birthDate\": \"2010-01-14\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"b1d146d9-d7cb-48b7-a7fa-08cf71371b4e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-15T16:07:33.150Z\"\n        },\n        {\n            \"birthDate\": \"2006-07-17\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"cecb55cb-5712-48b2-99cb-5b3180c91bfb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-05-03T13:12:08.047Z\"\n        },\n        {\n            \"birthDate\": \"2007-08-29\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"3fcb31a5-b290-4715-8ee1-611ccf94f59b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-09-18T18:20:51.583Z\"\n        },\n        {\n            \"birthDate\": \"2006-04-21\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"d205a76b-377c-4cd6-9916-8ca92e109ae3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-11T17:56:45.483Z\"\n        },\n        {\n            \"birthDate\": \"2006-01-01\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"77cebf10-0d09-4550-a41c-c59312d45d50\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-10T16:06:58.387Z\"\n        },\n        {\n            \"birthDate\": \"2007-01-02\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"bd7be6ec-13d9-4709-ba90-92e06d85acb4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-16T19:31:01.907Z\"\n        },\n        {\n            \"birthDate\": \"2006-08-01\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"ca10656c-ba09-4eec-bd5d-3522153f39a9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2017-01-09T19:39:46.160Z\"\n        },\n        {\n            \"birthDate\": \"2006-07-13\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"419624c5-2851-4edc-9f18-da7107b6c084\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-09-15T17:30:28.463Z\"\n        },\n        {\n            \"birthDate\": \"2010-02-08\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"bf0794a8-0364-43e3-bd96-bdc268f390d9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-03-05T16:26:30.683Z\"\n        },\n        {\n            \"birthDate\": \"2010-04-02\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"74558d8c-83bc-410f-b14e-ba07ebb75347\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-03-05T16:28:00.580Z\"\n        },\n        {\n            \"birthDate\": \"2009-08-10\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"24e9c678-69ff-420f-8df7-1ab4604bb4da\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2014-04-03T15:57:56.893Z\"\n        },\n        {\n            \"birthDate\": \"2006-01-31\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"23e4ed8f-5078-47f3-a7ec-e443726c70b2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2016-12-23T18:04:52.780Z\"\n        },\n        {\n            \"birthDate\": \"2006-09-13\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": true,\n            \"sourcedId\": \"7797b150-cf4a-47ee-85e4-87f74321946e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-11T19:37:44.047Z\"\n        },\n        {\n            \"birthDate\": \"2008-09-19\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"dc00d0ef-d09b-4a4a-b2b2-f6f66ae44847\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-12-10T15:36:36.327Z\"\n        },\n        {\n            \"birthDate\": \"2008-10-02\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"99aeeaba-fe65-4883-b461-3723e39fce2b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2013-06-06T16:40:44.877Z\"\n        },\n        {\n            \"birthDate\": \"2006-11-07\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"84bad05a-2aad-4783-879c-23eda10cccdb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2011-09-15T14:33:10.463Z\"\n        },\n        {\n            \"birthDate\": \"2008-12-16\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"12b5dd9d-f5ce-4b9a-8278-aaaaebfc62ec\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-15T16:18:03.040Z\"\n        },\n        {\n            \"birthDate\": \"2007-04-10\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": true,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": false,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": true,\n            \"sourcedId\": \"e7f4a4af-4972-426f-aff8-0c337144d520\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2018-09-19T20:01:33.997Z\"\n        },\n        {\n            \"birthDate\": \"2007-09-07\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"f15abdef-8bd0-492e-9114-2a112a32179c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2012-03-22T15:59:38.110Z\"\n        },\n        {\n            \"birthDate\": \"2010-04-01\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"894240af-0ec2-4d64-93ee-f6cac2312c14\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-02-27T17:24:58.087Z\"\n        },\n        {\n            \"birthDate\": \"2011-11-17\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"589f3298-2ec7-4703-8fe0-a3b8f8d8f6cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2016-02-01T14:51:31.663Z\"\n        },\n        {\n            \"birthDate\": \"2008-11-29\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"d7f2bbbf-05ea-4975-95a6-82a1b9ec87b0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2020-09-10T15:22:09.990Z\"\n        },\n        {\n            \"birthDate\": \"2010-10-10\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"4ce6f315-eb4a-48e3-8fa6-3050cee51ffd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-08-18T18:50:31.460Z\"\n        },\n        {\n            \"birthDate\": \"2011-11-17\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": true,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": true,\n            \"hispanicOrLatinoEthnicity\": true,\n            \"sourcedId\": \"44b07ecd-3a50-4321-89b8-a0f5c978d01a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2016-05-20T15:28:06.780Z\"\n        },\n        {\n            \"birthDate\": \"2009-10-30\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"c681b2f7-64c6-4200-ab95-ba923c40e348\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-15T17:43:25.353Z\"\n        },\n        {\n            \"birthDate\": \"2006-12-30\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"a4f0cfcd-02f9-4209-9e0f-68dab8c352b8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-16T19:32:04.433Z\"\n        },\n        {\n            \"birthDate\": \"2006-12-30\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"0c04ff57-08fa-4144-a8e5-86da944d5be7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-16T19:32:31.097Z\"\n        },\n        {\n            \"birthDate\": \"2007-07-13\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"b2b23157-6b77-4fe9-abc4-bf9d2694977e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-09-16T18:53:23.110Z\"\n        },\n        {\n            \"birthDate\": \"2007-06-18\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"e0adc8e4-5053-43bd-9d6d-fe0cbcd57b4f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2016-02-25T14:30:20.090Z\"\n        },\n        {\n            \"birthDate\": \"2008-05-17\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"f426347e-7fd1-4440-83fb-07b196eb9c93\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2017-08-08T12:29:37.987Z\"\n        },\n        {\n            \"birthDate\": \"2007-03-13\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"247b1bd1-7afc-47de-9089-2558d4058d2e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2017-05-15T15:36:59.153Z\"\n        },\n        {\n            \"birthDate\": \"2007-01-03\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"0178e632-50f0-477e-938e-fce976c7f498\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-12-16T19:26:01.577Z\"\n        },\n        {\n            \"birthDate\": \"2008-08-27\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": true,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": false,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"a89e9f6c-dcd4-4b9e-b61b-494597f70399\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-04-29T17:54:36.623Z\"\n        },\n        {\n            \"birthDate\": \"2007-01-17\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": true,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": true,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"a9b76449-d9f6-4dd6-ab3e-14a1907aea2f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2023-02-03T18:47:35.960Z\"\n        },\n        {\n            \"birthDate\": \"2006-03-14\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"ba09571d-7c92-46c8-ab6a-8132335cd595\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2017-01-04T20:07:24.953Z\"\n        },\n        {\n            \"birthDate\": \"2009-03-04\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"f193c90b-e1be-4de3-ad26-51a8bc662ab5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2017-08-31T15:18:17.660Z\"\n        },\n        {\n            \"birthDate\": \"2007-10-15\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"0d76d350-dbcc-44fa-a8a1-a81517427c3b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-04-29T18:29:04.833Z\"\n        },\n        {\n            \"birthDate\": \"2007-10-15\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"c9e1a966-5aaa-4c0e-85fd-8ff57f28fdf1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2013-02-28T15:36:42.143Z\"\n        },\n        {\n            \"birthDate\": \"2010-08-16\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"14b05338-867f-42fe-a0ec-d1de95943ca1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-02-26T17:16:43.037Z\"\n        },\n        {\n            \"birthDate\": \"2010-09-16\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": true,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": true,\n            \"hispanicOrLatinoEthnicity\": true,\n            \"sourcedId\": \"7152b5c9-8cb1-4892-a1a8-770ac3271045\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-06-13T15:23:10.147Z\"\n        },\n        {\n            \"birthDate\": \"2010-05-21\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"c89a7d56-480f-4d6a-8202-1d1c2b41e896\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2015-10-01T17:08:56.797Z\"\n        },\n        {\n            \"birthDate\": \"2008-02-22\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"1bc547bd-1a8f-444b-9081-86bfbdae51d3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2016-12-12T15:42:47.090Z\"\n        },\n        {\n            \"birthDate\": \"2008-04-25\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"31487d66-94b5-465d-90de-4224079aa8ac\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2013-06-04T15:17:17.460Z\"\n        },\n        {\n            \"birthDate\": \"2008-08-30\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"51adb676-cc74-43b2-b7f0-ef1da55f034b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2018-02-15T19:48:20.017Z\"\n        },\n        {\n            \"birthDate\": \"2008-02-23\",\n            \"sex\": \"male\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": true,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": false,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"34748c2d-c016-4301-8145-9173670fd71f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2023-05-04T12:17:46.267Z\"\n        },\n        {\n            \"birthDate\": \"2008-07-07\",\n            \"sex\": \"female\",\n            \"americanIndianOrAlaskaNative\": false,\n            \"asian\": false,\n            \"blackOrAfricanAmerican\": false,\n            \"nativeHawaiianOrOtherPacificIslander\": false,\n            \"white\": true,\n            \"demographicRaceTwoOrMoreRaces\": false,\n            \"hispanicOrLatinoEthnicity\": false,\n            \"sourcedId\": \"7bfaaeb4-1d9f-4a8f-8383-29005f17b7e7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2013-06-11T14:27:00.657Z\"\n        }\n    ]\n}"}],"_postman_id":"87b8b457-eda8-4c54-a024-88bcf676a064"},{"name":"/Demographics/{{Student}}","event":[{"listen":"test","script":{"id":"d3fa56fa-9a6a-4faa-b2fe-e1fe8c8545f4","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"d389dbc4-8383-4cdf-bbc6-5f61ed4008ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL2}}/Demographics/{{StudentSourcedID}}","description":"<p>Returns information about a specific user.</p>\n","urlObject":{"path":["Demographics","{{StudentSourcedID}}"],"host":["{{URL2}}"],"query":[],"variable":[]}},"response":[{"id":"f43089ef-c247-4f76-aff4-263591c012c1","name":"/Demographics/{{Student}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL2}}/Demographics/{{StudentSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V2|ad920306-2a38-4261-8000-8e38eac4fd9a|C81600|CD20"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 19 Jan 2024 13:51:58 GMT"},{"key":"Content-Length","value":"385"}],"cookie":[],"responseTime":null,"body":"{\n    \"demographics\": {\n        \"birthDate\": \"2007-02-04\",\n        \"sex\": \"female\",\n        \"americanIndianOrAlaskaNative\": false,\n        \"asian\": false,\n        \"blackOrAfricanAmerican\": false,\n        \"nativeHawaiianOrOtherPacificIslander\": false,\n        \"white\": true,\n        \"demographicRaceTwoOrMoreRaces\": false,\n        \"hispanicOrLatinoEthnicity\": false,\n        \"sourcedId\": \"6e0572ac-f7d1-4091-ab46-51fbdb9c1c78\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2015-12-16T19:28:17.647Z\"\n    }\n}"}],"_postman_id":"d389dbc4-8383-4cdf-bbc6-5f61ed4008ec"}],"id":"7370fbdf-1ed5-4d15-9b9a-b348bec4152e","description":"<p>These calls provide Demographics information about students within the district.</p>\n<p><strong>Important Note:</strong> This call uses the IMS Global 1.2 standard. As a result, Demographics calls must reference <code>v1p2</code> (rather than <code>v1p1</code>) in the URL.</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>sourcedID</td>\n<td>GUID</td>\n<td>Unique identifier of the User (student) whose demographics are being described).</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Possible values: \"active\" or \"tobedeleted\".</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td>The date that this record was last modified (YYYY-MM-DDTHH:MM:SS.sssZ).</td>\n</tr>\n<tr>\n<td>birthDate</td>\n<td>Date</td>\n<td>The date of birth. This will be in the format of YYYY-MM-DD.</td>\n</tr>\n<tr>\n<td>sex</td>\n<td>String</td>\n<td>The student's Gender value as entered on the student record in Census.  <br />Possible values: \"male\", \"female\", \"unspecified\", and \"other\". Non-binary students will be reported as \"other\".</td>\n</tr>\n<tr>\n<td>americanIndianOrAlaskaNative</td>\n<td>Boolean</td>\n<td>This refers to the Race fields on the student's Demographics tab.</td>\n</tr>\n<tr>\n<td>asian</td>\n<td>Boolean</td>\n<td>This refers to the Race fields on the student's Demographics tab.</td>\n</tr>\n<tr>\n<td>blackOrAfricanAmerican</td>\n<td>Boolean</td>\n<td>This refers to the Race fields on the student's Demographics tab.</td>\n</tr>\n<tr>\n<td>nativeHawaiianOrOtherPacificIslander</td>\n<td>Boolean</td>\n<td>This refers to the Race fields on the student's Demographics tab.</td>\n</tr>\n<tr>\n<td>white</td>\n<td>Boolean</td>\n<td>This refers to the Race fields on the student's Demographics tab.</td>\n</tr>\n<tr>\n<td>demographicRaceTwoOrMoreRaces</td>\n<td>Boolean</td>\n<td>This refers to the Race fields on the student's Demographics tab and will return a value of \"true\" if multiple races are selected.</td>\n</tr>\n<tr>\n<td>hispanicOrLatinoEthnicity</td>\n<td>Boolean</td>\n<td>References the \"Is Hispanic\" field on the student's Demographics tab. Returns \"true\" if this option is checked and \"false\" if unchecked.</td>\n</tr>\n<tr>\n<td>countryOfBirthCode</td>\n<td>String</td>\n<td>Country where the user was born (this value is not tracked in SchoolTool and will always be blank)</td>\n</tr>\n<tr>\n<td>stateOfBirthAbbreviation</td>\n<td>String</td>\n<td>State where the user was born (this value is not tracked in SchoolTool and will always be blank)</td>\n</tr>\n<tr>\n<td>cityOfBirth</td>\n<td>String</td>\n<td>City where the user was born (this value is not tracked in SchoolTool and will always be blank)</td>\n</tr>\n<tr>\n<td>publicSchoolResidenceStatus</td>\n<td>String</td>\n<td>An indication of the location of the users legal residence relative to (within or outside) the boundaries of the public school attended and its administrative unit (this value is not tracked in SchoolTool and will always be blank)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7370fbdf-1ed5-4d15-9b9a-b348bec4152e"},{"name":"Courses","item":[{"name":"/Courses","event":[{"listen":"test","script":{"id":"fa5a69c9-b6f0-4921-a751-94efaf362da2","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.courses[0].title).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].courseCode).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].org.href).to.be.an(\"string\");\r","     pm.expect(responseJson.courses[0].org.sourcedId).to.be.an(\"string\");\r","     pm.expect(responseJson.courses[0].org.type).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].dateLastModified).to.be.an(\"string\");\r","})"],"type":"text/javascript"}}],"id":"843d6cb3-1b35-43aa-bdbf-c9f87364e075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/courses","description":"<p>Returns information about all scheduled courses for the entire district.</p>\n","urlObject":{"path":["courses"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0deb913c-e177-4a07-b12d-f755375bec7e","name":"/Courses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/courses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|9cefcc45-fbdf-40c1-b703-fdb645a32ec4|"},{"key":"X-Total-Count","value":"556"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:24:45 GMT"},{"key":"Content-Length","value":"35792"}],"cookie":[],"responseTime":null,"body":"{\n    \"courses\": [\n        {\n            \"title\": \"ENGLISH 9\",\n            \"courseCode\": \"00002\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4c76b5ac-cdcb-4a2d-945c-b1031c5ef908\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 9R\",\n            \"courseCode\": \"00003\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"eb204e5b-8f56-4f76-8e53-bed221c7cbe4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 9R\",\n            \"courseCode\": \"00005\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"8bfcd8ae-8718-4011-b96f-e1f0dd879f05\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 9R\",\n            \"courseCode\": \"00006\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"de4aa4d9-3b8d-4885-8d76-8019bbb74dfc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 9E\",\n            \"courseCode\": \"00007\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7f09021d-edaf-4598-a1a2-2b372a89bd86\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10\",\n            \"courseCode\": \"00008\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"68c51b46-d571-4b66-b6d1-ab51eabb17b6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10R\",\n            \"courseCode\": \"00009\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7baccbbc-a7e2-45e6-b750-b137673fae2b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-08-16T19:18:53.710Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10R\",\n            \"courseCode\": \"00010\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"08c787b1-c1f4-4e84-8b4d-fb2bcaf3a1bd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-05-17T18:48:30.137Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10R\",\n            \"courseCode\": \"00011\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"245b6e00-44ee-40e5-bed1-b7ed9e5f4c04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10E\",\n            \"courseCode\": \"00012\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"adeb5f96-85c6-4582-a53a-77858567b65b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11\",\n            \"courseCode\": \"00013\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c777f6b6-1321-4d28-aafb-addd848a0c4c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R\",\n            \"courseCode\": \"00014\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a7a25694-a277-4476-b885-4f78ce658716\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R\",\n            \"courseCode\": \"00015\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c7815983-89cc-46a1-a901-5db18ffe890c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R\",\n            \"courseCode\": \"00016\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"985665b3-ab8b-450b-b436-3b2df9fad7c2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11E\",\n            \"courseCode\": \"00017\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4389c747-8ef8-4d05-bc15-29b05a82e29c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R VT\",\n            \"courseCode\": \"00018\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"0f556c54-4e90-4898-8598-c54547ac1fd8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R VT\",\n            \"courseCode\": \"19\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"10d4822a-4a78-4854-885d-642790d782a3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-06-24T15:22:24.577Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12R\",\n            \"courseCode\": \"00021\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7c22c302-68c5-43e0-8c56-88bde95f7e02\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12R\",\n            \"courseCode\": \"00022\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"b165a418-4a0b-4b09-a4ec-6c4fb44d9822\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12R\",\n            \"courseCode\": \"00023\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"fc595e53-0423-4cd9-9363-1ec7cb3bb2d9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12/CREAT WRITING\",\n            \"courseCode\": \"00027\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e6af0375-e2a8-4e84-bd7c-356dd8832f78\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP ENGLISH LITERATURE\",\n            \"courseCode\": \"00028\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"16d0d5d4-3901-43b8-b5af-5b5938f5f9f1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12/JOURNALISM\",\n            \"courseCode\": \"00029\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"37a78414-afc9-4efb-befa-5b7773ccbcfa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SUPA WRITING\",\n            \"courseCode\": \"00034\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"9e1b80ca-ff1b-42eb-8206-c76ee6e4399c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SUPA ENG TX ANA\",\n            \"courseCode\": \"00035\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e6891e1d-f5c3-4a3d-b7ad-6c5f80a3c282\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENL\",\n            \"courseCode\": \"00037\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"edd04a09-ab5f-4051-be66-057a76a94948\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ELA AIS FALL\",\n            \"courseCode\": \"00038\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a1a347da-ea2d-45fd-a9a5-9a0e93031079\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AIS READING 7/8\",\n            \"courseCode\": \"00039\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a0866a36-ddf8-4348-b654-c7a7ecea0eaf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ELA AIS SPR\",\n            \"courseCode\": \"00040\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"bcc8d8db-c991-46c7-9225-f26b6c83066c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AIS READING 6\",\n            \"courseCode\": \"00041\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"f7d12f8b-2955-4c4b-a60c-d7a5be1702db\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ESL ALT\",\n            \"courseCode\": \"00042\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"762540ae-2416-4a44-9e05-237d45e850d2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ESL ALL\",\n            \"courseCode\": \"00044\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"62a798c5-77a8-4da7-a7af-81907b9cc950\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ESL ENGLISH\",\n            \"courseCode\": \"00045\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"706c668d-01ef-4dd2-b930-f8bcc156365e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ESL\",\n            \"courseCode\": \"00047\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a931b244-84f8-46d0-a984-5205d6b304e5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LANGUAGE ARTS 6\",\n            \"courseCode\": \"00049\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"2dfbc44d-ee9c-4030-956d-2ba1b3c7a250\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 7\",\n            \"courseCode\": \"00052\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c5ae8464-af1d-4743-a736-7627d4702ed5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"FUNCTIONAL ELA\",\n            \"courseCode\": \"00054\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"6f1c58c6-5029-43a9-b3ae-85c31f14d1de\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 8\",\n            \"courseCode\": \"00055\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"17e34266-f4df-4220-8baa-d2b3e6d3def9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1\",\n            \"courseCode\": \"00058\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"828e4cd8-501f-433c-abe3-17c79f392c28\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1R\",\n            \"courseCode\": \"00059\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"376375f8-a7ee-47f7-aa85-524bdb839ba6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1R\",\n            \"courseCode\": \"00060\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a5089034-9f12-4471-93b2-6d59731b98c6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1\",\n            \"courseCode\": \"00061\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"780ee1a8-38ca-4210-b609-8156fe1fe161\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1E\",\n            \"courseCode\": \"00062\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"035c1cff-5051-47d5-afc4-a7091cff30b4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2\",\n            \"courseCode\": \"00063\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e673093d-ad4c-4e7c-9c65-64ca8f7026e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2R\",\n            \"courseCode\": \"00064\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"135d3743-fb18-40ce-8686-bdd99dda76a6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2R\",\n            \"courseCode\": \"00065\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"baffb442-830d-43cd-8de5-fde358ac3ba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2\",\n            \"courseCode\": \"00066\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c0c6f78e-6fbd-4599-91dd-90b80667bba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2E\",\n            \"courseCode\": \"00067\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"0890f977-b320-452f-b19f-cfa54ce5acec\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"U.S. HISTORY & GOVT. R\",\n            \"courseCode\": \"00068\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"1682f716-a372-401b-871c-a0b1aec84bed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"U.S. HISTORY & GOVT. R\",\n            \"courseCode\": \"00069\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4e9e822e-af87-455a-8b72-55950bde8b32\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"U.S. HISTORY & GOVT. R\",\n            \"courseCode\": \"00070\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"9ab5b0bc-c301-4d95-a4fc-d1e4e90432fc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"U.S. HISTORY & GOVT. R\",\n            \"courseCode\": \"00071\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4b9ea6e5-ea17-4cac-8f39-e7e42cc58c73\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP U.S. HISTORY\",\n            \"courseCode\": \"00072\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"65106d25-f19e-40df-a490-01cba352d65f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ECONOMICS & GOVT.\",\n            \"courseCode\": \"00073\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c4dec240-6307-4ffa-85d0-7d13fbbf3c09\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ECONOMICS & GOVT.\",\n            \"courseCode\": \"00074\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"54bfab02-d280-4d43-845c-b7cb210be71b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ECONOMICS & GOVT.\",\n            \"courseCode\": \"00075\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e46c5277-bd5e-4e28-8edc-6f3db9421ffe\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ECONOMICS & GOVT.\",\n            \"courseCode\": \"00077\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"76b83ad9-ebcc-4048-aa98-4d678356f2e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SUPA PUBLIC AFFAIRS\",\n            \"courseCode\": \"00083\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"507629a0-7e0f-43ee-a0a6-09a29de7510a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"PSYCH. & PERS. DEV.\",\n            \"courseCode\": \"00087\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"dfa679b2-41b6-4cae-b080-6a9e888370f7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"HUMAN RIGHTS\",\n            \"courseCode\": \"00088\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"aa4ec53e-c271-44fe-a17f-b57d839f4705\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CRIMINAL JUSTICE\",\n            \"courseCode\": \"00089\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"cbf0de36-dcd8-4347-9a0a-5b0e5d6e2cb3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"RESOURCE ROOM\",\n            \"courseCode\": \"00101\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4039f070-ca47-4f85-9c93-36a0192f14d4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SOC STUDIES 6\",\n            \"courseCode\": \"00111\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"39802c57-a459-4008-af7c-f170ac73f5b1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SOC STUDIES 7\",\n            \"courseCode\": \"00113\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"06197f70-3821-4344-9f90-ef142fe17cf2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SOC STUDIES 8\",\n            \"courseCode\": \"00116\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"6b4ac585-8fd4-47d0-9a73-7766c8df1c6a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CONSUMER MATH\",\n            \"courseCode\": \"00120\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c655211a-0539-45a1-b0fa-215e033dfce4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"TOPIC IN ALGEBRA\",\n            \"courseCode\": \"00134\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"2bc1fab4-51f4-46f3-ab10-e8baa636ed2c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"TECH MATH/COMP SCI\",\n            \"courseCode\": \"00136\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                \"sourcedId\": \"c0eb56c0-2ada-4d13-b22c-c7720b247b34\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7f52a0b8-d1fb-4df3-a69c-703cd03fc696\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CALCULUS PREP\",\n            \"courseCode\": \"00143\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e78b9ffe-d8df-4042-ae7c-fa80de6a75e5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CALCULUS PREP ENR\",\n            \"courseCode\": \"00144\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"70fb13c4-5fd1-4c59-9590-87c59f795015\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP CALCULUS AB\",\n            \"courseCode\": \"00145\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"8e8a3bcc-de8f-4ee0-98fa-f37a613f566b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP CALCULUS BC\",\n            \"courseCode\": \"00146\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"669f1b1a-4b69-4fe1-9fa1-a77ef0d086b1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"STATISTICS\",\n            \"courseCode\": \"00151\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"f0e04ea9-7b57-4884-99fa-9fd7de3c068b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"MATH 6\",\n            \"courseCode\": \"00156\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7f53c075-da34-4781-8176-0aae6fc51911\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"MATH  7\",\n            \"courseCode\": \"00159\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"d754a775-527f-4a06-9450-2f3db91982e3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"FUNCTIONAL MATH\",\n            \"courseCode\": \"00161\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"1fba91a0-4a1b-407e-905f-e1b71711ecf0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"MATH 8\",\n            \"courseCode\": \"00163\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"afe54c73-195e-437b-bf15-36711a79b90b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE R \",\n            \"courseCode\": \"00165\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"0c34f505-755e-4b6a-911a-8dfe4dc0ad61\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE 1200\",\n            \"courseCode\": \"00166\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"d6284f5e-cd86-4331-9a1a-760bc4bf6664\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE R\",\n            \"courseCode\": \"00167\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"31c95b93-105a-4b66-ad21-ba4cf188e115\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE 1200\",\n            \"courseCode\": \"00168\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"eeeb4c6e-7f39-489d-bf68-a93ea13c3b4d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE R\",\n            \"courseCode\": \"00170\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a84313d7-fad8-4dd5-97c5-2b89db614bc8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE 1200\",\n            \"courseCode\": \"00171\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"db58517f-aba4-4986-91f8-c30b0a7dc46a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE R\",\n            \"courseCode\": \"00172\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"90956851-e948-419f-876c-13fa9ed7ee2a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE ENR\",\n            \"courseCode\": \"00173\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"8c47e5b3-7fa2-4e96-92c8-7d841bcd5c0a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE 1200\",\n            \"courseCode\": \"00175\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"5a323de8-249b-4718-86c4-33376a5ffc31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT\",\n            \"courseCode\": \"00177\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"b08f12bb-2b76-4760-a7a5-a1f751a5a4e2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT 1200\",\n            \"courseCode\": \"00178\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"541b4d3b-c97f-474c-92c6-45fa15c1bb34\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT\",\n            \"courseCode\": \"00180\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"616adfbe-380b-492f-a4e0-9ef6002d5459\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT 1200\",\n            \"courseCode\": \"00181\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a93093e4-7939-405a-8ce6-b9d3b60995f4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT R\",\n            \"courseCode\": \"00182\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e7c2522a-5c3b-420e-8dda-5f10ed70abdf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT 1200\",\n            \"courseCode\": \"00183\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"05ff146b-d77d-44d3-b5ce-3a1b6ed7e0dd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT\",\n            \"courseCode\": \"00184\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"5b3c0d53-9fa5-4849-83b0-6b5ce930dd41\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENVIRONMENTAL CHEMISTRY\",\n            \"courseCode\": \"00187\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"51724a21-5a3b-4ee7-ac10-833e2493d977\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GENERAL CHEMISTRY\",\n            \"courseCode\": \"00188\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"5adc72cb-2a71-428d-bba6-8089ec4fdb76\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENVIRONMENTAL CHEMISTRY\",\n            \"courseCode\": \"00189\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"18697227-505f-4ae3-8de8-c8818c412b0d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CHEMISTRY R\",\n            \"courseCode\": \"00190\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"bf75724c-e055-4ee0-8c19-dcb68d93e01b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CHEMISTRY 1200\",\n            \"courseCode\": \"00191\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a1c40c19-2a07-44a0-99bf-d9da37a97f20\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CHEMISTRY A/E\",\n            \"courseCode\": \"00192\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"15ab40b0-8265-4432-a94c-423e239497da\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CHEMISTRY 1200\",\n            \"courseCode\": \"00193\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"12b8b586-a297-483d-afa9-50ad8350542d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        }\n    ]\n}"}],"_postman_id":"843d6cb3-1b35-43aa-bdbf-c9f87364e075"},{"name":"/Courses/{{Course}}","event":[{"listen":"test","script":{"id":"fa5a69c9-b6f0-4921-a751-94efaf362da2","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.courses[0].title).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].courseCode).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].org.href).to.be.an(\"string\");\r","     pm.expect(responseJson.courses[0].org.sourcedId).to.be.an(\"string\");\r","     pm.expect(responseJson.courses[0].org.type).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.courses[0].dateLastModified).to.be.an(\"string\");\r","})"],"type":"text/javascript"}}],"id":"f1a9a48d-9a27-4f84-9d38-07d64ed5f2f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/courses/{{CourseSourcedID}}","description":"<p>Returns information about all scheduled courses for the entire district.</p>\n","urlObject":{"path":["courses","{{CourseSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"00cde6cb-a117-4866-90cc-605931ecf6d7","name":"/Courses/{{Course}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/courses/{{CourseSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|2337c54e-b373-4212-bacf-018865c57401|"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:30:42 GMT"},{"key":"Content-Length","value":"362"}],"cookie":[],"responseTime":null,"body":"{\n    \"course\": {\n        \"title\": \"ENGLISH 9\",\n        \"courseCode\": \"00002\",\n        \"org\": {\n            \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n            \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n            \"type\": \"org\"\n        },\n        \"sourcedId\": \"4c76b5ac-cdcb-4a2d-945c-b1031c5ef908\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n    }\n}"}],"_postman_id":"f1a9a48d-9a27-4f84-9d38-07d64ed5f2f3"},{"name":"/Schools/{{School}}/Courses","event":[{"listen":"test","script":{"id":"a989257f-e1e2-4777-938c-815be1f5519c","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Course by Building School Level - Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.courses).to.be.an(\"array\");\r","})"],"type":"text/javascript"}}],"id":"b396ea41-85f3-4d49-b9db-809bb681125d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/courses","description":"<p>Returns information for all scheduled courses within a single school level.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","courses"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"293043cb-d412-44e9-94e9-7e9c8d9a247b","name":"/Schools/{{School}}/Courses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/courses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|d1105118-9fe2-463f-92a2-f88a8c7415d5|"},{"key":"X-Total-Count","value":"323"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:25:12 GMT"},{"key":"Content-Length","value":"35821"}],"cookie":[],"responseTime":null,"body":"{\n    \"courses\": [\n        {\n            \"title\": \"ENGLISH 9\",\n            \"courseCode\": \"00002\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4c76b5ac-cdcb-4a2d-945c-b1031c5ef908\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 9R\",\n            \"courseCode\": \"00003\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"eb204e5b-8f56-4f76-8e53-bed221c7cbe4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 9R\",\n            \"courseCode\": \"00005\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"8bfcd8ae-8718-4011-b96f-e1f0dd879f05\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 9R\",\n            \"courseCode\": \"00006\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"de4aa4d9-3b8d-4885-8d76-8019bbb74dfc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 9E\",\n            \"courseCode\": \"00007\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7f09021d-edaf-4598-a1a2-2b372a89bd86\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10\",\n            \"courseCode\": \"00008\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"68c51b46-d571-4b66-b6d1-ab51eabb17b6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10R\",\n            \"courseCode\": \"00009\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7baccbbc-a7e2-45e6-b750-b137673fae2b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-08-16T19:18:53.710Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10R\",\n            \"courseCode\": \"00010\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"08c787b1-c1f4-4e84-8b4d-fb2bcaf3a1bd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-05-17T18:48:30.137Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10R\",\n            \"courseCode\": \"00011\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"245b6e00-44ee-40e5-bed1-b7ed9e5f4c04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 10E\",\n            \"courseCode\": \"00012\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"adeb5f96-85c6-4582-a53a-77858567b65b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11\",\n            \"courseCode\": \"00013\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c777f6b6-1321-4d28-aafb-addd848a0c4c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R\",\n            \"courseCode\": \"00014\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a7a25694-a277-4476-b885-4f78ce658716\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R\",\n            \"courseCode\": \"00015\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c7815983-89cc-46a1-a901-5db18ffe890c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R\",\n            \"courseCode\": \"00016\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"985665b3-ab8b-450b-b436-3b2df9fad7c2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11E\",\n            \"courseCode\": \"00017\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4389c747-8ef8-4d05-bc15-29b05a82e29c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R VT\",\n            \"courseCode\": \"00018\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"0f556c54-4e90-4898-8598-c54547ac1fd8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 11R VT\",\n            \"courseCode\": \"19\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"10d4822a-4a78-4854-885d-642790d782a3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-06-24T15:22:24.577Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12R\",\n            \"courseCode\": \"00021\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7c22c302-68c5-43e0-8c56-88bde95f7e02\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12R\",\n            \"courseCode\": \"00022\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"b165a418-4a0b-4b09-a4ec-6c4fb44d9822\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12R\",\n            \"courseCode\": \"00023\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"fc595e53-0423-4cd9-9363-1ec7cb3bb2d9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12/CREAT WRITING\",\n            \"courseCode\": \"00027\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e6af0375-e2a8-4e84-bd7c-356dd8832f78\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP ENGLISH LITERATURE\",\n            \"courseCode\": \"00028\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"16d0d5d4-3901-43b8-b5af-5b5938f5f9f1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENGLISH 12/JOURNALISM\",\n            \"courseCode\": \"00029\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"37a78414-afc9-4efb-befa-5b7773ccbcfa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SUPA WRITING\",\n            \"courseCode\": \"00034\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"9e1b80ca-ff1b-42eb-8206-c76ee6e4399c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SUPA ENG TX ANA\",\n            \"courseCode\": \"00035\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e6891e1d-f5c3-4a3d-b7ad-6c5f80a3c282\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ELA AIS FALL\",\n            \"courseCode\": \"00038\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a1a347da-ea2d-45fd-a9a5-9a0e93031079\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ELA AIS SPR\",\n            \"courseCode\": \"00040\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"bcc8d8db-c991-46c7-9225-f26b6c83066c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ESL ALT\",\n            \"courseCode\": \"00042\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"762540ae-2416-4a44-9e05-237d45e850d2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ESL ALL\",\n            \"courseCode\": \"00044\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"62a798c5-77a8-4da7-a7af-81907b9cc950\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ESL ENGLISH\",\n            \"courseCode\": \"00045\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"706c668d-01ef-4dd2-b930-f8bcc156365e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ESL\",\n            \"courseCode\": \"00047\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a931b244-84f8-46d0-a984-5205d6b304e5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1\",\n            \"courseCode\": \"00058\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"828e4cd8-501f-433c-abe3-17c79f392c28\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1R\",\n            \"courseCode\": \"00059\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"376375f8-a7ee-47f7-aa85-524bdb839ba6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1R\",\n            \"courseCode\": \"00060\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a5089034-9f12-4471-93b2-6d59731b98c6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1\",\n            \"courseCode\": \"00061\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"780ee1a8-38ca-4210-b609-8156fe1fe161\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 1E\",\n            \"courseCode\": \"00062\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"035c1cff-5051-47d5-afc4-a7091cff30b4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2\",\n            \"courseCode\": \"00063\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e673093d-ad4c-4e7c-9c65-64ca8f7026e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2R\",\n            \"courseCode\": \"00064\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"135d3743-fb18-40ce-8686-bdd99dda76a6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2R\",\n            \"courseCode\": \"00065\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"baffb442-830d-43cd-8de5-fde358ac3ba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2\",\n            \"courseCode\": \"00066\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c0c6f78e-6fbd-4599-91dd-90b80667bba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GLOBAL HIST & GEO 2E\",\n            \"courseCode\": \"00067\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"0890f977-b320-452f-b19f-cfa54ce5acec\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"U.S. HISTORY & GOVT. R\",\n            \"courseCode\": \"00068\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"1682f716-a372-401b-871c-a0b1aec84bed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"U.S. HISTORY & GOVT. R\",\n            \"courseCode\": \"00069\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4e9e822e-af87-455a-8b72-55950bde8b32\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"U.S. HISTORY & GOVT. R\",\n            \"courseCode\": \"00070\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"9ab5b0bc-c301-4d95-a4fc-d1e4e90432fc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"U.S. HISTORY & GOVT. R\",\n            \"courseCode\": \"00071\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"4b9ea6e5-ea17-4cac-8f39-e7e42cc58c73\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP U.S. HISTORY\",\n            \"courseCode\": \"00072\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"65106d25-f19e-40df-a490-01cba352d65f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ECONOMICS & GOVT.\",\n            \"courseCode\": \"00073\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c4dec240-6307-4ffa-85d0-7d13fbbf3c09\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ECONOMICS & GOVT.\",\n            \"courseCode\": \"00074\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"54bfab02-d280-4d43-845c-b7cb210be71b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ECONOMICS & GOVT.\",\n            \"courseCode\": \"00075\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e46c5277-bd5e-4e28-8edc-6f3db9421ffe\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ECONOMICS & GOVT.\",\n            \"courseCode\": \"00077\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"76b83ad9-ebcc-4048-aa98-4d678356f2e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SUPA PUBLIC AFFAIRS\",\n            \"courseCode\": \"00083\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"507629a0-7e0f-43ee-a0a6-09a29de7510a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"PSYCH. & PERS. DEV.\",\n            \"courseCode\": \"00087\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"dfa679b2-41b6-4cae-b080-6a9e888370f7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"HUMAN RIGHTS\",\n            \"courseCode\": \"00088\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"aa4ec53e-c271-44fe-a17f-b57d839f4705\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CRIMINAL JUSTICE\",\n            \"courseCode\": \"00089\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"cbf0de36-dcd8-4347-9a0a-5b0e5d6e2cb3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CONSUMER MATH\",\n            \"courseCode\": \"00120\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c655211a-0539-45a1-b0fa-215e033dfce4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"TOPIC IN ALGEBRA\",\n            \"courseCode\": \"00134\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"2bc1fab4-51f4-46f3-ab10-e8baa636ed2c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"TECH MATH/COMP SCI\",\n            \"courseCode\": \"00136\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"7f52a0b8-d1fb-4df3-a69c-703cd03fc696\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CALCULUS PREP\",\n            \"courseCode\": \"00143\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e78b9ffe-d8df-4042-ae7c-fa80de6a75e5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CALCULUS PREP ENR\",\n            \"courseCode\": \"00144\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"70fb13c4-5fd1-4c59-9590-87c59f795015\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP CALCULUS AB\",\n            \"courseCode\": \"00145\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"8e8a3bcc-de8f-4ee0-98fa-f37a613f566b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP CALCULUS BC\",\n            \"courseCode\": \"00146\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"669f1b1a-4b69-4fe1-9fa1-a77ef0d086b1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"STATISTICS\",\n            \"courseCode\": \"00151\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"f0e04ea9-7b57-4884-99fa-9fd7de3c068b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE R \",\n            \"courseCode\": \"00165\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"0c34f505-755e-4b6a-911a-8dfe4dc0ad61\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE 1200\",\n            \"courseCode\": \"00166\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"d6284f5e-cd86-4331-9a1a-760bc4bf6664\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE R\",\n            \"courseCode\": \"00167\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"31c95b93-105a-4b66-ad21-ba4cf188e115\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE 1200\",\n            \"courseCode\": \"00168\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"eeeb4c6e-7f39-489d-bf68-a93ea13c3b4d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE R\",\n            \"courseCode\": \"00170\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a84313d7-fad8-4dd5-97c5-2b89db614bc8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE 1200\",\n            \"courseCode\": \"00171\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"db58517f-aba4-4986-91f8-c30b0a7dc46a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE R\",\n            \"courseCode\": \"00172\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"90956851-e948-419f-876c-13fa9ed7ee2a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE ENR\",\n            \"courseCode\": \"00173\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"8c47e5b3-7fa2-4e96-92c8-7d841bcd5c0a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"EARTH SCIENCE 1200\",\n            \"courseCode\": \"00175\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"5a323de8-249b-4718-86c4-33376a5ffc31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT\",\n            \"courseCode\": \"00177\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"b08f12bb-2b76-4760-a7a5-a1f751a5a4e2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT 1200\",\n            \"courseCode\": \"00178\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"541b4d3b-c97f-474c-92c6-45fa15c1bb34\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT\",\n            \"courseCode\": \"00180\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"616adfbe-380b-492f-a4e0-9ef6002d5459\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT 1200\",\n            \"courseCode\": \"00181\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a93093e4-7939-405a-8ce6-b9d3b60995f4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT R\",\n            \"courseCode\": \"00182\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"e7c2522a-5c3b-420e-8dda-5f10ed70abdf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT 1200\",\n            \"courseCode\": \"00183\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"05ff146b-d77d-44d3-b5ce-3a1b6ed7e0dd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"LIVING ENVIRONMENT\",\n            \"courseCode\": \"00184\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"5b3c0d53-9fa5-4849-83b0-6b5ce930dd41\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENVIRONMENTAL CHEMISTRY\",\n            \"courseCode\": \"00187\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"51724a21-5a3b-4ee7-ac10-833e2493d977\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"GENERAL CHEMISTRY\",\n            \"courseCode\": \"00188\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"5adc72cb-2a71-428d-bba6-8089ec4fdb76\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ENVIRONMENTAL CHEMISTRY\",\n            \"courseCode\": \"00189\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"18697227-505f-4ae3-8de8-c8818c412b0d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CHEMISTRY R\",\n            \"courseCode\": \"00190\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"bf75724c-e055-4ee0-8c19-dcb68d93e01b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CHEMISTRY 1200\",\n            \"courseCode\": \"00191\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"a1c40c19-2a07-44a0-99bf-d9da37a97f20\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CHEMISTRY A/E\",\n            \"courseCode\": \"00192\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"15ab40b0-8265-4432-a94c-423e239497da\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"CHEMISTRY 1200\",\n            \"courseCode\": \"00193\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"12b8b586-a297-483d-afa9-50ad8350542d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"PHYSICS R\",\n            \"courseCode\": \"00194\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"30c5332b-a73e-4b70-bf65-1683341bf8ee\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"PHYSICS 1200\",\n            \"courseCode\": \"00195\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"22a5636b-3b8d-4669-9718-a5c8fa3e5b81\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP BIOLOGY\",\n            \"courseCode\": \"00196\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"c7185a8d-9cb1-4663-8d2f-dd61a4bdf526\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SCI AIS SPRING\",\n            \"courseCode\": \"00200\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"42351986-620c-4343-90ee-791f84d7b16a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"AP ENVIRON SCIENCE\",\n            \"courseCode\": \"00202\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"17d395b0-91d0-409b-9d51-1774443931bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"MARINE BIO/OCEANOGRAPHY\",\n            \"courseCode\": \"00203\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"68eb8978-c021-47c3-99ef-b627bd8627b5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SUPA FORENSICS SCI\",\n            \"courseCode\": \"00204\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"68b48fbd-f6d1-4987-a9f2-80758b7fef6f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"FRENCH 2\",\n            \"courseCode\": \"00218\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"1fae7ebd-1959-4eb8-b516-aac91ae5fd5d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"FRENCH 3\",\n            \"courseCode\": \"00219\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"3c374a48-060d-409e-a609-2cbe655c8aef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ADV FRENCH GRAMMAR\",\n            \"courseCode\": \"00221\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"209784e8-0503-4759-803e-6e94992466ad\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SPANISH 1\",\n            \"courseCode\": \"00224\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"fe69beb3-3fd1-4822-9413-2ba2b4954d30\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-03-18T19:12:13.023Z\"\n        },\n        {\n            \"title\": \"SPANISH 2\",\n            \"courseCode\": \"00225\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"9697f1a5-c26d-40fc-89b7-8429f519acc1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SPANISH 3\",\n            \"courseCode\": \"00226\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"b77bc411-3463-48d6-ba82-255bafa66024\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"ADV SPANISH GRAMMAR\",\n            \"courseCode\": \"00227\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"b824183c-30c1-42b2-a023-def0b0f08c2f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        },\n        {\n            \"title\": \"SPANISH 5\",\n            \"courseCode\": \"00228\",\n            \"org\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"sourcedId\": \"035313a0-24c7-4673-b05f-7b4ecd9a1a94\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-27T18:06:13.630Z\"\n        }\n    ]\n}"}],"_postman_id":"b396ea41-85f3-4d49-b9db-809bb681125d"}],"id":"73df5654-6c0d-4515-8758-914f9f35d98a","description":"<p>The Courses object provides information about currently scheduled courses (lunches and study halls are not included) for the entire district or for the specified School. This object only returns data for schedules that are currently published (this means that the master schedule is locked and today is after the publish date for that master schedule). In addition, only courses that are marked as “Active” in the Course Catalog and have at least one class section defined will be included.</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>String</td>\n<td>Course Name (from Scheduling &gt; Course Catalog)</td>\n</tr>\n<tr>\n<td>courseCode</td>\n<td>String</td>\n<td>Course ID (Course Number field in Scheduling &gt; Course Catalog)</td>\n</tr>\n<tr>\n<td>org <ul><li><p>href</p></li><li><p>sourcedId</p></li><li><p>type</p></li></ul></td>\n<td>Array<ul><li><p>URI</p></li><li><p>GUID</p></li><li><p>Enum (GUIDType)</p></li></ul></td>\n<td><ul><li><p>References each building school level to which the individual is assigned</p></li><li><p>The unique identifier (GUID_ID) of each building school level to which this individual is assigned.</p><ul><li><p>For students, this is a list of building school levels in which they current have primary or alternate enrollments</p></li><li><p>For teachers, this is a list of building school levels assigned to that individual (in the Faculty Information area on a faculty record).</p></li></ul></li><li><p>The type for each building school level. Always returns “org”</p></li></ul><br /><br /></td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td>GUID</td>\n<td>The unique identifier (GUID_ID) of the course</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>Enum (StatusType)</td>\n<td>Always returns “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td>Always displays current date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"73df5654-6c0d-4515-8758-914f9f35d98a"},{"name":"Classes (Sections)","item":[{"name":"/Classes","event":[{"listen":"test","script":{"id":"5486ffbd-5f55-4c78-9b3c-dd16e824f3d3","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});"],"type":"text/javascript"}}],"id":"be022a5a-7570-4d9d-ba2e-ecb215d52854","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/","description":"<p>Returns information about all scheduled class sections for the entire district.</p>\n","urlObject":{"path":["classes",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"83694896-3779-4c59-82f4-4dd281b7a72d","name":"/Classes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|6f38d060-921c-487f-b07a-7d6ee0a3b8ab|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=6f38d060-921c-487f-b07a-7d6ee0a3b8ab; path=/"},{"key":"X-Total-Count","value":"1608"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 15:19:54 GMT"},{"key":"Content-Length","value":"122029"}],"cookie":[],"responseTime":null,"body":"{\n    \"classes\": [\n        {\n            \"title\": \"Advisory 9(00984) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"945ffb12-2357-4922-993d-76eddeb258aa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"67d1a740-d1d5-4d42-8363-f063a77a6218\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:6 Per:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"247c26b7-daee-4e65-a5f2-78aaa5ddf33b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:5 Per:6\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"1c2c910d-5eb6-44dd-8a55-143466a38b1c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:4 Per:6\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"b78664ff-bbf5-45d1-bfed-f21356a26ac4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:9 Per:6\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"a7b3f8f4-284d-426d-9066-f43450126c7b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:8 Per:6\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"c7a4c3b4-e245-4763-be36-bd0b05fce780\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:7 Per:6\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"2961bb61-fd23-42d8-a541-1340c5108f09\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:10 Per:6\",\n            \"classCode\": \"SN10\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"430dbf65-c0e9-4e9f-9e34-4066cc08e6ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:9 Per:6\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"53316e7b-d7d6-4920-86ce-ba9b1a789e03\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:8 Per:6\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"c0317f7e-51d2-4d5f-87fb-0d2bb1cc954a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:7 Per:6\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"90f09ce7-e759-465a-99da-9d0e4d0a2a04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:6 Per:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"fdfa2f72-f427-47c9-87a4-37a4ab9aa94c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:5 Per:6\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"34102fb4-2c87-4350-af01-e84f31091d6d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:4 Per:6\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"de394758-327f-4e63-a4bb-93336ee709f1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"78d5c6b2-a80d-4b82-bd00-2ac49c5e160d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:2 Per:6\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"f3985e23-8d96-47cc-9ef1-638caabded98\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"1648ef30-de08-4b85-a91b-6999327705f9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:2 Per:6\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"f41eb773-4d3a-4ec9-bcf8-511c9b43d5fc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"b8a253dc-22cb-42d1-9870-d14259981f0b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"eb4211f1-e84a-4163-9e65-60293c480b3a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:6 Per:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"d934408a-0283-426d-a4d1-a35a515b9391\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:7 Per:6\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"476f4e9c-804b-4456-8f6e-5adf5eee13a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"AIS Math 2(01521) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/65ac6b43-2566-469d-9287-6d59c4b55369\",\n                \"sourcedId\": \"65ac6b43-2566-469d-9287-6d59c4b55369\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"34414d00-ee65-44c7-8a8a-6f9b68341010\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 2(01521) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/65ac6b43-2566-469d-9287-6d59c4b55369\",\n                \"sourcedId\": \"65ac6b43-2566-469d-9287-6d59c4b55369\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"8febba25-a9e4-4088-8f9f-794b31fe73b1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 2(01521) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/65ac6b43-2566-469d-9287-6d59c4b55369\",\n                \"sourcedId\": \"65ac6b43-2566-469d-9287-6d59c4b55369\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"da256926-9cd0-4cb9-83cb-919fd4771f1b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 3(01522) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"sourcedId\": \"e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"005aab57-0e28-4ddf-bf2b-da2ee2c67118\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 3(01522) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"sourcedId\": \"e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"62f3a262-0e5f-4434-a742-d1f5c4f0bf30\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 3(01522) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"sourcedId\": \"e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"ce18122e-12d6-4855-a3d0-fe61ffb38931\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 3(01522) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"sourcedId\": \"e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"c27e0eb1-c9e8-4dae-9264-4fb8bf81d996\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 3(01522) SN:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"sourcedId\": \"e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"ca37f1b2-7225-4460-b32f-71aab8577c1d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 3(01522) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"sourcedId\": \"e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"c8ce10a3-2c4e-4b3c-868b-57d53e520acc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 3(01522) SN:8\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"sourcedId\": \"e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"06710bdc-fc73-4854-a486-e552f155633f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 3(01522) SN:7\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"sourcedId\": \"e084721c-6f67-48bf-989a-4cf27e2c110e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"1fa9627f-ac9f-4514-8424-8287d873a2dc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 4(01523) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/62fde8a8-e4c2-40d8-b172-0bdc4990ad59\",\n                \"sourcedId\": \"62fde8a8-e4c2-40d8-b172-0bdc4990ad59\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"2efb184f-b422-4ae4-b927-4608a549939c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 4(01523) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/62fde8a8-e4c2-40d8-b172-0bdc4990ad59\",\n                \"sourcedId\": \"62fde8a8-e4c2-40d8-b172-0bdc4990ad59\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"7fdc6a7a-35dc-4759-baeb-0ab794dcbd22\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 5(01524) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"sourcedId\": \"4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"ff66fcc9-9a1e-444e-8d75-2b3d849c9cf2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 5(01524) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"sourcedId\": \"4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"d10c33f2-d93e-4d7c-b3c7-472fc133049b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 5(01524) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"sourcedId\": \"4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"f9e99815-8e4f-49ef-b2c1-2f20894fc50e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 5(01524) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"sourcedId\": \"4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"7433a969-8e98-4861-b7ea-742d07226079\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 5(01524) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"sourcedId\": \"4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"229cf968-84db-4bfd-b5bc-02f4c88524a0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Math 5(01524) SN:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"sourcedId\": \"4b39ca77-b4da-48f3-ab15-d34af882eaee\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"b02d701d-42cc-40f8-bd01-fc4ec3e2ccb1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 1(01526) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/2b5d189b-861e-4f49-9fcd-a30dacb5fcfa\",\n                \"sourcedId\": \"2b5d189b-861e-4f49-9fcd-a30dacb5fcfa\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"789abb54-f7bb-4534-8bd0-0df8d4534907\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 1(01526) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/2b5d189b-861e-4f49-9fcd-a30dacb5fcfa\",\n                \"sourcedId\": \"2b5d189b-861e-4f49-9fcd-a30dacb5fcfa\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"500eb526-1c8e-4363-83e8-e1f117aeac32\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 1(01526) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/2b5d189b-861e-4f49-9fcd-a30dacb5fcfa\",\n                \"sourcedId\": \"2b5d189b-861e-4f49-9fcd-a30dacb5fcfa\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"21d92819-57c4-4992-b84b-afddab699100\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 2(01527) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e058e94e-f143-48f7-9d2c-14d41a04c90b\",\n                \"sourcedId\": \"e058e94e-f143-48f7-9d2c-14d41a04c90b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"07039fc5-e56c-45d5-848e-afef83fa1b3e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 2(01527) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e058e94e-f143-48f7-9d2c-14d41a04c90b\",\n                \"sourcedId\": \"e058e94e-f143-48f7-9d2c-14d41a04c90b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"4b72f7bb-86fa-4dfd-959a-efe67962d921\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 2(01527) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e058e94e-f143-48f7-9d2c-14d41a04c90b\",\n                \"sourcedId\": \"e058e94e-f143-48f7-9d2c-14d41a04c90b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"5afefee7-4572-4d31-a045-6c689f085a91\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 2(01527) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/e058e94e-f143-48f7-9d2c-14d41a04c90b\",\n                \"sourcedId\": \"e058e94e-f143-48f7-9d2c-14d41a04c90b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"7ec6de17-1b82-4ab0-95eb-f4e302279c2a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 3(01528) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"sourcedId\": \"b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"34302fb7-f01d-4b9a-bbb1-68ab84d2da67\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 3(01528) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"sourcedId\": \"b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"e6c522cd-1ef9-4a91-95d6-543181b37e1d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 3(01528) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"sourcedId\": \"b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"ac384527-f08b-4032-9c54-04d28f4f6486\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 3(01528) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"sourcedId\": \"b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"2953e81b-626c-4d99-8771-e943ccc5ca90\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 3(01528) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"sourcedId\": \"b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"f585fba5-3a34-4e19-a35d-93e1155d2d35\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 3(01528) SN:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"sourcedId\": \"b7109803-d48c-4ca1-bcc8-5c94920416fc\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"d3dd10c2-3127-4c96-b968-b55f68867c32\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 4(01529) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"sourcedId\": \"af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"a1ec6112-2a67-4410-a0dd-d40107738ea6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 4(01529) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"sourcedId\": \"af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"bef7e93a-b815-480b-ad22-5078bc550b05\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 4(01529) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"sourcedId\": \"af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"7725440b-b59c-41db-9e89-e5155080ab1a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 4(01529) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"sourcedId\": \"af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"284f7b20-9633-48a6-bd6f-c88086479278\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 4(01529) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"sourcedId\": \"af127935-5f98-41d1-a92d-2a874a380a44\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"0aedf75e-6eed-42b6-b501-dc7ba09b8d49\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 5(01530) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/dc0dfebe-87af-4cc9-b14b-4ff5d7595630\",\n                \"sourcedId\": \"dc0dfebe-87af-4cc9-b14b-4ff5d7595630\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"53ee61fc-09a5-488d-bc12-0f8e5113bf60\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 5(01530) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/dc0dfebe-87af-4cc9-b14b-4ff5d7595630\",\n                \"sourcedId\": \"dc0dfebe-87af-4cc9-b14b-4ff5d7595630\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"09e40ea1-7ea0-4ca0-9b4d-5d12e8622e5c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"AIS Reading 5(01530) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/dc0dfebe-87af-4cc9-b14b-4ff5d7595630\",\n                \"sourcedId\": \"dc0dfebe-87af-4cc9-b14b-4ff5d7595630\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"6c64165e-416f-4528-9a3b-e7ea33f6e00c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"ea7899a1-b5db-4e85-a79b-6697e7963d40\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"d030920b-38ff-4491-86b3-65fa138c1932\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"65d273ee-1499-48cd-b12a-792077bfa4c3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"5dcbda2d-939e-4ad4-a6ce-bca6f3e49d50\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"9946e54a-06d6-4a52-82e3-4f5ca618e218\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"8ea202ab-6270-4f3c-b7b7-43c6f1b6b981\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:8\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"37130bfe-cb31-4a82-b9eb-83881f2bbee7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:7\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"64190a87-f679-4952-8b9b-0f5163c9328a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:10\",\n            \"classCode\": \"SN10\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"68c42f04-ec02-4ebf-9108-671a791d0c8f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:9\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"e7d04af5-04ab-4a9c-ba18-cb6b83bb4c2d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:12\",\n            \"classCode\": \"SN12\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"db57433e-f7d3-4a07-a516-2448d8503f27\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:11\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"941c035b-5211-4513-b6cc-95185fa57a5f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"39de1f40-994a-4a8b-9e9f-93f9c7f8b105\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"0e5934b5-a668-4b7e-9c23-dffe261785f2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"4d8d332f-dbdf-4328-8750-bc5e552709ee\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"9e7221b6-8eca-4494-a6ef-60bb21413256\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"c3ca5a2a-39a0-4e0d-a394-59044af5ba18\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"e97b304e-45bd-4e18-8f42-537879f08d62\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:8\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"ef4ddf7e-646c-473f-b520-5cb0818ea660\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:7\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"296f73e9-13b2-4864-9c8c-89f4212a2cb5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:10\",\n            \"classCode\": \"SN10\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"d0c77114-5765-4cf9-a8c0-4a9bfab6fd73\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:9\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"758db3a5-75ff-4251-ab58-8d1d390b6a3c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:12\",\n            \"classCode\": \"SN12\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"48e424a2-c2e9-4076-a879-4e05dc58a5b6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:11\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"36255911-c604-4f42-a7e8-fadd731e7959\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"da5e6bac-9919-4da4-bafa-bd684abdf43a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"3bd8cd6d-ee52-4b99-812e-55b85f4d1470\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"1edf11a7-475d-46ce-a47d-ea569a04e19e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"9b4c854f-ee76-4294-be37-1120eb8948c8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"466c95a4-c485-44cd-93c6-09944d1d3818\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"0534bc01-a786-4436-87f0-3c463e361e0c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:8\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"46ad6c4a-7d02-4256-840f-e2b9ac459c0a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:7\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"9cb96525-b44c-490c-8523-7bd5db426cdc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:10\",\n            \"classCode\": \"SN10\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"18c62b1b-2d75-4add-ac08-7e613af01272\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:9\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"72d4af7d-f3d6-46ea-be71-a684799b8f0f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:12\",\n            \"classCode\": \"SN12\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"441f26ee-e826-48c2-a220-25d42af239a6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:11\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"73d9d1a8-86ac-4ff0-879a-6d85923dae91\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 3(01535) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/22ee8adf-b37a-4da1-bd35-842c01937481\",\n                \"sourcedId\": \"22ee8adf-b37a-4da1-bd35-842c01937481\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"212da786-ddeb-43d1-8961-3fdecbbc8a20\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        }\n    ]\n}"}],"_postman_id":"be022a5a-7570-4d9d-ba2e-ecb215d52854"},{"name":"/Classes/{{Class}}","event":[{"listen":"test","script":{"id":"6c13f538-effd-48b7-be38-f074218cbc8b","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});"],"type":"text/javascript"}}],"id":"134fb0b6-adab-45e4-8112-184668d87b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}","description":"<p>Returns information for a specific class section</p>\n","urlObject":{"path":["classes","{{ClassSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4507c7f9-8164-48e3-aa5d-6048bbf268f4","name":"/Classes/{{Class}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|c03cf1f1-6475-4f26-a83e-1744055253fe|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=c03cf1f1-6475-4f26-a83e-1744055253fe; path=/"},{"key":"X-Total-Count","value":"1"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 15:20:07 GMT"},{"key":"Content-Length","value":"1390"}],"cookie":[],"responseTime":null,"body":"{\n    \"class\": {\n        \"title\": \"Algebra II CC(02250) SN:1 Per:1\",\n        \"classCode\": \"SN1\",\n        \"classType\": \"scheduled\",\n        \"course\": {\n            \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/28786540-439c-46cb-947c-fb9fa4ef9f27\",\n            \"sourcedId\": \"28786540-439c-46cb-947c-fb9fa4ef9f27\",\n            \"type\": \"course\"\n        },\n        \"school\": {\n            \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n            \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n            \"type\": \"org\"\n        },\n        \"terms\": [\n            {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                \"type\": \"academicSession\"\n            },\n            {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                \"type\": \"academicSession\"\n            },\n            {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                \"type\": \"academicSession\"\n            },\n            {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                \"type\": \"academicSession\"\n            }\n        ],\n        \"periods\": [\n            \"1\"\n        ],\n        \"sourcedId\": \"a671e9ae-256e-42f2-b891-7ea181208bd2\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2021-06-16\"\n    }\n}"}],"_postman_id":"134fb0b6-adab-45e4-8112-184668d87b32"},{"name":"/Schools/{{School}}/Classes","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"8a599f76-f2b5-4714-ab40-7521768842d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/classes","description":"<p>Returns information about all scheduled class sections within a single school level.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","classes"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"06303c39-c357-498f-9c76-bcc302fb6e14","name":"/Schools/{{School}}/Classes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/classes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|c9af7856-7e2b-483c-a183-90cbd674e950|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=c9af7856-7e2b-483c-a183-90cbd674e950; path=/"},{"key":"X-Total-Count","value":"1054"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 15:20:30 GMT"},{"key":"Content-Length","value":"112785"}],"cookie":[],"responseTime":null,"body":"{\n    \"classes\": [\n        {\n            \"title\": \"Advisory 9(00984) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"945ffb12-2357-4922-993d-76eddeb258aa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"67d1a740-d1d5-4d42-8363-f063a77a6218\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:6 Per:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"247c26b7-daee-4e65-a5f2-78aaa5ddf33b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:5 Per:6\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"1c2c910d-5eb6-44dd-8a55-143466a38b1c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:4 Per:6\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"b78664ff-bbf5-45d1-bfed-f21356a26ac4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:9 Per:6\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"a7b3f8f4-284d-426d-9066-f43450126c7b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:8 Per:6\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"c7a4c3b4-e245-4763-be36-bd0b05fce780\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:7 Per:6\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"2961bb61-fd23-42d8-a541-1340c5108f09\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 9(00984) SN:10 Per:6\",\n            \"classCode\": \"SN10\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"sourcedId\": \"4f8e86eb-8e54-45c7-bed6-f129ddd740d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"430dbf65-c0e9-4e9f-9e34-4066cc08e6ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:9 Per:6\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"53316e7b-d7d6-4920-86ce-ba9b1a789e03\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:8 Per:6\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"c0317f7e-51d2-4d5f-87fb-0d2bb1cc954a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:7 Per:6\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"90f09ce7-e759-465a-99da-9d0e4d0a2a04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:6 Per:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"fdfa2f72-f427-47c9-87a4-37a4ab9aa94c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:5 Per:6\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"34102fb4-2c87-4350-af01-e84f31091d6d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:4 Per:6\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"de394758-327f-4e63-a4bb-93336ee709f1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"78d5c6b2-a80d-4b82-bd00-2ac49c5e160d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:2 Per:6\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"f3985e23-8d96-47cc-9ef1-638caabded98\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 10(00985) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"sourcedId\": \"5eb08c18-6fc0-4ac2-aad5-57b403e5c6af\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"1648ef30-de08-4b85-a91b-6999327705f9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:2 Per:6\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"f41eb773-4d3a-4ec9-bcf8-511c9b43d5fc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"b8a253dc-22cb-42d1-9870-d14259981f0b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"eb4211f1-e84a-4163-9e65-60293c480b3a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:6 Per:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"d934408a-0283-426d-a4d1-a35a515b9391\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advisory 12(00987) SN:7 Per:6\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"sourcedId\": \"4ee501b7-aa91-459e-a6a7-47b795cd1947\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"476f4e9c-804b-4456-8f6e-5adf5eee13a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Reading(02062) SN:1 Per:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/ef8a982f-b99c-4d9c-af3c-a77eb5b20659\",\n                \"sourcedId\": \"ef8a982f-b99c-4d9c-af3c-a77eb5b20659\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"c281344c-7b2a-42ab-b199-dc8646504c32\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Reading(02062) SN:3 Per:5\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/ef8a982f-b99c-4d9c-af3c-a77eb5b20659\",\n                \"sourcedId\": \"ef8a982f-b99c-4d9c-af3c-a77eb5b20659\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"34a1acaa-dd37-4a44-988f-d6ad1090b224\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"AIS Reading 7/8(02067) SN:2 Per:6\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"sourcedId\": \"4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"21c0d3c7-d5ef-42f3-99ae-29d519e5a089\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"AIS Reading 7/8(02067) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"sourcedId\": \"4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"ef70acf5-2b2b-4bf2-b600-6f565e985f54\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"AIS Reading 7/8(02067) SN:4 Per:6\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"sourcedId\": \"4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"6e98324d-fbac-4881-92d9-82b76075805d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"AIS Reading 7/8(02067) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"sourcedId\": \"4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"9a6add2a-7159-4973-a176-3de176f5bcdc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"AIS Reading 7/8(02067) SN:5 Per:3\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"sourcedId\": \"4fd76d0a-e2ce-40fe-b2d7-6c46b6ca1ec1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"e194c0ae-2b9e-4e22-a0c7-e29dfc878174\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing(02076) SN:1 Per:3\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"sourcedId\": \"4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"2776a57c-9513-4c08-b80d-3a1f6b8ba518\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing(02076) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"sourcedId\": \"4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"a769d036-fe5a-46b4-a307-8cef925044e4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing(02076) SN:2 Per:1\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"sourcedId\": \"4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"b1791789-9088-4701-a8fe-1cbd785e0106\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing(02076) SN:4 Per:1\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"sourcedId\": \"4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"64a8cbd7-6159-44bb-becd-a492747a2825\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing(02076) SN:5 Per:6\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"sourcedId\": \"4fb29cb2-d764-4c11-a030-6426c1d36ce5\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"8d4aebdb-025e-4c4b-b38f-3305191d6511\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Graphic Design(02077) SN:2 Per:1\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/f504950a-1a09-478e-a0d2-7c5154583b57\",\n                \"sourcedId\": \"f504950a-1a09-478e-a0d2-7c5154583b57\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"0e85278b-3bdf-4d90-ba3e-4ad4e66c545b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Graphic Design(02077) SN:1 Per:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/f504950a-1a09-478e-a0d2-7c5154583b57\",\n                \"sourcedId\": \"f504950a-1a09-478e-a0d2-7c5154583b57\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"d9f9c4c6-c22d-45e2-a65d-1729b092d270\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Graphic Design(02077) SN:4 Per:6\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/f504950a-1a09-478e-a0d2-7c5154583b57\",\n                \"sourcedId\": \"f504950a-1a09-478e-a0d2-7c5154583b57\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"8391702a-7211-4e1e-8ccf-9af85aac3113\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Graphic Design(02077) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/f504950a-1a09-478e-a0d2-7c5154583b57\",\n                \"sourcedId\": \"f504950a-1a09-478e-a0d2-7c5154583b57\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"1e8c4111-379f-4229-9aca-020c68ee2f24\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing & Design For Production(02078) SN:4 Per:3\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5438f25e-772d-49c0-94a8-8b7b673213e6\",\n                \"sourcedId\": \"5438f25e-772d-49c0-94a8-8b7b673213e6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"8b4fbd16-3986-448a-b2f5-21fd66887deb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing & Design For Production(02078) SN:3 Per:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5438f25e-772d-49c0-94a8-8b7b673213e6\",\n                \"sourcedId\": \"5438f25e-772d-49c0-94a8-8b7b673213e6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"d7794de2-6b34-4cbc-8c85-4cd4f0c73add\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing & Design For Production(02078) SN:2 Per:3\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5438f25e-772d-49c0-94a8-8b7b673213e6\",\n                \"sourcedId\": \"5438f25e-772d-49c0-94a8-8b7b673213e6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"47466aae-219f-471d-8c98-61d74f564abf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing & Design For Production(02078) SN:1 Per:3\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5438f25e-772d-49c0-94a8-8b7b673213e6\",\n                \"sourcedId\": \"5438f25e-772d-49c0-94a8-8b7b673213e6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"121cb5cd-5715-41ff-b9b8-b795345d8da8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Studio Art(02079) SN:3 Per:3\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"sourcedId\": \"12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"2b972bed-06a7-4179-b60c-6cb70222506e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Studio Art(02079) SN:2 Per:3\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"sourcedId\": \"12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"c9015d12-bfcc-444e-9861-47db393a643d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Studio Art(02079) SN:1 Per:3\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"sourcedId\": \"12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"f2bfe7c7-deff-4138-a88e-31c7e3bdfd0c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Studio Art(02079) SN:4\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"sourcedId\": \"12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"f18e33ca-d20d-4ef0-83c1-38103371afa0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Studio Art(02079) SN:5 Per:2\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"sourcedId\": \"12380d6d-1b8f-425b-8ff9-75c96358828e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"fd36aa78-4323-4c30-b672-a5cbbceac644\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Advanced Studio Art(02080) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/89d7b756-a4c0-4126-98bd-caa289c1e13e\",\n                \"sourcedId\": \"89d7b756-a4c0-4126-98bd-caa289c1e13e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"526c1cd5-0b49-4993-99ea-6379df55d323\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Drawing II(02082) SN:7\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/2d2d3ce5-cd92-4c0d-825d-a7ba918f5992\",\n                \"sourcedId\": \"2d2d3ce5-cd92-4c0d-825d-a7ba918f5992\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"08235515-8e84-4004-ae62-98c33b092e34\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:9 Per:2\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"c0f085f7-7f1c-4059-8af4-00ddd0251021\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:8 Per:2\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"c6d0f2f6-4017-471a-8263-7fd21b3058e4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:7 Per:2\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"9228462d-fafd-4a36-9917-99417cbae4cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:6 Per:3\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"273f3655-c0dd-4e04-aca6-6c6084ad162f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:5 Per:3\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"da98cc2a-e73e-4344-afcf-f0e1e82708dc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:4 Per:3\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"0a5a68b5-7ea6-459f-85e9-a7c78bdd9986\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:3 Per:2\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"df152aea-c243-4095-a786-4191fed37fb6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:2 Per:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"4dbce62c-7f60-456c-ac74-a5e326f92d4d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 7(02084) SN:1 Per:2\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"sourcedId\": \"d3fa4cd3-07fb-45cc-9897-adfc2062930b\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"f6dcc9be-e818-4c3f-871e-dc972ebeb869\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:9 Per:6\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"692ea588-5ccc-46a0-92e4-eddab5628cb6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:8 Per:6\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"f7084e5f-6585-4aad-80ba-2a6d262c550e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:7 Per:6\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"0501907b-1af7-4ce9-852f-c101c621753c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:6 Per:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"755aef8f-12ee-4693-ba3c-aaa866996ac5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:5 Per:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"776d1f43-b5f7-4fe4-8f38-598fd8426e7b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:4 Per:5\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"14efb7db-06bf-4c2b-aa15-b70ea566da61\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"75c4c232-7c71-43a4-b28c-b1b8e8e97226\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:2 Per:6\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"71744c6b-cecc-4e39-aa5f-003bfd51dd7e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:1 Per:6\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"ccfdef75-ca62-4502-892c-ec9eb28c4bdc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Art 8(02085) SN:11 Per:5\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"sourcedId\": \"70626013-db07-408f-93dd-4697fa25c8ae\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"20d48ffc-c758-4a53-bb34-64598ecb5db7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Adirondack Crafts(02087) SN:1 Per:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d22eaba5-a472-4d61-8688-4662044c3332\",\n                \"sourcedId\": \"d22eaba5-a472-4d61-8688-4662044c3332\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"4a74c70b-9791-485e-a117-1b3fa0fc8fbd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Adirondack Crafts(02087) SN:3 Per:5\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d22eaba5-a472-4d61-8688-4662044c3332\",\n                \"sourcedId\": \"d22eaba5-a472-4d61-8688-4662044c3332\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"3103ccd0-3057-4631-a506-fb2e4d7b7a80\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Adirondack Crafts(02087) SN:2 Per:5\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d22eaba5-a472-4d61-8688-4662044c3332\",\n                \"sourcedId\": \"d22eaba5-a472-4d61-8688-4662044c3332\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"c865d5a4-4014-4814-81a1-a3877030495d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Career & Fin Management(02089) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/33ffc1b8-04d6-478e-af8c-241832411c60\",\n                \"sourcedId\": \"33ffc1b8-04d6-478e-af8c-241832411c60\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"1091ace5-9fd2-4c68-8234-81d52f7a0370\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Career & Fin Management(02089) SN:3 Per:1\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/33ffc1b8-04d6-478e-af8c-241832411c60\",\n                \"sourcedId\": \"33ffc1b8-04d6-478e-af8c-241832411c60\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"4a7591ce-af4c-4ee7-a8a1-4a1cb9350cc2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Career & Fin Management(02089) SN:2 Per:1\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/33ffc1b8-04d6-478e-af8c-241832411c60\",\n                \"sourcedId\": \"33ffc1b8-04d6-478e-af8c-241832411c60\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"03dbbde4-71ef-427e-ba5f-c5a0e3331058\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Math & Financial App(02090) SN:2 Per:5\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5fb66351-d6c6-4d04-a69c-7b1ab4e33585\",\n                \"sourcedId\": \"5fb66351-d6c6-4d04-a69c-7b1ab4e33585\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"0324b31c-824a-444b-af34-be74455ca2a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Math & Financial App(02090) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5fb66351-d6c6-4d04-a69c-7b1ab4e33585\",\n                \"sourcedId\": \"5fb66351-d6c6-4d04-a69c-7b1ab4e33585\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"ef7bbcbd-3f54-45b9-8265-f70f7780b135\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Math & Financial App(02090) SN:4 Per:6\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5fb66351-d6c6-4d04-a69c-7b1ab4e33585\",\n                \"sourcedId\": \"5fb66351-d6c6-4d04-a69c-7b1ab4e33585\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"2bf545c3-f280-4bbe-948d-244c06bf0775\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Math & Financial App(02090) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/5fb66351-d6c6-4d04-a69c-7b1ab4e33585\",\n                \"sourcedId\": \"5fb66351-d6c6-4d04-a69c-7b1ab4e33585\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"79aeead0-af94-4fa7-9a95-264fd0aa54a3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"P-TECH 21st Century College & Workplace Readiness(02101) SN:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/8df17a75-3500-42e1-afb2-eb46ae92799d\",\n                \"sourcedId\": \"8df17a75-3500-42e1-afb2-eb46ae92799d\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"77eefccd-0edb-4a0b-a728-5481c289a47a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Business Communications(02107) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/bc37d347-97d6-4ef0-b726-cccc4df366d1\",\n                \"sourcedId\": \"bc37d347-97d6-4ef0-b726-cccc4df366d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"a63cac03-d5e6-491c-9d64-8f16bd191f96\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Business Communications(02107) SN:1 Per:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/bc37d347-97d6-4ef0-b726-cccc4df366d1\",\n                \"sourcedId\": \"bc37d347-97d6-4ef0-b726-cccc4df366d1\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"a58135a5-e78e-4579-b9fb-89dc310b1ead\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Principles Of Business(02108) SN:1 Per:1\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/b564f775-9c75-4772-bf3b-f380976812ca\",\n                \"sourcedId\": \"b564f775-9c75-4772-bf3b-f380976812ca\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"1\"\n            ],\n            \"sourcedId\": \"b912d958-4022-4598-b009-eeb490bd52bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Principles Of Business(02108) SN:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/b564f775-9c75-4772-bf3b-f380976812ca\",\n                \"sourcedId\": \"b564f775-9c75-4772-bf3b-f380976812ca\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"23a5a571-adad-4b67-8645-2a8918097a6c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:9 Per:2\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"e9a4b5d7-c384-4ea1-ac2c-6b73f680a4d9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:8 Per:2\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"05bf2181-a031-4598-9281-42df91f61d20\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:7 Per:2\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"f30bedf9-92c8-496f-bef1-64fba4136005\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:6 Per:3\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"bc1a1d78-f2e9-44a4-9cfe-bb72a17148e3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:5 Per:3\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"39968116-6413-4aa0-8fa3-aadc942787ec\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:4 Per:3\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"3\"\n            ],\n            \"sourcedId\": \"cdc1a05a-c3ad-4999-a025-0bc94e59e0e7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:3 Per:2\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"557c3e0a-2d81-41cc-b680-223dfdaad8bb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:2 Per:2\",\n            \"classCode\": \"SN2\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"b7598f37-d5d9-4439-bb61-5e32fe0942e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 7(02113) SN:1 Per:2\",\n            \"classCode\": \"SN1\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"sourcedId\": \"d532a0b4-9c0d-4c4b-808e-78168d962208\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"2\"\n            ],\n            \"sourcedId\": \"36134dae-7fe2-4afd-8db3-9f1abcac0e42\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 8(02114) SN:9 Per:6\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"sourcedId\": \"0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"12b82c64-3ee4-4ca8-923e-4cab428dc9e5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 8(02114) SN:8 Per:6\",\n            \"classCode\": \"SN8\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"sourcedId\": \"0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"bd79a18a-7d00-40b6-9cab-ccb819ed910e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 8(02114) SN:7 Per:6\",\n            \"classCode\": \"SN7\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"sourcedId\": \"0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"79fadce5-9a49-4e7c-9e87-acb919b4fc88\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 8(02114) SN:6 Per:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"sourcedId\": \"0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"sourcedId\": \"76a8d754-2730-4bbb-a723-ed776227bc8c\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"4a467498-a1a8-451c-8dff-83b8b44b23b2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 8(02114) SN:5 Per:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"sourcedId\": \"0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"sourcedId\": \"0da95feb-e1a0-4fe7-8993-7cdba02e6f19\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"d289c610-1126-499d-80ea-27313eb25dc6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 8(02114) SN:4 Per:5\",\n            \"classCode\": \"SN4\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"sourcedId\": \"0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"sourcedId\": \"f1253c0f-9806-4989-8bc9-e0d8c6907f5f\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"5\"\n            ],\n            \"sourcedId\": \"d91177be-8ca2-43ef-a94c-8f74a6866132\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        },\n        {\n            \"title\": \"Business & Careers 8(02114) SN:3 Per:6\",\n            \"classCode\": \"SN3\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/courses/0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"sourcedId\": \"0068a919-5e61-418d-b11c-39c545f88ac6\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/orgs/2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"sourcedId\": \"2acba174-75b5-45a7-8b6e-f7bf679aa46d\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/terms/22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"sourcedId\": \"22879d90-5fd6-4181-9d5b-50c1ebc9c1e4\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [\n                \"6\"\n            ],\n            \"sourcedId\": \"5581397e-4d40-43de-bcd9-a7b040fbaace\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-16\"\n        }\n    ]\n}"}],"_postman_id":"8a599f76-f2b5-4714-ab40-7521768842d3"},{"name":"/Teachers/{{Teacher}}/Classes","event":[{"listen":"test","script":{"id":"bec2c102-ff92-4a5b-9411-6270d5b4b6e1","exec":["pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});"],"type":"text/javascript"}}],"id":"ac7c16d6-5cb3-4156-9811-e328363e693c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/teachers/{{TeacherSourcedID}}/classes/","description":"<p>Returns information about all class sections assigned to a specific teacher.</p>\n","urlObject":{"path":["teachers","{{TeacherSourcedID}}","classes",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2abf6eb1-d13e-4dcd-97b0-4e0af0a0912b","name":"/Teachers/{{Teacher}}/Classes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/teachers/{{TeacherSourcedID}}/classes/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|f1737bd9-ed59-48e6-97bc-43c83ec7a0d6|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=f1737bd9-ed59-48e6-97bc-43c83ec7a0d6; path=/"},{"key":"X-Total-Count","value":"14"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 15:20:39 GMT"},{"key":"Content-Length","value":"19625"}],"cookie":[],"responseTime":null,"body":"{\n    \"classes\": [\n        {\n            \"title\": \"Art  K(01532) SN:12\",\n            \"classCode\": \"SN12\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"db57433e-f7d3-4a07-a516-2448d8503f27\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art  K(01532) SN:11\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"941c035b-5211-4513-b6cc-95185fa57a5f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:12\",\n            \"classCode\": \"SN12\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"48e424a2-c2e9-4076-a879-4e05dc58a5b6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 1(01533) SN:11\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"sourcedId\": \"5371dd77-4f7b-455b-a0b4-4af25201b231\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"36255911-c604-4f42-a7e8-fadd731e7959\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:12\",\n            \"classCode\": \"SN12\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"441f26ee-e826-48c2-a220-25d42af239a6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 2(01534) SN:11\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"sourcedId\": \"1e529c57-d9e5-4dd4-b9e8-d15de7620463\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"73d9d1a8-86ac-4ff0-879a-6d85923dae91\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 3(01535) SN:10\",\n            \"classCode\": \"SN10\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/22ee8adf-b37a-4da1-bd35-842c01937481\",\n                \"sourcedId\": \"22ee8adf-b37a-4da1-bd35-842c01937481\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"247fa5b3-a7c4-4796-b0f1-5b3bf695c1c0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 3(01535) SN:9\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/22ee8adf-b37a-4da1-bd35-842c01937481\",\n                \"sourcedId\": \"22ee8adf-b37a-4da1-bd35-842c01937481\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"a308627b-392c-4f36-9be8-6e1354c707ea\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 4(01536) SN:12\",\n            \"classCode\": \"SN12\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/8119f95f-8a96-45d8-b5e3-5778403da345\",\n                \"sourcedId\": \"8119f95f-8a96-45d8-b5e3-5778403da345\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"1436d9a9-43ed-43bb-918f-91629d605785\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 4(01536) SN:11\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/8119f95f-8a96-45d8-b5e3-5778403da345\",\n                \"sourcedId\": \"8119f95f-8a96-45d8-b5e3-5778403da345\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"c9b4f317-847b-4741-8687-2842bc51db67\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 5(01537) SN:12\",\n            \"classCode\": \"SN12\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/a84f4dd1-66a7-44fa-908d-a4932639076e\",\n                \"sourcedId\": \"a84f4dd1-66a7-44fa-908d-a4932639076e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"44d2bb2a-8004-49db-adf4-69ccf9a695fd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 5(01537) SN:11\",\n            \"classCode\": \"SN11\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/a84f4dd1-66a7-44fa-908d-a4932639076e\",\n                \"sourcedId\": \"a84f4dd1-66a7-44fa-908d-a4932639076e\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"410f319c-de34-44d2-8079-abef1c6e4b44\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 6(02622) SN:10\",\n            \"classCode\": \"SN10\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/6ecb796b-433e-4e35-9229-3d43c65f7e5d\",\n                \"sourcedId\": \"6ecb796b-433e-4e35-9229-3d43c65f7e5d\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"24e5cb5a-eebd-42b3-803c-8d7ee918561c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Art 6(02622) SN:9\",\n            \"classCode\": \"SN9\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/courses/6ecb796b-433e-4e35-9229-3d43c65f7e5d\",\n                \"sourcedId\": \"6ecb796b-433e-4e35-9229-3d43c65f7e5d\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/teachers/17c19f29-e82a-45fe-803d-64e3ea21838c/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"d4716f30-703d-4b6e-b1f7-37adfd66fb5f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        }\n    ]\n}"}],"_postman_id":"ac7c16d6-5cb3-4156-9811-e328363e693c"},{"name":"/Users/{{User}}/Classes","event":[{"listen":"test","script":{"id":"21470c05-0ea0-4788-bade-d0ba6137da92","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.classes[0].title).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].classCode).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].classType).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].course.href).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].course.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].course.type).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].school.type).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].school.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].school.type).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].terms[0].href).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].terms[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].terms[0].type).to.be.an(\"string\");\r","})"],"type":"text/javascript"}}],"id":"e31e2292-2813-4e51-bda5-6da3a6297ead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/users/{{UserSourcedID}}/classes/","description":"<p>Returns information about all class sections assigned to a specific user.</p>\n","urlObject":{"path":["users","{{UserSourcedID}}","classes",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"07de2aa5-6aca-4713-b8b1-2188e32aebeb","name":"/Users/{{User}}/Classes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/users/{{UserSourcedID}}/classes/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|636d1f64-da54-48b9-8888-e8f37581968a|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=636d1f64-da54-48b9-8888-e8f37581968a; path=/"},{"key":"X-Total-Count","value":"7"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 15:20:46 GMT"},{"key":"Content-Length","value":"9744"}],"cookie":[],"responseTime":null,"body":"{\n    \"classes\": [\n        {\n            \"title\": \"Art  K(01532) SN:10\",\n            \"classCode\": \"SN10\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/courses/d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"sourcedId\": \"d1f6ef63-1f13-4e50-84b5-b38cb8022d87\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"68c42f04-ec02-4ebf-9108-671a791d0c8f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Language Arts K(01562) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/courses/72797a6b-82af-4264-972f-57a0c82e8bbe\",\n                \"sourcedId\": \"72797a6b-82af-4264-972f-57a0c82e8bbe\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"d1448ee6-eec6-41fb-9ac1-77b237eb27e9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Math K(01575) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/courses/b18cc0c4-8cc0-43b2-9a4e-debff534ff15\",\n                \"sourcedId\": \"b18cc0c4-8cc0-43b2-9a4e-debff534ff15\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"7580f374-89b5-4939-ae6d-090055617f04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"PE K(01589) SN:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/courses/6e3fdc80-04c6-4de5-ae7e-72c88ec6eae7\",\n                \"sourcedId\": \"6e3fdc80-04c6-4de5-ae7e-72c88ec6eae7\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"eddcd73c-cf6f-4433-a0c9-5528fcb861cf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Project Lead The Way(01590) SN:76\",\n            \"classCode\": \"SN76\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/courses/8b90dd7e-922d-42a7-863d-13670c56d271\",\n                \"sourcedId\": \"8b90dd7e-922d-42a7-863d-13670c56d271\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"fc64bbfe-64ca-4709-b1ff-16a2ec1dce3c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Social Studies K(01614) SN:5\",\n            \"classCode\": \"SN5\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/courses/a1c68f2e-4d65-4b75-b5c9-c788ae59cb2f\",\n                \"sourcedId\": \"a1c68f2e-4d65-4b75-b5c9-c788ae59cb2f\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"56625d67-3ec2-45ec-9d7f-e41f256da81b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        },\n        {\n            \"title\": \"Grade K(02668) SN:6\",\n            \"classCode\": \"SN6\",\n            \"classType\": \"scheduled\",\n            \"course\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/courses/0aa06b6d-68fe-4186-9b2b-57e02ea097aa\",\n                \"sourcedId\": \"0aa06b6d-68fe-4186-9b2b-57e02ea097aa\",\n                \"type\": \"course\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/orgs/cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"sourcedId\": \"cdd85c20-6d9b-491d-826b-cabe4d074d71\",\n                \"type\": \"org\"\n            },\n            \"terms\": [\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"sourcedId\": \"20a95aa4-f6d1-4e35-8e7f-93fec2704b42\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"sourcedId\": \"0c1fceec-87a7-42de-b41d-d2dde03a4e6f\",\n                    \"type\": \"academicSession\"\n                },\n                {\n                    \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd/terms/8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"sourcedId\": \"8beb1375-f088-4031-870c-5c073f1991df\",\n                    \"type\": \"academicSession\"\n                }\n            ],\n            \"periods\": [],\n            \"sourcedId\": \"4923e879-26df-47c8-b6f2-06135574f823\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\"\n        }\n    ]\n}"}],"_postman_id":"e31e2292-2813-4e51-bda5-6da3a6297ead"}],"id":"affa7a86-86b5-42ca-bce1-af64535a70ba","description":"<p>The Classes object provides information about currently active class sections (lunches and study halls are not included). This object only returns data for schedules that are currently published (this means that the master schedule is locked and today is after the publish date for that master schedule). In addition, only courses that are marked as “Active” in the Course Catalog will be included.</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>String</td>\n<td>Course Name(Course Code) followed by section number and period name (“English 9(00002) SN:5 Per:3-2”)</td>\n</tr>\n<tr>\n<td>classCode</td>\n<td>String</td>\n<td>Section number (“SN5”)</td>\n</tr>\n<tr>\n<td>classType</td>\n<td>Enum (ClassType)</td>\n<td>Always returns “scheduled”</td>\n</tr>\n<tr>\n<td>course<ul><li>href</li><li>sourcedId</li><li>type</li></ul></td>\n<td>Array<ul><li>URI</li><li>GUID</li><li>Enum (GUIDType)</li></ul></td>\n<td><ul><li>References the course to which this section belongs</li><li>The unique identifier (GUID_ID) of the course to which this section belongs</li><li>Always returns “course”</li></ul></td>\n</tr>\n<tr>\n<td>terms<ul><li>href</li><li>sourcedId</li><li>type</li></ul></td>\n<td>Array<ul><li>URI</li><li>GUID</li><li>Enum (GUIDType)</li></ul></td>\n<td><ul><li>References the marking periods to which this section belongs</li><li>The unique identifier (GUID_ID) of the marking periods to which this section belongs</li><li>Always returns “academicSession”</li></ul></td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td>GUID</td>\n<td>The unique identifier (GUID_ID) of this class section</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Enum (StatusType)</td>\n<td>Always returns “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td>Always displays current date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"affa7a86-86b5-42ca-bce1-af64535a70ba"},{"name":"Enrollments (Rosters)","item":[{"name":"/Enrollments","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"0357467f-0781-4cba-b4de-fe4ca3bc0f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/enrollments","description":"<p>Returns information about rosters for all class sections for the entire district (includes students and teachers).</p>\n","urlObject":{"path":["enrollments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"9ae155ea-0cf7-4cb7-9c55-cd3940860831","name":"/Enrollments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/enrollments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|33f590fc-611a-4e40-afea-4f245576b19b|"},{"key":"X-Total-Count","value":"37620"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:33:01 GMT"},{"key":"Content-Length","value":"83917"}],"cookie":[],"responseTime":null,"body":"{\n    \"enrollments\": [\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e0a20f02-5b93-4165-8e5d-397b63d4ab90\",\n                \"sourcedId\": \"e0a20f02-5b93-4165-8e5d-397b63d4ab90\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"sourcedId\": \"ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"af16ff21-bdd2-415e-b922-c5ac1c1fe490\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c069b25b-8ed1-4ff6-8a3e-1230db268b74\",\n                \"sourcedId\": \"c069b25b-8ed1-4ff6-8a3e-1230db268b74\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"sourcedId\": \"ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"6f0988e0-6937-458e-b0ec-e95808f44cc2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/667683a5-5b63-46ee-b327-91ea9debb631\",\n                \"sourcedId\": \"667683a5-5b63-46ee-b327-91ea9debb631\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"sourcedId\": \"ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"3648b014-11da-4263-ac81-6ac4ff9e7be8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d2eaff07-e44d-4826-be2c-1919bf413aa1\",\n                \"sourcedId\": \"d2eaff07-e44d-4826-be2c-1919bf413aa1\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"sourcedId\": \"ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"992e853e-bdc6-45ac-92e8-e412d3f78144\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/86aa6e14-5ad6-464a-980a-e50b50611ac6\",\n                \"sourcedId\": \"86aa6e14-5ad6-464a-980a-e50b50611ac6\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"sourcedId\": \"ba33223e-e7c6-4830-919c-7fa40f106d9c\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f83cd63c-1878-40f4-b5f9-b15014eefe02\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b54918de-12f3-49ff-94e6-6550dbdc90ed\",\n                \"sourcedId\": \"b54918de-12f3-49ff-94e6-6550dbdc90ed\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"sourcedId\": \"74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ff49079a-2cf7-483a-a427-576c117960ab\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e57d5d8e-b071-4d6f-948e-d8aa989bc95c\",\n                \"sourcedId\": \"e57d5d8e-b071-4d6f-948e-d8aa989bc95c\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"sourcedId\": \"74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"655cc007-0625-4015-9765-afe85aa47ba4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/bb7a246c-66a4-4dfb-a0cc-5abc56061bf5\",\n                \"sourcedId\": \"bb7a246c-66a4-4dfb-a0cc-5abc56061bf5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"sourcedId\": \"74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"afcf6033-29c9-403d-a7c6-62ebe7098fb8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/48c2aa40-5d9c-4d1d-b16d-97e587ff39e6\",\n                \"sourcedId\": \"48c2aa40-5d9c-4d1d-b16d-97e587ff39e6\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"sourcedId\": \"74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"3d12f1a0-8111-4edf-911c-313e553b3070\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/bc239262-3b7d-49a6-8a6c-9abde7394873\",\n                \"sourcedId\": \"bc239262-3b7d-49a6-8a6c-9abde7394873\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"sourcedId\": \"74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"31d7f1fe-aa95-4c8c-adf6-dfa683184a79\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4ec99281-3dab-4f06-81f9-dad5bc26ae0d\",\n                \"sourcedId\": \"4ec99281-3dab-4f06-81f9-dad5bc26ae0d\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"sourcedId\": \"74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"385cbdf2-f03a-42bf-9e32-122b9c5d334e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/612cb666-c8ff-4918-87b1-a1cf30f7721e\",\n                \"sourcedId\": \"612cb666-c8ff-4918-87b1-a1cf30f7721e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"sourcedId\": \"74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"a21274ec-4941-4b85-91e7-fb26551dfdad\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/8928a694-5ff6-4985-b7dc-8e3e4f7e6af9\",\n                \"sourcedId\": \"8928a694-5ff6-4985-b7dc-8e3e4f7e6af9\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"sourcedId\": \"74f74dd0-a43b-4b2b-b77b-3904885fa79b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"e492b7b3-76a4-4f57-945e-bc62fa7ece2a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-18T14:33:31.877Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6c01ab5d-4c45-40af-8c2c-e80feae02086\",\n                \"sourcedId\": \"6c01ab5d-4c45-40af-8c2c-e80feae02086\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"sourcedId\": \"46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c24449e2-0039-4316-b2f5-1dd7963a0a10\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b70d1b58-f7cd-40af-a61a-87d409a82543\",\n                \"sourcedId\": \"b70d1b58-f7cd-40af-a61a-87d409a82543\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"sourcedId\": \"46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"53a8a46a-b610-400f-a853-4f2ffc34ad1b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/567f9fc2-8e02-4b1c-9661-a7623038e0ae\",\n                \"sourcedId\": \"567f9fc2-8e02-4b1c-9661-a7623038e0ae\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"sourcedId\": \"46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"04114fd9-6189-43c2-bd9e-cda64eb4fc2e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/33232ec0-c20e-4444-9f63-eae61512206c\",\n                \"sourcedId\": \"33232ec0-c20e-4444-9f63-eae61512206c\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"sourcedId\": \"46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"5d9375ef-3da6-4837-b04c-3c24d056dd9d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/75c970b4-5c59-49a4-b457-349270884b40\",\n                \"sourcedId\": \"75c970b4-5c59-49a4-b457-349270884b40\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"sourcedId\": \"46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b6aa4585-e0a4-49c8-8969-a37369693667\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6ad76d78-bcdd-4659-a5dd-1cd3329ea9ea\",\n                \"sourcedId\": \"6ad76d78-bcdd-4659-a5dd-1cd3329ea9ea\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"sourcedId\": \"46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"56df3a24-e1fc-4760-818b-957110a4d0a0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/95b87708-3543-4255-b98e-9b0f9fc1e1eb\",\n                \"sourcedId\": \"95b87708-3543-4255-b98e-9b0f9fc1e1eb\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"sourcedId\": \"46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"e1ecb36e-15a2-45ba-96cc-3c668b404fce\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-27T13:42:27.977Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/445e2820-c735-43d1-a8ad-4df120c8e0e5\",\n                \"sourcedId\": \"445e2820-c735-43d1-a8ad-4df120c8e0e5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"sourcedId\": \"46d838a6-7923-46e1-bd5a-57d0a39264dc\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-08\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"1bd73961-2617-4c66-a7a3-7169e56b288f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-08T05:30:17.287Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0132731d-72c3-4d0a-8734-e775de296607\",\n                \"sourcedId\": \"0132731d-72c3-4d0a-8734-e775de296607\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f10cbabf-e5b4-4878-a158-bd5669bd015f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/490105ea-b982-4d35-a36d-398fc76a51a3\",\n                \"sourcedId\": \"490105ea-b982-4d35-a36d-398fc76a51a3\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b7cd331c-ce8b-4aa6-bc37-5bcba3eeddf1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7246838d-78a9-4d83-ba5f-bf1cba9fbc13\",\n                \"sourcedId\": \"7246838d-78a9-4d83-ba5f-bf1cba9fbc13\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"3c45ee1a-4cae-45a7-a397-778bf7f93444\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/535b253b-54df-4ebd-a1eb-5304d8e0848d\",\n                \"sourcedId\": \"535b253b-54df-4ebd-a1eb-5304d8e0848d\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"420afb97-dfd2-46ad-bb05-569af46a6542\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a6d7db54-9a21-43d0-97a3-34d72953eb74\",\n                \"sourcedId\": \"a6d7db54-9a21-43d0-97a3-34d72953eb74\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b3aa34f3-bcfa-4fa8-b6b1-0561f255ae7f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6443d0a0-52bb-4f4b-9456-cd638f8603f4\",\n                \"sourcedId\": \"6443d0a0-52bb-4f4b-9456-cd638f8603f4\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"e72ec181-3d3c-4f96-be91-58a1e1f44721\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d3166bb2-5e1b-4d0b-ad4b-e3543050530a\",\n                \"sourcedId\": \"d3166bb2-5e1b-4d0b-ad4b-e3543050530a\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"4fdcb2dc-8442-4ede-a9e7-68492a91a6cc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4c96ec69-d2cc-47d5-8d3d-22142e116a56\",\n                \"sourcedId\": \"4c96ec69-d2cc-47d5-8d3d-22142e116a56\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"fd582330-b787-419b-81e9-9c9142e21a04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d3f5b1dd-7c1b-4186-969a-3ff5c34d54fd\",\n                \"sourcedId\": \"d3f5b1dd-7c1b-4186-969a-3ff5c34d54fd\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"500d7690-32bf-4009-945c-51752dc3eb2a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/8fdb7ab0-a1a8-4632-a4d0-0323cc0a9e1b\",\n                \"sourcedId\": \"8fdb7ab0-a1a8-4632-a4d0-0323cc0a9e1b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"83d85862-f926-4f3d-9def-b45b2f0c9e5a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cbe3b3d2-c78f-477e-96ab-a2bafec2eea8\",\n                \"sourcedId\": \"cbe3b3d2-c78f-477e-96ab-a2bafec2eea8\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"91d3331e-82d8-47d7-8b6a-0d56cb01d3c0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/35477d65-254f-4a4e-9968-9b16650e1ada\",\n                \"sourcedId\": \"35477d65-254f-4a4e-9968-9b16650e1ada\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"37408dd3-b891-48e9-a988-26138031c33a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0b5b37e0-f734-4b76-bbeb-4d5981c4385f\",\n                \"sourcedId\": \"0b5b37e0-f734-4b76-bbeb-4d5981c4385f\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"48d31329-db30-473c-9e21-611b0986e27c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7d1e2bce-1af1-4354-ae4f-701a90fcf77f\",\n                \"sourcedId\": \"7d1e2bce-1af1-4354-ae4f-701a90fcf77f\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"8617e508-fc69-48a3-a231-3a8e49428764\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3cc5ce54-1793-49b1-b206-3fe3b05de6da\",\n                \"sourcedId\": \"3cc5ce54-1793-49b1-b206-3fe3b05de6da\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"528f4bb9-f9a0-4729-bd08-03a1fb885785\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ea82ecaa-4a82-423d-a319-b9de332dccd7\",\n                \"sourcedId\": \"ea82ecaa-4a82-423d-a319-b9de332dccd7\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"2e1cc0a3-757f-4f45-b968-3eb20b68b58c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/5074e8ff-7cf7-4d4d-bb22-890a53feeb37\",\n                \"sourcedId\": \"5074e8ff-7cf7-4d4d-bb22-890a53feeb37\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"3462ff4d-9a10-493c-9a93-8622f208cdbe\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f41fdc35-25e1-47c3-ab91-11e95036b0c3\",\n                \"sourcedId\": \"f41fdc35-25e1-47c3-ab91-11e95036b0c3\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"83019aa9-3bb6-4d73-88a7-928f7fbc054c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-16T18:04:51.480Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ff7bf972-5549-409d-9eff-8c150eaf2775\",\n                \"sourcedId\": \"ff7bf972-5549-409d-9eff-8c150eaf2775\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"0219df46-9842-456b-ae0f-5a957767fb9a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-17T13:27:16.917Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/84179912-94d9-42d3-b5b1-77ddb05a5340\",\n                \"sourcedId\": \"84179912-94d9-42d3-b5b1-77ddb05a5340\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"cae126a3-bcc7-40a4-85f8-8e4a1a068493\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-17T14:00:23.553Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ff344034-efef-469e-af13-1170faa2d82a\",\n                \"sourcedId\": \"ff344034-efef-469e-af13-1170faa2d82a\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c35da770-9de1-4cfd-af40-fe702f67b683\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-17T14:23:00.997Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4b3a4486-b250-4902-b117-3b091c93e062\",\n                \"sourcedId\": \"4b3a4486-b250-4902-b117-3b091c93e062\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"01a56a3e-4d33-4c9c-80a4-02e3f62722f6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-17T14:28:34.070Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9a520975-af73-4cab-a996-655c4583c570\",\n                \"sourcedId\": \"9a520975-af73-4cab-a996-655c4583c570\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"sourcedId\": \"b3d4ffa4-1514-45a4-9bfb-48339ffc8c8b\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"38529067-7a43-4ba3-b845-405a18632d85\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-19T13:06:57.400Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0317746d-33d8-456d-b34c-853d29a0b888\",\n                \"sourcedId\": \"0317746d-33d8-456d-b34c-853d29a0b888\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"a6a02e73-79cf-4004-8ae4-e266008bd599\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c2f41fcf-bc93-43c6-981a-0953e0a38984\",\n                \"sourcedId\": \"c2f41fcf-bc93-43c6-981a-0953e0a38984\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"a73b7a10-ccc7-4966-8635-50392c38a6ed\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/eecb2a76-4608-43ff-9849-07921691c73e\",\n                \"sourcedId\": \"eecb2a76-4608-43ff-9849-07921691c73e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"e48714e3-b8c9-4c3f-89fe-8cd49b17242b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0c114081-07ff-4188-9142-712b8ef5dcb8\",\n                \"sourcedId\": \"0c114081-07ff-4188-9142-712b8ef5dcb8\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"0a315e9b-f75d-49e0-bdbb-68ae36841bff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4cf0d117-ee54-4581-983e-771fb85a1815\",\n                \"sourcedId\": \"4cf0d117-ee54-4581-983e-771fb85a1815\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"513153cd-c8e3-4abe-8b4b-089518c4f189\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/296db74f-0cdb-45ec-b7df-12ab08d829f2\",\n                \"sourcedId\": \"296db74f-0cdb-45ec-b7df-12ab08d829f2\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"054cdf79-3859-429a-9fb1-a93bb968ea0f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/799d5289-fec8-4980-b228-a3e586108e47\",\n                \"sourcedId\": \"799d5289-fec8-4980-b228-a3e586108e47\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"2d0f58e1-421d-4b7c-b0b7-96c0ac74a5e8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/447e1fcc-9878-44f4-823d-3164081ddb53\",\n                \"sourcedId\": \"447e1fcc-9878-44f4-823d-3164081ddb53\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b5f8c66e-241a-47c1-8978-68757b39243e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d33b0761-3c79-41ef-81bb-bf1b2f5738d9\",\n                \"sourcedId\": \"d33b0761-3c79-41ef-81bb-bf1b2f5738d9\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"4d25ea64-ed16-461f-b2b9-87f40c114677\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/08d9b84c-9bd7-43ec-8404-7ec899a77e3b\",\n                \"sourcedId\": \"08d9b84c-9bd7-43ec-8404-7ec899a77e3b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"cb600643-0e84-4d5f-8b1c-f59f0290b7c9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3c5e2a4a-416c-4bd9-9b56-cdacdf90193d\",\n                \"sourcedId\": \"3c5e2a4a-416c-4bd9-9b56-cdacdf90193d\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"e5e44c7b-547f-4771-a294-ed2aa0c18b74\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4e76a8e3-365a-4b0d-a45d-cfddfc42b6d3\",\n                \"sourcedId\": \"4e76a8e3-365a-4b0d-a45d-cfddfc42b6d3\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"47528c2d-d9ef-40f3-bae8-68fe1e0339d5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f776832a-b5b3-4460-a14c-2cf81a9fd816\",\n                \"sourcedId\": \"f776832a-b5b3-4460-a14c-2cf81a9fd816\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"09a5d945-299e-4792-9a6a-9f1749b4d7e9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/20418f6c-248d-43d5-a359-72a20d07e221\",\n                \"sourcedId\": \"20418f6c-248d-43d5-a359-72a20d07e221\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ef2de398-f95e-4d57-8bc8-0e3c2325afdf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b2109b30-9a20-432d-988f-69897dd0be37\",\n                \"sourcedId\": \"b2109b30-9a20-432d-988f-69897dd0be37\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"a07538f4-6afc-40b9-99b1-b8723f0bccdc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4e7f2959-d44e-45ed-aca2-ed53980d2655\",\n                \"sourcedId\": \"4e7f2959-d44e-45ed-aca2-ed53980d2655\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ceac90a4-81d8-4353-bc35-6544fe053f64\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/824dc26e-ccc5-4ecf-8c48-23cda9ea544e\",\n                \"sourcedId\": \"824dc26e-ccc5-4ecf-8c48-23cda9ea544e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"5ec2e01d-c29f-488e-b682-fafbe587299e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/85a4e560-fc9b-4a33-a2cf-565e4efb4ab7\",\n                \"sourcedId\": \"85a4e560-fc9b-4a33-a2cf-565e4efb4ab7\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f79219fb-24cb-4c08-a12f-23705c0f8e52\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/14315798-ad8b-4134-a5cc-0fa22d4e6653\",\n                \"sourcedId\": \"14315798-ad8b-4134-a5cc-0fa22d4e6653\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ad405347-36fe-42ad-9d9d-f226fa7b1506\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d2ff5717-4054-4a62-b7c0-fbf5084d7cf9\",\n                \"sourcedId\": \"d2ff5717-4054-4a62-b7c0-fbf5084d7cf9\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"0e241206-f1b9-4c50-b785-c2562273b6f7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/189f1df9-50de-44e7-86c3-a51994970e11\",\n                \"sourcedId\": \"189f1df9-50de-44e7-86c3-a51994970e11\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"699051e5-774b-4bd9-8737-b5ee289d624e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3bd00e69-b915-43f0-b022-689ce994eed2\",\n                \"sourcedId\": \"3bd00e69-b915-43f0-b022-689ce994eed2\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"2216e5ef-ecab-426f-a545-f60c0d5028aa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T15:58:23.457Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/70a10351-b370-4c54-b057-790e57a3d3ef\",\n                \"sourcedId\": \"70a10351-b370-4c54-b057-790e57a3d3ef\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"sourcedId\": \"f17f2326-cc3c-444b-b6d2-8cb64c8ac614\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-17\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"59afa636-2101-45fc-ba7c-bf3fdef7fb83\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-17T15:42:06.660Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0317746d-33d8-456d-b34c-853d29a0b888\",\n                \"sourcedId\": \"0317746d-33d8-456d-b34c-853d29a0b888\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"29b36519-dd89-4be5-8817-6186eea998b2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/80b3e05d-f013-4aac-b038-4243f1578045\",\n                \"sourcedId\": \"80b3e05d-f013-4aac-b038-4243f1578045\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"104bf42b-c2b7-4f72-ad0d-99f976bcd8d8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b986c1f8-8a18-4b15-8c7c-4001ba4a9222\",\n                \"sourcedId\": \"b986c1f8-8a18-4b15-8c7c-4001ba4a9222\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"d78d8e1d-bc4a-48b4-99c5-365bb152cc73\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ba274490-357a-489f-8c21-e647aaed61b0\",\n                \"sourcedId\": \"ba274490-357a-489f-8c21-e647aaed61b0\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"7fd79fb4-6218-413a-8b42-25d66948c1fa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0c114081-07ff-4188-9142-712b8ef5dcb8\",\n                \"sourcedId\": \"0c114081-07ff-4188-9142-712b8ef5dcb8\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"234e1b9d-b612-4643-bd0c-3fd16a27135c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4b8ddc98-02cd-4be6-a18c-98ac274b4602\",\n                \"sourcedId\": \"4b8ddc98-02cd-4be6-a18c-98ac274b4602\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"20e88c3c-0154-4009-b149-022776fca977\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/414d619a-b98a-4dd2-9727-a548aa0dddd4\",\n                \"sourcedId\": \"414d619a-b98a-4dd2-9727-a548aa0dddd4\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"cef10691-ab68-410d-af56-0606b1d0424a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/447e1fcc-9878-44f4-823d-3164081ddb53\",\n                \"sourcedId\": \"447e1fcc-9878-44f4-823d-3164081ddb53\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"6b8f8f33-70d2-4285-a59c-a21427d8bdf6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/075bb223-eed3-46bb-97a2-d80e0d57d6f3\",\n                \"sourcedId\": \"075bb223-eed3-46bb-97a2-d80e0d57d6f3\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"5fc35544-246b-4f2c-86e7-d40f57bfdd29\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/08d9b84c-9bd7-43ec-8404-7ec899a77e3b\",\n                \"sourcedId\": \"08d9b84c-9bd7-43ec-8404-7ec899a77e3b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"82fad27e-1b6f-4af0-9c1b-781af3888014\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/bbde2949-4f25-4da6-9d94-93d229a4516d\",\n                \"sourcedId\": \"bbde2949-4f25-4da6-9d94-93d229a4516d\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"a6c012ea-e6be-4441-ab76-e0d8fe874283\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/49989e20-b24e-41d9-8861-c6f0bcf7e183\",\n                \"sourcedId\": \"49989e20-b24e-41d9-8861-c6f0bcf7e183\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"008c7aea-f1fe-4b34-9b77-bde57bfe5c7c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4a67bae5-fc78-4d49-97fa-ef5aaa487526\",\n                \"sourcedId\": \"4a67bae5-fc78-4d49-97fa-ef5aaa487526\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c653e27e-9f8c-49a1-be66-0999503c2467\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b2109b30-9a20-432d-988f-69897dd0be37\",\n                \"sourcedId\": \"b2109b30-9a20-432d-988f-69897dd0be37\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"634740ee-beae-4338-a707-43592e844d68\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a177dc34-2ccd-4d3a-b743-45576b614164\",\n                \"sourcedId\": \"a177dc34-2ccd-4d3a-b743-45576b614164\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"9e767daf-6f6e-4dc0-9099-00ca7a51d394\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/85a4e560-fc9b-4a33-a2cf-565e4efb4ab7\",\n                \"sourcedId\": \"85a4e560-fc9b-4a33-a2cf-565e4efb4ab7\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f85ee700-fc42-498a-b0a0-6dee8a9f3627\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/14315798-ad8b-4134-a5cc-0fa22d4e6653\",\n                \"sourcedId\": \"14315798-ad8b-4134-a5cc-0fa22d4e6653\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"23f23bd1-2e1f-439b-a192-8ef6791f4a32\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cc43377f-eedb-473b-be13-c1354a6138eb\",\n                \"sourcedId\": \"cc43377f-eedb-473b-be13-c1354a6138eb\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f11b378c-beea-4c39-801b-55a8127f6e9b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/50c39ccc-8b5a-4154-b467-e7584f0c4072\",\n                \"sourcedId\": \"50c39ccc-8b5a-4154-b467-e7584f0c4072\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f4688c57-541c-4f13-9195-bdbe166524a0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/44763e8d-d84c-4167-82f0-03ea815f8abe\",\n                \"sourcedId\": \"44763e8d-d84c-4167-82f0-03ea815f8abe\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"21f77f40-6540-49e1-9d7b-87972810f5cb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3bd00e69-b915-43f0-b022-689ce994eed2\",\n                \"sourcedId\": \"3bd00e69-b915-43f0-b022-689ce994eed2\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"sourcedId\": \"749e1cb2-81d0-4c0f-bc6a-ff1f9e7ba191\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c77967a8-3615-4ed6-af57-c8ccb0c12402\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T15:58:23.457Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/deb96158-e8a5-4b36-9131-d20014d1a671\",\n                \"sourcedId\": \"deb96158-e8a5-4b36-9131-d20014d1a671\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"6d080dd2-208c-4c13-94bd-de7e14146db2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/afdca566-71d9-44c6-a8d0-6c0ae92f3edb\",\n                \"sourcedId\": \"afdca566-71d9-44c6-a8d0-6c0ae92f3edb\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"5d087f37-04ab-4265-a6b9-b6201c85ce31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/80b3e05d-f013-4aac-b038-4243f1578045\",\n                \"sourcedId\": \"80b3e05d-f013-4aac-b038-4243f1578045\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f75a2a4f-6fa5-45f6-b69f-fbe40b622d89\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ba274490-357a-489f-8c21-e647aaed61b0\",\n                \"sourcedId\": \"ba274490-357a-489f-8c21-e647aaed61b0\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"acc1273f-19ba-4d2c-b5cc-85da03bdac09\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/be158aa0-5ee3-4a46-b51d-2fea8ca12b65\",\n                \"sourcedId\": \"be158aa0-5ee3-4a46-b51d-2fea8ca12b65\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"358fce1a-3ad0-4ab2-8cc4-3cbf7bf9e1a0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0c001573-44df-4494-b5c8-4d04bde29abe\",\n                \"sourcedId\": \"0c001573-44df-4494-b5c8-4d04bde29abe\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"030c6006-659e-4c35-911c-194dbbfb2cf5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/8d2e94cd-efcf-40dd-b356-949e49bfde5a\",\n                \"sourcedId\": \"8d2e94cd-efcf-40dd-b356-949e49bfde5a\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"2b1fc731-1978-46b1-a2a1-c200368c1c80\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/414d619a-b98a-4dd2-9727-a548aa0dddd4\",\n                \"sourcedId\": \"414d619a-b98a-4dd2-9727-a548aa0dddd4\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f327fc0f-b859-45f6-a5dc-0e3ef35e07a2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/af700227-57fe-4ac9-863d-21173e13cdbe\",\n                \"sourcedId\": \"af700227-57fe-4ac9-863d-21173e13cdbe\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"0e67e5ae-d37a-4e6b-8917-5a4c2a8d0baa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cd2e0444-dd32-4fea-8562-96e631997df1\",\n                \"sourcedId\": \"cd2e0444-dd32-4fea-8562-96e631997df1\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"dee32960-8cb8-4073-843f-f45b33a516f4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/85be9004-418a-4808-a34d-4d0ae93847e1\",\n                \"sourcedId\": \"85be9004-418a-4808-a34d-4d0ae93847e1\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"4e89f15f-cf7a-4477-887a-70356d33a733\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/96d55b0a-17b2-485f-8200-4d21eea1934f\",\n                \"sourcedId\": \"96d55b0a-17b2-485f-8200-4d21eea1934f\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe/classes/e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"sourcedId\": \"e90d6f10-c648-4215-8ed4-d09d613d69ad\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"sourcedId\": \"af24bdb6-eaf9-4ecb-a97e-4bd93b6acbbe\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"a224b09f-001e-4114-aa1d-4c570f83772a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-26T15:49:09.547Z\"\n        }\n    ]\n}"}],"_postman_id":"0357467f-0781-4cba-b4de-fe4ca3bc0f89"},{"name":"/Schools/{{School}}/Enrollments","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"21d0c5e4-8336-406f-b65f-270295fb527e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/enrollments","description":"<p>Returns information about all users (students and teachers) in a single building school level.</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","enrollments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"eec20e06-e205-47be-991e-4456dea0dc4e","name":"/Schools/{{School}}/Enrollments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/enrollments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|4aca1e13-16d0-4608-a2b1-231e0ed26a80|"},{"key":"X-Total-Count","value":"12737"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:33:32 GMT"},{"key":"Content-Length","value":"83917"}],"cookie":[],"responseTime":null,"body":"{\n    \"enrollments\": [\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/26a06eb1-e365-44cb-a3a7-d076828a1de8\",\n                \"sourcedId\": \"26a06eb1-e365-44cb-a3a7-d076828a1de8\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/f1ed1059-37a4-4b4d-8f27-91dd8debbe22\",\n                \"sourcedId\": \"f1ed1059-37a4-4b4d-8f27-91dd8debbe22\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"dfa70476-ab1a-46bf-9867-f2360e8332e9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e5a38aa8-d3f1-4b0b-973c-58d3e80dc3d0\",\n                \"sourcedId\": \"e5a38aa8-d3f1-4b0b-973c-58d3e80dc3d0\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"d67e05b8-ee5b-4075-93f9-cf5f7d6dc2fa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a169b31b-419a-4286-abcb-b5ceaeba2df6\",\n                \"sourcedId\": \"a169b31b-419a-4286-abcb-b5ceaeba2df6\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"1576a87a-a815-49ec-a398-a73df0781062\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e609b1a3-8892-4878-b776-29332656f656\",\n                \"sourcedId\": \"e609b1a3-8892-4878-b776-29332656f656\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ba0f0cb1-e333-4863-a8ed-4262e5dbfae3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c19f9023-8a9a-476f-b758-5bd2228dbadb\",\n                \"sourcedId\": \"c19f9023-8a9a-476f-b758-5bd2228dbadb\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"4f4618c2-249e-4d81-b91d-44ffb8cfa3c7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6a412f4b-d866-4148-9773-6e34fd0c47c4\",\n                \"sourcedId\": \"6a412f4b-d866-4148-9773-6e34fd0c47c4\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"6af3e382-b345-488a-b7b1-d35037f4905b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/02fd5c24-cc9b-4df1-bd84-30c438fb6881\",\n                \"sourcedId\": \"02fd5c24-cc9b-4df1-bd84-30c438fb6881\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"cc83ddc4-5245-4970-a334-bb7792d08a16\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cb966196-99b5-4863-991f-67bba4c46d10\",\n                \"sourcedId\": \"cb966196-99b5-4863-991f-67bba4c46d10\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"2a3ffb8f-c465-4d9b-93d5-e50d886fdf8e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/34e0077b-edc9-423b-b4f8-92d61536bbf5\",\n                \"sourcedId\": \"34e0077b-edc9-423b-b4f8-92d61536bbf5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f0d6304e-be97-4ccf-86df-54db8d7c0f76\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c1bf5d0a-7539-4dc3-91dd-9289d70cbc98\",\n                \"sourcedId\": \"c1bf5d0a-7539-4dc3-91dd-9289d70cbc98\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"9cfd1e9c-7057-4776-8bda-e500bdafc060\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9b5a43a5-afd8-4969-8075-833184a52854\",\n                \"sourcedId\": \"9b5a43a5-afd8-4969-8075-833184a52854\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"sourcedId\": \"2470d8aa-08eb-4037-a01c-b59e6c9b3f19\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"31d5421f-1f7c-41cc-bc42-11f16dd3f9ac\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/dff39e4b-9e00-44ed-9b62-6507444e3470\",\n                \"sourcedId\": \"dff39e4b-9e00-44ed-9b62-6507444e3470\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"sourcedId\": \"bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"7d5c3bbf-0f66-4a89-bdf6-0635947b4d71\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c51d6c30-0ed3-4642-86f4-f503bfbc150a\",\n                \"sourcedId\": \"c51d6c30-0ed3-4642-86f4-f503bfbc150a\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"sourcedId\": \"bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"2cb977fe-5cdf-4018-bb92-f50c8088042c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4d5bed98-adad-4089-b2ca-b77031735edb\",\n                \"sourcedId\": \"4d5bed98-adad-4089-b2ca-b77031735edb\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"sourcedId\": \"bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"49dc8268-b78f-4b41-ba93-35e17b956bb3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/fbbeb668-38e8-4aac-b497-698dd062d84e\",\n                \"sourcedId\": \"fbbeb668-38e8-4aac-b497-698dd062d84e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"sourcedId\": \"bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"a71fa058-91d0-4280-bcc4-ce7840d14d62\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7676d22f-4705-4e45-8dbe-3bc88a5f3998\",\n                \"sourcedId\": \"7676d22f-4705-4e45-8dbe-3bc88a5f3998\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"sourcedId\": \"bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"95d1f1fe-7f48-4547-8138-beff5015571d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/85cd5f7a-b57b-4cf9-b6c3-2e6d64d7e597\",\n                \"sourcedId\": \"85cd5f7a-b57b-4cf9-b6c3-2e6d64d7e597\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"sourcedId\": \"bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"31c3f567-2a29-4a20-9104-71f8dcdda239\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/214751a6-a1ed-4118-9dfb-f9bed2a11eff\",\n                \"sourcedId\": \"214751a6-a1ed-4118-9dfb-f9bed2a11eff\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"sourcedId\": \"bf171eee-c061-4258-8cb4-5a3b03251f1a\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"8a040b38-bf1d-4bd7-b40f-a5b7a1563a44\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3ce53084-da8d-46c7-8129-67b2881e42b5\",\n                \"sourcedId\": \"3ce53084-da8d-46c7-8129-67b2881e42b5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"sourcedId\": \"83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"52d4d66d-b053-45d8-a353-6a66be5c2967\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6721d6af-6ef0-4899-b35a-0a99cbc9c90d\",\n                \"sourcedId\": \"6721d6af-6ef0-4899-b35a-0a99cbc9c90d\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"sourcedId\": \"83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"27ef9767-3b92-49eb-a2ea-b0ed2a74f62b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9846939f-7513-4b06-8da2-b528c8e7ac56\",\n                \"sourcedId\": \"9846939f-7513-4b06-8da2-b528c8e7ac56\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"sourcedId\": \"83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"eade7f33-0f32-464b-8ec7-b563e712cfba\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a54f8ef8-e10d-4fb3-8207-636821f0f2b2\",\n                \"sourcedId\": \"a54f8ef8-e10d-4fb3-8207-636821f0f2b2\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"sourcedId\": \"83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-03\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"bed37882-b238-4c2e-abe4-16ad90ec8b50\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-03T19:29:48.183Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c997db6b-60d9-4456-b57a-37a4f1304e1a\",\n                \"sourcedId\": \"c997db6b-60d9-4456-b57a-37a4f1304e1a\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"sourcedId\": \"83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-10\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c3d62f07-8e5a-4974-b6f8-389ef8b9c3d2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-10T14:04:45.323Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/58d5212a-22d8-4dbb-b6cc-5136fce74c4b\",\n                \"sourcedId\": \"58d5212a-22d8-4dbb-b6cc-5136fce74c4b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"sourcedId\": \"83bcaa44-3cbf-4213-af56-b9d1fe449d94\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-27\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"8dc2b60e-79e7-48f3-b197-5779b9ca5337\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-27T12:23:17.710Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/dc4c093f-d59b-4916-bba1-edfec3598d8f\",\n                \"sourcedId\": \"dc4c093f-d59b-4916-bba1-edfec3598d8f\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"sourcedId\": \"7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"17f3e013-1b52-4caa-a657-4c2e1dcac224\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ef640aa4-6c02-467b-b10c-6a3b14028d1e\",\n                \"sourcedId\": \"ef640aa4-6c02-467b-b10c-6a3b14028d1e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"sourcedId\": \"7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"d2c40790-c029-4d37-8f98-978bafaf726d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3e84fb69-7bdb-4f91-8efe-dc1485727a8c\",\n                \"sourcedId\": \"3e84fb69-7bdb-4f91-8efe-dc1485727a8c\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"sourcedId\": \"7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"998f171c-7da9-4601-b35c-982cf88e72b6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2bd2f980-7f3a-4f72-a98e-8679a19bcb14\",\n                \"sourcedId\": \"2bd2f980-7f3a-4f72-a98e-8679a19bcb14\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"sourcedId\": \"7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"08139f9f-b1bd-4435-adcd-314501fa8016\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-01T12:01:25.523Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/795db3df-7159-47b9-89b5-3891a016e394\",\n                \"sourcedId\": \"795db3df-7159-47b9-89b5-3891a016e394\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"sourcedId\": \"7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-28\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"12b87890-3900-41e8-9162-41978b3d3ef5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-28T17:45:54.147Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/1abd5657-2962-48bc-9c29-5a8fd64a0a80\",\n                \"sourcedId\": \"1abd5657-2962-48bc-9c29-5a8fd64a0a80\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"sourcedId\": \"7539b92a-5709-48c7-9207-37a01f32bb20\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-10-07\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"eae84ea0-b578-44e0-8217-52d2f1768d64\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-10-07T15:22:19.677Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/fa267525-fe33-45d3-903b-fa27c534f35c\",\n                \"sourcedId\": \"fa267525-fe33-45d3-903b-fa27c534f35c\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/3bf0784b-3ef9-441d-a694-44408a73888d\",\n                \"sourcedId\": \"3bf0784b-3ef9-441d-a694-44408a73888d\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"bbffb4a7-ea2d-4eb9-a168-87e04e9fb4c0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3ce53084-da8d-46c7-8129-67b2881e42b5\",\n                \"sourcedId\": \"3ce53084-da8d-46c7-8129-67b2881e42b5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/3bf0784b-3ef9-441d-a694-44408a73888d\",\n                \"sourcedId\": \"3bf0784b-3ef9-441d-a694-44408a73888d\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"121c0eb3-a831-445a-bb2a-33f0d406bffd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c997db6b-60d9-4456-b57a-37a4f1304e1a\",\n                \"sourcedId\": \"c997db6b-60d9-4456-b57a-37a4f1304e1a\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/3bf0784b-3ef9-441d-a694-44408a73888d\",\n                \"sourcedId\": \"3bf0784b-3ef9-441d-a694-44408a73888d\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-10\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"dd942265-c864-4e87-8445-ec3123b0bd21\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-10T14:04:45.323Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b24057b9-2a23-4911-9617-ae6675f9bd45\",\n                \"sourcedId\": \"b24057b9-2a23-4911-9617-ae6675f9bd45\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/3bf0784b-3ef9-441d-a694-44408a73888d\",\n                \"sourcedId\": \"3bf0784b-3ef9-441d-a694-44408a73888d\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-14\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c748d9d7-8e23-470b-be15-195f481de7bf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-30T12:58:59.087Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9f5f614b-e416-4d81-ba01-c69c7fcd20ed\",\n                \"sourcedId\": \"9f5f614b-e416-4d81-ba01-c69c7fcd20ed\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2abdeebe-98de-4c27-ae02-2fb2e22a7cb2\",\n                \"sourcedId\": \"2abdeebe-98de-4c27-ae02-2fb2e22a7cb2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"bafe3b24-bca4-46e0-9fa3-07951ba05b93\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3ce53084-da8d-46c7-8129-67b2881e42b5\",\n                \"sourcedId\": \"3ce53084-da8d-46c7-8129-67b2881e42b5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2abdeebe-98de-4c27-ae02-2fb2e22a7cb2\",\n                \"sourcedId\": \"2abdeebe-98de-4c27-ae02-2fb2e22a7cb2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"231fa81a-d0d0-4ca5-8cf7-d170f9d68ea5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/90ba3a5a-9c59-4853-a275-e625c2b824c0\",\n                \"sourcedId\": \"90ba3a5a-9c59-4853-a275-e625c2b824c0\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2abdeebe-98de-4c27-ae02-2fb2e22a7cb2\",\n                \"sourcedId\": \"2abdeebe-98de-4c27-ae02-2fb2e22a7cb2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"7d049130-f6f0-4df5-a4a4-66cf971c684a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3d2e12e8-2258-4184-af5a-aa5903bbcd06\",\n                \"sourcedId\": \"3d2e12e8-2258-4184-af5a-aa5903bbcd06\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/1c364bb3-1201-4287-afcf-fb361b987a3f\",\n                \"sourcedId\": \"1c364bb3-1201-4287-afcf-fb361b987a3f\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"2b6b2b06-6ff4-4bda-abed-c6e65f979cff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e5a38aa8-d3f1-4b0b-973c-58d3e80dc3d0\",\n                \"sourcedId\": \"e5a38aa8-d3f1-4b0b-973c-58d3e80dc3d0\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"sourcedId\": \"7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f5456af6-5ffb-4fe0-94cc-87692830ba3f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/5bb6c0bc-46c7-4684-bd51-83f9c0e094af\",\n                \"sourcedId\": \"5bb6c0bc-46c7-4684-bd51-83f9c0e094af\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"sourcedId\": \"7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"9cdc41b0-c883-4be9-b7ab-cbffe50de9cd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/02fd5c24-cc9b-4df1-bd84-30c438fb6881\",\n                \"sourcedId\": \"02fd5c24-cc9b-4df1-bd84-30c438fb6881\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"sourcedId\": \"7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f84d9f29-17fa-4952-ba20-1daea1393519\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d8659ac6-7303-4535-8ad3-1739517dbaac\",\n                \"sourcedId\": \"d8659ac6-7303-4535-8ad3-1739517dbaac\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"sourcedId\": \"7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"9c9b1ca8-6465-4edb-9e18-70b72934ba04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/55082196-d917-458b-8bcd-92bb0696cb29\",\n                \"sourcedId\": \"55082196-d917-458b-8bcd-92bb0696cb29\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"sourcedId\": \"7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"4aad02e3-b799-40d3-b7f9-7ad0e0785213\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cb966196-99b5-4863-991f-67bba4c46d10\",\n                \"sourcedId\": \"cb966196-99b5-4863-991f-67bba4c46d10\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"sourcedId\": \"7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"71f557a5-ab58-4a7e-9b7f-80126cec2734\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7c4d7951-e73e-4848-a74f-41fbbffbeb43\",\n                \"sourcedId\": \"7c4d7951-e73e-4848-a74f-41fbbffbeb43\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"sourcedId\": \"7e4ad353-ddbb-41c0-9536-438f1824f5e3\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"a598ff67-2875-4ee1-ac2b-d8366c9b2665\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/7180c7e5-8eae-4b2b-91f7-bba1cb88d209\",\n                \"sourcedId\": \"7180c7e5-8eae-4b2b-91f7-bba1cb88d209\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"ceef335a-edd3-4552-9642-ff943745b111\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2c8f7590-d1ba-4264-b414-844f305fb62b\",\n                \"sourcedId\": \"2c8f7590-d1ba-4264-b414-844f305fb62b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"2da05650-f850-4c81-9c82-556bb28629a8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d843878b-85bc-42d0-ad91-6f15c64bf4e4\",\n                \"sourcedId\": \"d843878b-85bc-42d0-ad91-6f15c64bf4e4\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"1a502c18-7525-40ec-b913-0b7fa9e8dfaf\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/00705e29-b40a-4122-b143-abe77547e4bd\",\n                \"sourcedId\": \"00705e29-b40a-4122-b143-abe77547e4bd\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"39f8baab-6a40-47d7-a5d2-0d6aefd1eaf0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/4a7d509f-5f32-4110-9166-a33516c458fc\",\n                \"sourcedId\": \"4a7d509f-5f32-4110-9166-a33516c458fc\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"f8313ed1-310b-4ec7-a2ef-f66fc673766f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0ac05910-e416-46b9-a0c2-73c189bcb826\",\n                \"sourcedId\": \"0ac05910-e416-46b9-a0c2-73c189bcb826\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"779a9979-0c05-4942-8079-e2ed84c0e5ff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b57c76a9-fdf2-4efe-9399-a8bc1267eacc\",\n                \"sourcedId\": \"b57c76a9-fdf2-4efe-9399-a8bc1267eacc\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"a4910f66-11f9-4055-aeb0-cf1247aa008d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6ddd56c3-493e-4495-bf06-4982d904ccce\",\n                \"sourcedId\": \"6ddd56c3-493e-4495-bf06-4982d904ccce\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-03\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"04ea1857-7994-42ad-837a-adf7ccd1fb0c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-03T16:59:19.010Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c14bad56-9724-4426-8b90-6ee239622d5e\",\n                \"sourcedId\": \"c14bad56-9724-4426-8b90-6ee239622d5e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"sourcedId\": \"5b2a07c7-a8ea-4d6d-820e-e6bfca2cc6f4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-14\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"761c0881-e6b2-453d-b848-e63c156aa19f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-14T11:23:13.930Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/80567669-665d-455c-9acc-5e97a3b6eb82\",\n                \"sourcedId\": \"80567669-665d-455c-9acc-5e97a3b6eb82\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/da284b5b-38ca-4a6f-b1c8-93b4f8b35d26\",\n                \"sourcedId\": \"da284b5b-38ca-4a6f-b1c8-93b4f8b35d26\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"0d8cadf3-3824-41d7-8f07-a08115554c37\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6f5a7c53-a922-48de-a382-e5972d62daec\",\n                \"sourcedId\": \"6f5a7c53-a922-48de-a382-e5972d62daec\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/da284b5b-38ca-4a6f-b1c8-93b4f8b35d26\",\n                \"sourcedId\": \"da284b5b-38ca-4a6f-b1c8-93b4f8b35d26\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"169b7c99-e933-459d-8c07-2f7e2a9ef2e8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-08T11:35:47.693Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/fd8cbfb0-b302-4a71-9c54-c3682b792aff\",\n                \"sourcedId\": \"fd8cbfb0-b302-4a71-9c54-c3682b792aff\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/da284b5b-38ca-4a6f-b1c8-93b4f8b35d26\",\n                \"sourcedId\": \"da284b5b-38ca-4a6f-b1c8-93b4f8b35d26\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"771a3429-1659-44a9-8014-4896f1a03560\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a4edc67c-94b7-4f70-bbc2-b26e9e310baa\",\n                \"sourcedId\": \"a4edc67c-94b7-4f70-bbc2-b26e9e310baa\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"41727236-f1b2-4e8c-b657-bf230757d1e3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-01T13:17:11.087Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d963ae12-3c9c-48a5-a8e6-629dcdfd0d09\",\n                \"sourcedId\": \"d963ae12-3c9c-48a5-a8e6-629dcdfd0d09\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"b5e725b2-d74f-400a-addd-6ccb133a7dda\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/66062653-eba7-440b-a254-af34c5d085b7\",\n                \"sourcedId\": \"66062653-eba7-440b-a254-af34c5d085b7\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"b468f3db-b7e3-4e52-8fcb-2f429d9058b8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c1b2d336-604b-43e2-a69f-79f016bd245d\",\n                \"sourcedId\": \"c1b2d336-604b-43e2-a69f-79f016bd245d\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"2e13716b-8bde-43fa-8ea0-7831a285b0d9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/49a174ea-3a52-45f9-8ab9-056f150cc6bd\",\n                \"sourcedId\": \"49a174ea-3a52-45f9-8ab9-056f150cc6bd\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"f5d3d565-29ae-4466-845e-ca1ef3f457bd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d8696d50-e7c5-46e0-ae13-ba92ae060443\",\n                \"sourcedId\": \"d8696d50-e7c5-46e0-ae13-ba92ae060443\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"c3b0e374-4d0f-49ac-b85d-b2d7ba218651\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0522d965-5711-4f53-9ecd-1b34ad2ddc4c\",\n                \"sourcedId\": \"0522d965-5711-4f53-9ecd-1b34ad2ddc4c\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"d66085b8-bbdc-47f7-bc59-acfed1f5c0ab\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b7b2365f-e976-4a84-9b29-914c8209b62b\",\n                \"sourcedId\": \"b7b2365f-e976-4a84-9b29-914c8209b62b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"c1dd672c-d288-4fdd-a25b-86b377e1bbf0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3f142f7d-e4a7-437a-9cd1-ed04f6b0fec5\",\n                \"sourcedId\": \"3f142f7d-e4a7-437a-9cd1-ed04f6b0fec5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"79014e60-60d3-4b69-8e47-84af1c531cb6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9101937a-c725-48cf-84d4-b08baf1c5239\",\n                \"sourcedId\": \"9101937a-c725-48cf-84d4-b08baf1c5239\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"83a00d7c-0f59-4280-9846-500d085b85d0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e0222cb3-da0f-47df-a9a4-eecbe486ec09\",\n                \"sourcedId\": \"e0222cb3-da0f-47df-a9a4-eecbe486ec09\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"387119e2-58a2-4efd-8aae-7b2900f7bda8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ebb8389b-61e6-4297-b35d-a45a59be427b\",\n                \"sourcedId\": \"ebb8389b-61e6-4297-b35d-a45a59be427b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"sourcedId\": \"d979d95b-eb55-43da-a744-01ec505e18e2\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-10\",\n            \"endDate\": \"2022-01-28\",\n            \"sourcedId\": \"58adba07-db4f-4c44-bec0-32ff365b00f8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-10T18:38:06.397Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/a4edc67c-94b7-4f70-bbc2-b26e9e310baa\",\n                \"sourcedId\": \"a4edc67c-94b7-4f70-bbc2-b26e9e310baa\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"218b9f3d-b2d2-4e56-895b-0dbc01621db8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-01T13:17:11.087Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d963ae12-3c9c-48a5-a8e6-629dcdfd0d09\",\n                \"sourcedId\": \"d963ae12-3c9c-48a5-a8e6-629dcdfd0d09\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b74574b9-d818-49f0-9b7b-cfffc402e6bc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/66062653-eba7-440b-a254-af34c5d085b7\",\n                \"sourcedId\": \"66062653-eba7-440b-a254-af34c5d085b7\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b212ffa0-59b5-47d9-9fff-bc9e94c6e5a3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c1b2d336-604b-43e2-a69f-79f016bd245d\",\n                \"sourcedId\": \"c1b2d336-604b-43e2-a69f-79f016bd245d\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"172ded40-2c3c-43ff-bfbe-c66682ccd9dd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/49a174ea-3a52-45f9-8ab9-056f150cc6bd\",\n                \"sourcedId\": \"49a174ea-3a52-45f9-8ab9-056f150cc6bd\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ec75f804-e89a-4600-b79f-54249f4001c2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d8696d50-e7c5-46e0-ae13-ba92ae060443\",\n                \"sourcedId\": \"d8696d50-e7c5-46e0-ae13-ba92ae060443\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"d86ff886-78b1-4b47-8c27-10291b6e1629\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/0522d965-5711-4f53-9ecd-1b34ad2ddc4c\",\n                \"sourcedId\": \"0522d965-5711-4f53-9ecd-1b34ad2ddc4c\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c5948683-80a5-43e3-b423-20d929d51701\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/b7b2365f-e976-4a84-9b29-914c8209b62b\",\n                \"sourcedId\": \"b7b2365f-e976-4a84-9b29-914c8209b62b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"0903bc14-4088-4c25-bc5f-3031581e480c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/3f142f7d-e4a7-437a-9cd1-ed04f6b0fec5\",\n                \"sourcedId\": \"3f142f7d-e4a7-437a-9cd1-ed04f6b0fec5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"5bbd922e-a979-40e8-8f2d-ba0a065b928c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9101937a-c725-48cf-84d4-b08baf1c5239\",\n                \"sourcedId\": \"9101937a-c725-48cf-84d4-b08baf1c5239\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ba32a0b7-cc8d-466a-9858-43d15b4ace3a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e0222cb3-da0f-47df-a9a4-eecbe486ec09\",\n                \"sourcedId\": \"e0222cb3-da0f-47df-a9a4-eecbe486ec09\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"6ffce579-2585-4e0e-a760-364abb0fdc1e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ebb8389b-61e6-4297-b35d-a45a59be427b\",\n                \"sourcedId\": \"ebb8389b-61e6-4297-b35d-a45a59be427b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"sourcedId\": \"163ecb2b-7989-459f-864c-ca7de76c24bf\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"272b29ae-fd07-4de1-87fd-c25f31536b56\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-10T18:38:06.397Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/806bb768-f820-417f-a3b3-753807acb8c9\",\n                \"sourcedId\": \"806bb768-f820-417f-a3b3-753807acb8c9\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b8ba8c05-a5a1-409b-91fd-2c38bf62f4aa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2399ace2-86b6-4fa6-9fbf-78c6d011bbc3\",\n                \"sourcedId\": \"2399ace2-86b6-4fa6-9fbf-78c6d011bbc3\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"42e5d6ea-9ac3-4988-a0ff-67c127ce5a69\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/2225fc17-bfb1-4308-bc35-9a158fa2fa96\",\n                \"sourcedId\": \"2225fc17-bfb1-4308-bc35-9a158fa2fa96\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f7b83759-217b-4c7d-83f2-4f4bd600f5c0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/054260b2-41f3-4129-88de-94a957f045c5\",\n                \"sourcedId\": \"054260b2-41f3-4129-88de-94a957f045c5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"2bcfc789-7a2d-4f4e-b787-743eaae9ccac\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/758b8431-4718-4e47-b61a-ccb60a57a2f3\",\n                \"sourcedId\": \"758b8431-4718-4e47-b61a-ccb60a57a2f3\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c2d41602-7f0a-4bf2-90d1-b9efad697644\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/94501811-18f7-45a4-b18c-4448fa3ac59b\",\n                \"sourcedId\": \"94501811-18f7-45a4-b18c-4448fa3ac59b\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f86b22c5-1d54-4224-a4a4-f7a33a7a1fb0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/f0090c5c-8cb3-477e-866a-44f5842ecbe6\",\n                \"sourcedId\": \"f0090c5c-8cb3-477e-866a-44f5842ecbe6\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"d30b153f-87c7-4085-a05e-81c42faecaab\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/5cedc17d-ce54-4280-bd23-3450c816be02\",\n                \"sourcedId\": \"5cedc17d-ce54-4280-bd23-3450c816be02\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"39511212-47a2-4661-859a-d27fcfefeb61\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/18a17f15-fef2-417a-a9f3-fcff36e555a7\",\n                \"sourcedId\": \"18a17f15-fef2-417a-a9f3-fcff36e555a7\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"d4a7b10a-8e04-4f4f-b07c-9256f86f5495\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-17T17:30:54.557Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cc3d0322-975a-45a7-90d9-d1e429223509\",\n                \"sourcedId\": \"cc3d0322-975a-45a7-90d9-d1e429223509\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"728e1655-6c62-473a-9f9f-cb15559a392b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-31T17:46:25.797Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e5c8bdad-9bd3-456a-b8bf-48d93ef6b03e\",\n                \"sourcedId\": \"e5c8bdad-9bd3-456a-b8bf-48d93ef6b03e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b997e0b1-8132-454a-97d6-15f01e6fcc0e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-01T12:03:44.267Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/401fe2b8-c0fe-4b3c-90ed-f2f14be9b956\",\n                \"sourcedId\": \"401fe2b8-c0fe-4b3c-90ed-f2f14be9b956\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b0eec981-2b80-4edc-8df0-e0d0621cbfba\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-01T13:24:16.930Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cbb5703d-075d-4cd2-b6c7-38bee965c256\",\n                \"sourcedId\": \"cbb5703d-075d-4cd2-b6c7-38bee965c256\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"38e2302a-e54a-407c-abca-552c8e83cb04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-01T14:34:10.500Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/dbcf5ce5-f500-44fd-85f5-8864e553df37\",\n                \"sourcedId\": \"dbcf5ce5-f500-44fd-85f5-8864e553df37\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"39970402-e013-455b-8e0b-c55bbc02faa9\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-01T16:41:12.767Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/ce745efe-805d-4ef3-82dc-531ff1bba430\",\n                \"sourcedId\": \"ce745efe-805d-4ef3-82dc-531ff1bba430\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"96f442e8-ba94-4640-bdb2-b711aa58c8a3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-03T14:32:26.023Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/828cf06c-f29c-4f1b-8b02-67f9a85d0bb3\",\n                \"sourcedId\": \"828cf06c-f29c-4f1b-8b02-67f9a85d0bb3\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"87c9b16f-6bd5-48c1-9087-478638f3bdf1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-08T11:26:19.577Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/85d4ad8d-cac7-4aba-9b74-23bf6c07b82a\",\n                \"sourcedId\": \"85d4ad8d-cac7-4aba-9b74-23bf6c07b82a\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"c1709fd7-9eb5-4233-a074-2e83b93cfa39\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-08T14:50:43.547Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/8df852c5-65c8-424b-ac6b-49fcb696dbdd\",\n                \"sourcedId\": \"8df852c5-65c8-424b-ac6b-49fcb696dbdd\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"1de4608e-1af2-4d04-a8da-fde2e8eb666c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-09T12:11:31.480Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/bf1e1faf-f06b-4b98-beec-e20c2c9ecdd9\",\n                \"sourcedId\": \"bf1e1faf-f06b-4b98-beec-e20c2c9ecdd9\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"sourcedId\": \"666df91e-3d2e-4f5e-b5ae-23df2ddc8150\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2022-01-29\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ad90b679-3ba2-4a31-a735-3741bbfaca25\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-09-10T15:16:44.507Z\"\n        }\n    ]\n}"}],"_postman_id":"21d0c5e4-8336-406f-b65f-270295fb527e"},{"name":"/Schools/{{School}}/Classes/{{Class}}/Enrollments","event":[{"listen":"test","script":{"id":"83c6fccc-5b9e-479a-bf2c-d9ce86307b45","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.schools[0].name).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].identifier).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.href).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].parent.type).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.schools[0].dateLastModified).to.be.an(\"string\");\r","\r","});"],"type":"text/javascript"}}],"id":"7a90e17f-0b2e-4caa-8dfb-f74ce9eae770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/classes/{{ClassSourcedID}}/enrollments","description":"<p>Returns information about rosters for class sections for a specific class section (includes students and teachers).</p>\n","urlObject":{"path":["schools","{{SchoolSourcedID}}","classes","{{ClassSourcedID}}","enrollments"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f719f2c5-fef3-4c69-9467-928f3d066032","name":"/Schools/{{School}}/Classes/{{Class}}/Enrollments","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/schools/{{SchoolSourcedID}}/classes/{{ClassSourcedID}}/enrollments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|6633f0b3-e66e-439b-beb7-c4690918dc1d|"},{"key":"X-Total-Count","value":"15"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:33:43 GMT"},{"key":"Content-Length","value":"12616"}],"cookie":[],"responseTime":null,"body":"{\n    \"enrollments\": [\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/26e3626c-9308-415e-8f45-e826bb4d2674\",\n                \"sourcedId\": \"26e3626c-9308-415e-8f45-e826bb4d2674\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"ae29ea17-64be-4c8d-af29-07df50c8bc47\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/9ebe382e-2356-49a5-a705-90f73a2a305c\",\n                \"sourcedId\": \"9ebe382e-2356-49a5-a705-90f73a2a305c\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"9246bfca-c19e-4da2-9a8b-f4e9fa720825\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/64652794-d547-46c7-afe4-7fc2b51b8359\",\n                \"sourcedId\": \"64652794-d547-46c7-afe4-7fc2b51b8359\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"d7467b15-2a19-4d96-aad8-c9a9d30632e6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/26a06eb1-e365-44cb-a3a7-d076828a1de8\",\n                \"sourcedId\": \"26a06eb1-e365-44cb-a3a7-d076828a1de8\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"d036b71a-521e-41c9-93b5-eb8c456bb36a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/350f0993-5333-4db5-84f1-ff4f6cb687a5\",\n                \"sourcedId\": \"350f0993-5333-4db5-84f1-ff4f6cb687a5\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"8127f873-f284-4f20-b8d7-945d0f430c10\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e252e036-1593-49e2-8058-31b6b026ba23\",\n                \"sourcedId\": \"e252e036-1593-49e2-8058-31b6b026ba23\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"04f0ec8d-5742-4bda-8006-578ee7d47c13\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/cd5218d0-d66c-4290-9dd7-3e1ac0d1232e\",\n                \"sourcedId\": \"cd5218d0-d66c-4290-9dd7-3e1ac0d1232e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"16c8fee2-61c0-4d62-9a27-fdadf4968dad\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/d37637a3-e4ee-46d9-aa89-2bb31d129195\",\n                \"sourcedId\": \"d37637a3-e4ee-46d9-aa89-2bb31d129195\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"0900c6d9-8459-452f-8ade-e10e055884fb\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/830eccd5-2e03-430d-8d39-818c10af8a06\",\n                \"sourcedId\": \"830eccd5-2e03-430d-8d39-818c10af8a06\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"94574994-7cfe-49d3-857c-a7f73c16d50b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6f1a8bcd-2c0f-4ac4-b2ee-c736e096051e\",\n                \"sourcedId\": \"6f1a8bcd-2c0f-4ac4-b2ee-c736e096051e\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"b16bb5e9-4e78-40e5-918e-7c22aed20d36\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/6c441a96-b0c4-4bb7-b452-2e9de6e93d99\",\n                \"sourcedId\": \"6c441a96-b0c4-4bb7-b452-2e9de6e93d99\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"f363d623-934e-4511-bd14-ced67d404efc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/fd8cbfb0-b302-4a71-9c54-c3682b792aff\",\n                \"sourcedId\": \"fd8cbfb0-b302-4a71-9c54-c3682b792aff\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"7fd384d3-e7f1-4e48-b3e9-0a7cd92b1ba3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c11a20e5-9230-44f5-8e80-62ee196029b9\",\n                \"sourcedId\": \"c11a20e5-9230-44f5-8e80-62ee196029b9\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"student\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"dad6bef8-f8a0-4a88-8243-23231c6b8707\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-30T21:33:56.460Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/e71c0006-b47e-4e88-b207-1f536651ec4c\",\n                \"sourcedId\": \"e71c0006-b47e-4e88-b207-1f536651ec4c\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"teacher\",\n            \"primary\": \"false\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"fca9b710-4608-4c0b-a285-616a850f7fe3\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-11T22:26:32.107Z\"\n        },\n        {\n            \"user\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/users/c6cb8dff-b9ee-4637-818c-4f6cee53f555\",\n                \"sourcedId\": \"c6cb8dff-b9ee-4637-818c-4f6cee53f555\",\n                \"type\": \"user\"\n            },\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/schools/2ee1d95e-accc-4af1-b3fc-81956304ace4/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"school\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/orgs/2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"sourcedId\": \"2ee1d95e-accc-4af1-b3fc-81956304ace4\",\n                \"type\": \"org\"\n            },\n            \"role\": \"teacher\",\n            \"primary\": \"true\",\n            \"beginDate\": \"2021-09-01\",\n            \"endDate\": \"2022-12-30\",\n            \"sourcedId\": \"47b884a8-4299-4734-99e3-bebbbd539f1a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-16T13:04:27.310Z\"\n        }\n    ]\n}"}],"_postman_id":"7a90e17f-0b2e-4caa-8dfb-f74ce9eae770"}],"id":"3e9a3860-72cd-44b3-acea-1228c1685bdc","description":"<p>The Enrollments object provides information about rosters for each course section. Each “enrollment” roster contains both faculty and students assigned to the section; this includes all faculty currently assigned to this class section in the master schedule and all students who are currently enrolled and currently scheduled for this class section.</p>\n<p>This object only returns data for schedules that are currently published (this means that the master schedule is locked and today is after the publish date for that master schedule). In addition, data will only be returned for class sections that meet the following criteria:</p>\n<ul>\n<li>The course is marked as “Active” in the Course Catalog</li>\n<li>The course has at least one class section scheduled in the master schedule</li>\n<li>At least one individual (either a teacher or a student) is assigned to the section</li>\n</ul>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br /><br />user<br /><br /><ul><li><p>href</p></li><li><p>sourcedId</p></li><li><p>type</p></li></ul><br /><br /></td>\n<td><br /><br />Array<br /><br /><ul><li><p>URI</p></li><li><p>GUID</p></li><li><p>Enum (GUIDType)</p></li></ul><br /><br /></td>\n<td><br /><br />Description:<br /><br /><ul><li><p>Reference to user</p></li><li><p>The unique identifier (GUID_ID) of the individual user</p></li><li><p>Always returns “user”</p></li></ul><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />class<br /><br /><ul><li><p>href</p></li><li><p>sourcedId</p></li><li><p>type</p></li></ul><br /><br /></td>\n<td><br /><br />Array<br /><br /><ul><li><p>URI</p></li><li><p>GUID</p></li><li><p>Enum (GUIDType)</p></li></ul><br /><br /></td>\n<td><br /><br />Description:<br /><br /><ul><li><p>References the class section to which these individuals are assigned.</p></li><li><p>The unique identifier (GUID_ID) of the class section to which this roster belongs</p></li><li><p>Always returns “class”</p></li></ul><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />school<br /><br /><ul><li><p>href</p></li><li><p>sourcedId</p></li><li><p>type</p></li></ul><br /><br /></td>\n<td><br /><br />Array:<br /><br /><ul><li><p>URI</p></li><li><p>GUID</p></li><li><p>Enum (GUIDType)</p></li></ul><br /><br /></td>\n<td><br /><br />Description:<br /><br /><ul><li><p>References the building school level to which this class section is assigned.</p></li><li><p>The unique identifier (GUID_ID) of the building school level to which this roster belongs</p></li><li><p>Always returns “org”</p></li></ul><br /><br /></td>\n</tr>\n<tr>\n<td>role</td>\n<td>Enum (RoleType)</td>\n<td>Possible values: “student” or “teacher”</td>\n</tr>\n<tr>\n<td>primary</td>\n<td>Boolean</td>\n<td>For teachers, indicates whether or the teacher is the top-ranked teacher for that section.  <br />For students, “true” if the course is scheduled in the student’s primary enrollment and “false” if it is scheduled in an alternate enrollment.</td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td>GUID</td>\n<td>The unique identifier (GUID_ID) of this roster</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Enum (StatusType)</td>\n<td>Always returns “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td>Always displays current date</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3e9a3860-72cd-44b3-acea-1228c1685bdc"},{"name":"Grade Book (Assignments & Scores)","item":[{"name":"Categories","item":[{"name":"/Categories","event":[{"listen":"test","script":{"id":"e3ce58a7-3d7c-4129-8586-05bc96a4a520","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.lineItems[0].title).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].description).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].assignDate).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].dueDate).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].resultValueMin).to.be.a(\"number\");\r","    pm.expect(responseJson.lineItems[0].resultValueMax).to.be.an(\"number\");\r","    pm.expect(responseJson.lineItems[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].dateLastModified).to.be.an(\"string\");\r","\r","})"],"type":"text/javascript"}}],"id":"05e31c00-6d91-4548-bd30-f18c4a901614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}//categories","description":"<p>Retrieves information about all grade book categories.</p>\n","urlObject":{"path":["","categories"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"4c7ab9bc-da2f-486e-8e64-9d1137e23e5b","name":"/Categories","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}//categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|c67600e6-c214-45ca-a400-ef76d923534d|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=c67600e6-c214-45ca-a400-ef76d923534d; path=/"},{"key":"X-Total-Count","value":"10814"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 15:22:57 GMT"},{"key":"Content-Length","value":"18715"}],"cookie":[],"responseTime":null,"body":"{\n    \"categories\": [\n        {\n            \"title\": \"Pre Test\",\n            \"sourcedId\": \"d04cb83b-8f6d-4f27-83de-fe6d40b4fd46\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-08-25\",\n            \"metadata\": {\n                \"classId\": \"69c7cc86-ab83-409d-a832-b911dcab9148\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"6143c505-62d1-41b3-af83-082972d6817b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f5d13d2f-4431-454d-8f47-6088cf916d9f\"\n            }\n        },\n        {\n            \"title\": \"Quiz\",\n            \"sourcedId\": \"f4a50679-b554-47aa-804a-873d2d07fd42\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f5d13d2f-4431-454d-8f47-6088cf916d9f\"\n            }\n        },\n        {\n            \"title\": \"Class/Homework\",\n            \"sourcedId\": \"ebdc82b0-91e6-4317-9c97-b1ad110fd6ee\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f5d13d2f-4431-454d-8f47-6088cf916d9f\"\n            }\n        },\n        {\n            \"title\": \"Organization \",\n            \"sourcedId\": \"9879ca1f-28b3-43ba-8ea7-5ffc246de44a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f5d13d2f-4431-454d-8f47-6088cf916d9f\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"2892df7e-20fa-4918-a2ac-d1eb640ade55\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bd6a80da-4ec6-4a53-b075-5d17fb49cee2\"\n            }\n        },\n        {\n            \"title\": \"Quiz\",\n            \"sourcedId\": \"6bfb1e04-8a21-4670-a0fb-12c3b2f83635\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bd6a80da-4ec6-4a53-b075-5d17fb49cee2\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"60115b52-ac38-44fa-952c-7f5e1d453bf6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bd6a80da-4ec6-4a53-b075-5d17fb49cee2\"\n            }\n        },\n        {\n            \"title\": \"Regents Prep/Vocab\",\n            \"sourcedId\": \"49483a51-8519-48ed-8441-d238d4463225\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bd6a80da-4ec6-4a53-b075-5d17fb49cee2\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"5ae538b5-297a-45fb-b518-fb99ee806c63\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e7fd33da-d347-406d-895d-55c29dfbc16d\"\n            }\n        },\n        {\n            \"title\": \"Quiz\",\n            \"sourcedId\": \"1ed68549-7be7-49cd-8cda-d9adf5d5d6be\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e7fd33da-d347-406d-895d-55c29dfbc16d\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"76744ac1-5a43-42a9-b9db-a20aecba1749\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e7fd33da-d347-406d-895d-55c29dfbc16d\"\n            }\n        },\n        {\n            \"title\": \"Regents Prep/Vocab\",\n            \"sourcedId\": \"8491fc6a-f633-494a-8502-f7616274bf31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e7fd33da-d347-406d-895d-55c29dfbc16d\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"aa08010e-d2ab-45fc-80d2-a6dd1cee63d0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"623b59da-b890-4dbf-8906-e6b4d354fa59\"\n            }\n        },\n        {\n            \"title\": \"Quiz\",\n            \"sourcedId\": \"aaf57b04-011f-4ffe-b007-4272614efe9a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"623b59da-b890-4dbf-8906-e6b4d354fa59\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"5492f1c0-1906-429d-bf76-26b7c2c83895\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"623b59da-b890-4dbf-8906-e6b4d354fa59\"\n            }\n        },\n        {\n            \"title\": \"Regents Prep/Vocab\",\n            \"sourcedId\": \"3b5d63a4-f01b-48d5-8138-7d76431610b8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"623b59da-b890-4dbf-8906-e6b4d354fa59\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"f4df041e-9bf6-4179-9073-360084583e17\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"d00fd683-310b-4c89-8521-d020ea1a2a86\"\n            }\n        },\n        {\n            \"title\": \"Tests & Quizzes\",\n            \"sourcedId\": \"40e58142-9f93-4f5c-9a69-43535d78e73f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"d00fd683-310b-4c89-8521-d020ea1a2a86\"\n            }\n        },\n        {\n            \"title\": \"Participation & Behavior\",\n            \"sourcedId\": \"512ff97a-d6b8-4ac9-bbf6-46483c5c6019\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"d00fd683-310b-4c89-8521-d020ea1a2a86\"\n            }\n        },\n        {\n            \"title\": \"Notebook\",\n            \"sourcedId\": \"b4f42e5f-da62-43a6-a75d-a6d3b465c23c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"d00fd683-310b-4c89-8521-d020ea1a2a86\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"9c5b62f4-80b6-4532-8cbb-54e4eafbc76d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"133198ac-0f07-4705-8302-baaa499e9ae4\"\n            }\n        },\n        {\n            \"title\": \"Quiz\",\n            \"sourcedId\": \"7e2a0745-2274-43b1-8fb0-9cd4fb9ca778\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"133198ac-0f07-4705-8302-baaa499e9ae4\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"0f4123a5-d468-4e6f-86da-bbdee278ef3a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"133198ac-0f07-4705-8302-baaa499e9ae4\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"ee89c460-edce-40b3-9cb4-9540a284d4f4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"133198ac-0f07-4705-8302-baaa499e9ae4\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"b1a9581a-d328-4051-9506-70a3f725ab37\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"a2df59eb-43ec-406f-a622-02657680d361\"\n            }\n        },\n        {\n            \"title\": \"Tests and Quizzes\",\n            \"sourcedId\": \"7c7944fa-f503-4aa1-884e-b9aab742ca36\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"a2df59eb-43ec-406f-a622-02657680d361\"\n            }\n        },\n        {\n            \"title\": \"Student Work\",\n            \"sourcedId\": \"0a6afdb1-b536-4252-98d0-dc3f57c52ec6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"a2df59eb-43ec-406f-a622-02657680d361\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"4befa891-1bbf-4b28-88b9-20344c879599\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"aa500341-1ce9-41a6-8d3a-bbec05ac7d1b\"\n            }\n        },\n        {\n            \"title\": \"Tests & Quizzes\",\n            \"sourcedId\": \"ec369fb6-81f5-4c1b-abdd-4b612b6bacbe\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"aa500341-1ce9-41a6-8d3a-bbec05ac7d1b\"\n            }\n        },\n        {\n            \"title\": \"Participation & Behavior\",\n            \"sourcedId\": \"caafcd81-06a2-4320-a738-0e7175a7d84c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"aa500341-1ce9-41a6-8d3a-bbec05ac7d1b\"\n            }\n        },\n        {\n            \"title\": \"Notebook\",\n            \"sourcedId\": \"03db01ed-e65a-4c44-aaaf-9cfea2c3b094\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"aa500341-1ce9-41a6-8d3a-bbec05ac7d1b\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"df6f7966-9aa7-4827-8692-6797a80e9f37\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"8cc4f602-9415-4ea0-b208-2fdb4e4bfa2d\"\n            }\n        },\n        {\n            \"title\": \"Tests & Quizzes\",\n            \"sourcedId\": \"0cfd34ef-f813-41a5-8e7a-9e2692b39092\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"8cc4f602-9415-4ea0-b208-2fdb4e4bfa2d\"\n            }\n        },\n        {\n            \"title\": \"Participation & Behavior\",\n            \"sourcedId\": \"a85e59a5-dd9b-4201-be93-0f80670b0fe5\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"8cc4f602-9415-4ea0-b208-2fdb4e4bfa2d\"\n            }\n        },\n        {\n            \"title\": \"Notebook\",\n            \"sourcedId\": \"02a58cd9-c247-4ce2-a404-619328f1cb04\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"8cc4f602-9415-4ea0-b208-2fdb4e4bfa2d\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"54377b80-b684-4389-a7aa-abe8719ebdd8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"b102cdaa-ee13-429f-8c96-3cb766653f62\"\n            }\n        },\n        {\n            \"title\": \"Tests & Quizzes\",\n            \"sourcedId\": \"66425b36-e272-461c-92f5-b4038c8ef038\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"b102cdaa-ee13-429f-8c96-3cb766653f62\"\n            }\n        },\n        {\n            \"title\": \"Participation & Behavior\",\n            \"sourcedId\": \"26485e4f-7ee7-4f33-a243-26fbc4ad8a32\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"b102cdaa-ee13-429f-8c96-3cb766653f62\"\n            }\n        },\n        {\n            \"title\": \"Notebook\",\n            \"sourcedId\": \"b3809642-3abd-43f1-866a-531ee0ae3dae\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"b102cdaa-ee13-429f-8c96-3cb766653f62\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"e421ce03-25f8-4abe-a67b-a9dc33205599\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f40b1f58-86f7-4749-8d4f-1db6e4a3ca53\"\n            }\n        },\n        {\n            \"title\": \"Tests and Quizzes\",\n            \"sourcedId\": \"388720f0-d8fb-4f58-bfa1-08262b1ab89d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f40b1f58-86f7-4749-8d4f-1db6e4a3ca53\"\n            }\n        },\n        {\n            \"title\": \"Student Work\",\n            \"sourcedId\": \"78ee1e3d-cd58-49ee-9b90-9e7f3546334d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f40b1f58-86f7-4749-8d4f-1db6e4a3ca53\"\n            }\n        },\n        {\n            \"title\": \"Writing and Exam\",\n            \"sourcedId\": \"952ea693-4a78-4b99-ae28-1bbab545d0d1\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f578568b-83aa-40c4-97bb-f7e326d8b331\"\n            }\n        },\n        {\n            \"title\": \"WWA\",\n            \"sourcedId\": \"86c1f635-e49e-4bcd-bd2c-e5cee2d00c5d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f578568b-83aa-40c4-97bb-f7e326d8b331\"\n            }\n        },\n        {\n            \"title\": \"HW and Quiz\",\n            \"sourcedId\": \"ee49aacc-9057-4cc5-9616-6d77e9694b71\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f578568b-83aa-40c4-97bb-f7e326d8b331\"\n            }\n        },\n        {\n            \"title\": \"Participation and SR\",\n            \"sourcedId\": \"d671d5ec-bc83-425e-a129-010529869e0e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f578568b-83aa-40c4-97bb-f7e326d8b331\"\n            }\n        },\n        {\n            \"title\": \"Writing and Exam\",\n            \"sourcedId\": \"bf89ca01-e153-4f5f-84a5-6b985acc6a6b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"c61d5b13-d61d-4e7c-8246-ebc9f1e847e5\"\n            }\n        },\n        {\n            \"title\": \"Participation and SR\",\n            \"sourcedId\": \"d5529469-667f-4232-9071-a5b87cd914a8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"c61d5b13-d61d-4e7c-8246-ebc9f1e847e5\"\n            }\n        },\n        {\n            \"title\": \"HW and Quiz\",\n            \"sourcedId\": \"17112fee-29d7-4754-80fe-933a93ce6a31\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"c61d5b13-d61d-4e7c-8246-ebc9f1e847e5\"\n            }\n        },\n        {\n            \"title\": \"WWA\",\n            \"sourcedId\": \"6b43cbc6-0d25-4212-b953-39904d142004\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"c61d5b13-d61d-4e7c-8246-ebc9f1e847e5\"\n            }\n        },\n        {\n            \"title\": \"HW and Quiz\",\n            \"sourcedId\": \"4355edb7-b55a-4102-af79-0a6c8886b808\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e82f9cf2-e344-499c-bb2d-eef91998bc39\"\n            }\n        },\n        {\n            \"title\": \"Writing and Exam\",\n            \"sourcedId\": \"02ba99a9-dfc5-42c9-b8e0-6d7253b8176d\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e82f9cf2-e344-499c-bb2d-eef91998bc39\"\n            }\n        },\n        {\n            \"title\": \"WWA\",\n            \"sourcedId\": \"44dcc53b-ea2c-4627-926a-ab3432eed21e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e82f9cf2-e344-499c-bb2d-eef91998bc39\"\n            }\n        },\n        {\n            \"title\": \"Participation and SR\",\n            \"sourcedId\": \"805118d6-a3bb-4b1f-8b1b-16efab5baa2c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e82f9cf2-e344-499c-bb2d-eef91998bc39\"\n            }\n        },\n        {\n            \"title\": \"Writing and Exam\",\n            \"sourcedId\": \"4054616c-5a25-4832-bfdb-e1101561818a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"cc5615a1-89a6-403f-b05b-bcca5215407b\"\n            }\n        },\n        {\n            \"title\": \"Participation and SR\",\n            \"sourcedId\": \"1522496e-4516-423b-8120-310a96574961\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"cc5615a1-89a6-403f-b05b-bcca5215407b\"\n            }\n        },\n        {\n            \"title\": \"HW and Quiz\",\n            \"sourcedId\": \"5683d5b3-279c-45ea-8df4-6dbe15c47d97\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"cc5615a1-89a6-403f-b05b-bcca5215407b\"\n            }\n        },\n        {\n            \"title\": \"WWA\",\n            \"sourcedId\": \"da03c79a-5e02-4b96-a386-ab80cf296663\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"cc5615a1-89a6-403f-b05b-bcca5215407b\"\n            }\n        },\n        {\n            \"title\": \"Writing\",\n            \"sourcedId\": \"373a2b35-4aea-4631-ab86-a7cee573f60f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bed515c9-161b-4a57-94a2-210e613c22fd\"\n            }\n        },\n        {\n            \"title\": \"Participation / SR\",\n            \"sourcedId\": \"79d1a441-447e-4c31-a1b5-ccc59a1a18a7\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bed515c9-161b-4a57-94a2-210e613c22fd\"\n            }\n        },\n        {\n            \"title\": \"WWA\",\n            \"sourcedId\": \"89856939-6d81-4d75-ae84-7aaa5c932c11\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bed515c9-161b-4a57-94a2-210e613c22fd\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"3bb6249c-7f09-4b7d-9308-45d0574a230a\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bda8c400-2f6f-4e5e-b2fd-1cd5f76a5bb7\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"3a1d74ef-46c2-4e32-b4d8-9bda4c67d9c0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bda8c400-2f6f-4e5e-b2fd-1cd5f76a5bb7\"\n            }\n        },\n        {\n            \"title\": \"Quiz/Test\",\n            \"sourcedId\": \"bffcaf07-ea02-49a5-9196-97a0b3a60470\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"bda8c400-2f6f-4e5e-b2fd-1cd5f76a5bb7\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"8d2cb5b5-7964-49e2-bd82-4606eb6866ff\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"a2ea1f72-cf37-4787-a084-90436fdc268d\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"a9166886-a682-4a51-96a2-ddf7d23d7ea8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"a2ea1f72-cf37-4787-a084-90436fdc268d\"\n            }\n        },\n        {\n            \"title\": \"Quiz/Test\",\n            \"sourcedId\": \"1f29d2e5-03a9-4793-8ac8-493fc9b48160\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"a2ea1f72-cf37-4787-a084-90436fdc268d\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"9c7748ac-8238-4eb2-b6b7-d9f8354e7247\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"03af90f3-b99c-4498-ad50-1b59855401ab\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"c8da625d-2452-46aa-b433-08b649fa8946\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"03af90f3-b99c-4498-ad50-1b59855401ab\"\n            }\n        },\n        {\n            \"title\": \"Quiz/Test\",\n            \"sourcedId\": \"b4cc786e-a6e2-463b-8611-feed727df5e8\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"03af90f3-b99c-4498-ad50-1b59855401ab\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"34a5792e-8fcd-4f15-ab7f-525a2337673b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"4aae0a33-1408-4620-bc53-5746ba6225a1\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"4767791d-30a1-4b32-b9b6-b243ac70a057\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1a3bbe81-7058-486a-93c5-cde713deee7d\"\n            }\n        },\n        {\n            \"title\": \"Tests and Quizzes\",\n            \"sourcedId\": \"299621d3-e5b1-4aa8-bad7-c8236ffc3ca6\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"4aae0a33-1408-4620-bc53-5746ba6225a1\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"961654ee-59b6-43a5-9f70-3533cc78d3ae\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1a3bbe81-7058-486a-93c5-cde713deee7d\"\n            }\n        },\n        {\n            \"title\": \"Quiz/Test\",\n            \"sourcedId\": \"b23193fc-47ba-481e-86c7-06eafdd87809\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1a3bbe81-7058-486a-93c5-cde713deee7d\"\n            }\n        },\n        {\n            \"title\": \"Student Work\",\n            \"sourcedId\": \"5728affe-1b3c-44bb-bf3a-81cbaaf75542\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"4aae0a33-1408-4620-bc53-5746ba6225a1\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"685c8271-5e0a-4e5a-b4f0-0ed80e202543\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"559d9617-a4a9-48aa-a7ab-8947b584d272\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"3d0f074e-cef9-41b0-9c5c-7f3b5cf300b4\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"0130a06b-5032-48fa-8c19-99a185438925\"\n            }\n        },\n        {\n            \"title\": \"Homework\",\n            \"sourcedId\": \"1308581e-2de2-4514-9a9f-a089c4360f76\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"559d9617-a4a9-48aa-a7ab-8947b584d272\"\n            }\n        },\n        {\n            \"title\": \"Quiz/Test\",\n            \"sourcedId\": \"9a71fb4c-2498-414b-a59d-939cb69fb4cd\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"559d9617-a4a9-48aa-a7ab-8947b584d272\"\n            }\n        },\n        {\n            \"title\": \"Tests and Quizzes\",\n            \"sourcedId\": \"aad8f733-3986-4745-9833-36a27dbbd08f\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"0130a06b-5032-48fa-8c19-99a185438925\"\n            }\n        },\n        {\n            \"title\": \"Student Work\",\n            \"sourcedId\": \"765782df-15a8-4685-8b9e-387404b55a9b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"0130a06b-5032-48fa-8c19-99a185438925\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"956db7f7-839c-4f09-beae-7f54839e8aef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1b7c37d7-c7f0-4d72-91ce-996005a8a826\"\n            }\n        },\n        {\n            \"title\": \"Tests and Quizzes\",\n            \"sourcedId\": \"d7325438-1363-442d-bed3-39624886e435\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1b7c37d7-c7f0-4d72-91ce-996005a8a826\"\n            }\n        },\n        {\n            \"title\": \"Student Work\",\n            \"sourcedId\": \"90e71914-8c98-44ac-bb42-23257be932ae\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1b7c37d7-c7f0-4d72-91ce-996005a8a826\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"bdc4adab-629c-47f4-a5f9-ae5094e2ef0e\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e2479d72-386e-4e5e-b4b7-7fc0f6c482bc\"\n            }\n        },\n        {\n            \"title\": \"Tests and Quizzes\",\n            \"sourcedId\": \"5c9bb074-c4bd-4cc5-bb60-870dcc9dcc3b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e2479d72-386e-4e5e-b4b7-7fc0f6c482bc\"\n            }\n        },\n        {\n            \"title\": \"Student Work\",\n            \"sourcedId\": \"15791f12-3c9e-42da-8c55-6ab3ea757bf2\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e2479d72-386e-4e5e-b4b7-7fc0f6c482bc\"\n            }\n        },\n        {\n            \"title\": \"Lab\",\n            \"sourcedId\": \"a0247a24-3cc6-4a1a-8aa8-36eccf6b733b\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1b290c8c-d75f-4be4-9dd0-845f74c3265f\"\n            }\n        },\n        {\n            \"title\": \"Homework/Quiz\",\n            \"sourcedId\": \"0f170908-efab-4ae3-8f08-cab43ec293fc\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1b290c8c-d75f-4be4-9dd0-845f74c3265f\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"348a9cfc-7441-49ce-a0fe-ad804881f1ef\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"1b290c8c-d75f-4be4-9dd0-845f74c3265f\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"95e64cb4-b1d5-432d-a331-1d45205c06de\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"d7014473-2209-41c4-ae4d-f47d9a46dccc\"\n            }\n        },\n        {\n            \"title\": \"Homework and Quiz\",\n            \"sourcedId\": \"b7926681-df6b-44dd-a03c-51e3b4307143\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e7350bdc-8530-4867-b63f-e15ae045f1ab\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"c9857d03-be73-4bd1-b046-d629169fe475\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e7350bdc-8530-4867-b63f-e15ae045f1ab\"\n            }\n        },\n        {\n            \"title\": \"Lab\",\n            \"sourcedId\": \"349b48fe-f328-4918-9752-3b5471b67c4c\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"e7350bdc-8530-4867-b63f-e15ae045f1ab\"\n            }\n        },\n        {\n            \"title\": \"Lab\",\n            \"sourcedId\": \"5fcd1923-7328-44fc-90e2-29efb15fd882\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"fbe96e22-7739-4229-a250-512b70f73f25\"\n            }\n        },\n        {\n            \"title\": \"Test\",\n            \"sourcedId\": \"e7de646e-57c8-4921-b273-12ce246a33b0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"fbe96e22-7739-4229-a250-512b70f73f25\"\n            }\n        },\n        {\n            \"title\": \"Homework and Quiz\",\n            \"sourcedId\": \"58360566-c1b8-4b3b-9e63-8dfe900836e0\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"fbe96e22-7739-4229-a250-512b70f73f25\"\n            }\n        },\n        {\n            \"title\": \"Lab\",\n            \"sourcedId\": \"b4e32926-3028-4aba-9d9a-8775e8f66ffa\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"f38c9d54-6423-4dc3-8e82-479b8bccfce0\"\n            }\n        }\n    ]\n}"}],"_postman_id":"05e31c00-6d91-4548-bd30-f18c4a901614"},{"name":"/Categories for a specific class section","event":[{"listen":"test","script":{"id":"e3ce58a7-3d7c-4129-8586-05bc96a4a520","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.lineItems[0].title).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].description).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].assignDate).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].dueDate).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].resultValueMin).to.be.a(\"number\");\r","    pm.expect(responseJson.lineItems[0].resultValueMax).to.be.an(\"number\");\r","    pm.expect(responseJson.lineItems[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].dateLastModified).to.be.an(\"string\");\r","\r","})"],"type":"text/javascript"}}],"id":"d0b16aac-926f-4a50-becf-e02ff3de7f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/categories?filter=metadata.classId%3D%27{{ClassSourcedID}}%27","urlObject":{"path":["","categories"],"host":["{{URL}}"],"query":[{"description":{"content":"<p>returns results only for the specified Class </p>\n","type":"text/plain"},"key":"filter","value":"metadata.classId%3D%27{{ClassSourcedID}}%27"}],"variable":[]}},"response":[{"id":"1453c77c-1074-41d0-96f1-9a97150e9269","name":"/Categories for a specific class section","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":{"raw":"{{URL}}/categories?filter=metadata.classId%3D%27{{ClassSourcedID}}%27%20","host":["{{URL}}"],"path":["","categories"],"query":[{"key":"filter","value":"metadata.classId%3D%27{{ClassSourcedID}}%27%20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|5ea6b622-75d2-4654-a110-1bac571f366d|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=5ea6b622-75d2-4654-a110-1bac571f366d; path=/"},{"key":"X-Total-Count","value":"3"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Fri, 27 Aug 2021 22:06:51 GMT"},{"key":"Content-Length","value":"588"}],"cookie":[],"responseTime":null,"body":"{\n    \"categories\": [\n        {\n            \"title\": \"Tests/Quizzes\",\n            \"sourcedId\": \"e57723c9-34b4-4dd3-af7b-53ff313c0280\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"0c618003-01ab-4b85-b52e-51b5c75d37c8\"\n            }\n        },\n        {\n            \"title\": \"Classwork/Homework\",\n            \"sourcedId\": \"4d9d5808-6b53-4ba9-8bc9-f40068542d71\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"0c618003-01ab-4b85-b52e-51b5c75d37c8\"\n            }\n        },\n        {\n            \"title\": \"Participation\",\n            \"sourcedId\": \"3d8501b7-ba06-454e-a741-42e8b592e748\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-06-11\",\n            \"metadata\": {\n                \"classId\": \"0c618003-01ab-4b85-b52e-51b5c75d37c8\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d0b16aac-926f-4a50-becf-e02ff3de7f1d"}],"id":"c619aad7-69d4-4c00-af3e-390a0add7e37","description":"<p>The Categories object returns information about grade book categories for a single class section. This object only returns data for the default/active grade book for a course section. </p>\n<p>Note:  When calling this GET, an optional filter of “metadata.classId” is available, where the classId value is the GUID (sourcedId) of the class section for which you wish to return grade book categories. Please note that the filter string should be encoded (using “%3D” rather than an “=” symbol and “%27” in place of quotation marks).</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>Category name</td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td>GUID</td>\n<td>The unique identifier (GUID_ID) of the SchoolTool grade book category for the specified class section</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Enum (StatusType)</td>\n<td>Always returns “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td>Always displays current date</td>\n</tr>\n<tr>\n<td>metadata: classId</td>\n<td>GUID</td>\n<td>The sourcedId for the class section (the unique identifier (GUID_ID) of the class section to which this category belongs)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c619aad7-69d4-4c00-af3e-390a0add7e37"},{"name":"LineItems (Assignments)","item":[{"name":"/LineItems","event":[{"listen":"test","script":{"id":"e3ce58a7-3d7c-4129-8586-05bc96a4a520","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.lineItems[0].title).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].description).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].assignDate).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].dueDate).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].resultValueMin).to.be.a(\"number\");\r","    pm.expect(responseJson.lineItems[0].resultValueMax).to.be.an(\"number\");\r","    pm.expect(responseJson.lineItems[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].dateLastModified).to.be.an(\"string\");\r","\r","})"],"type":"text/javascript"}}],"id":"71f88d57-dc36-4cf5-a5ba-e76ed53975f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/lineitems","description":"<p>Returns information about all grade book assignments</p>\n","urlObject":{"path":["lineitems"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8ed597be-2697-4ee9-8121-a432f477b7a6","name":"/LineItems","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/lineitems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|ef99b57b-5990-44d9-81c9-eb5d8e216845|"},{"key":"X-Total-Count","value":"1"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:34:18 GMT"},{"key":"Content-Length","value":"938"}],"cookie":[],"responseTime":null,"body":"{\n    \"lineItems\": [\n        {\n            \"title\": \"Sample Assignment\",\n            \"description\": \"This is a test\",\n            \"assignDate\": \"2020-10-06T04:00:00.000Z\",\n            \"dueDate\": \"2020-10-06T04:00:00.000Z\",\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"category\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/categories/2ebfe80b-0b6d-428e-8053-b2131409d53f\",\n                \"sourcedId\": \"2ebfe80b-0b6d-428e-8053-b2131409d53f\",\n                \"type\": \"category\"\n            },\n            \"gradingPeriod\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/terms/0fa51b17-d607-405e-a1d8-6d0a9d683b34\",\n                \"sourcedId\": \"0fa51b17-d607-405e-a1d8-6d0a9d683b34\",\n                \"type\": \"academicSession\"\n            },\n            \"resultValueMin\": 0,\n            \"resultValueMax\": 4,\n            \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-08-30T20:34:18.262Z\"\n        }\n    ]\n}"}],"_postman_id":"71f88d57-dc36-4cf5-a5ba-e76ed53975f1"},{"name":"/LineItems/{{LineItem}}","id":"8c356b8f-e751-4a31-8a90-a483c7d0d34d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/lineItems/{{LineItemSourcedID}}","description":"<p>Returns information about a specific grade book assignment.</p>\n","urlObject":{"path":["lineItems","{{LineItemSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"53a4156c-4e33-4e55-82e4-40bf67c1939d","name":"/LineItems/{{LineItem}}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/lineItems/{{LineItemSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|48d22083-728c-44a4-aa55-b6a044b24bee|"},{"key":"X-Total-Count","value":"0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:34:28 GMT"},{"key":"Content-Length","value":"935"}],"cookie":[],"responseTime":null,"body":"{\n    \"lineItem\": {\n        \"title\": \"Sample Assignment\",\n        \"description\": \"This is a test\",\n        \"assignDate\": \"2020-10-06T04:00:00.000Z\",\n        \"dueDate\": \"2020-10-06T04:00:00.000Z\",\n        \"class\": {\n            \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n            \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n            \"type\": \"class\"\n        },\n        \"category\": {\n            \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/categories/2ebfe80b-0b6d-428e-8053-b2131409d53f\",\n            \"sourcedId\": \"2ebfe80b-0b6d-428e-8053-b2131409d53f\",\n            \"type\": \"category\"\n        },\n        \"gradingPeriod\": {\n            \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/terms/0fa51b17-d607-405e-a1d8-6d0a9d683b34\",\n            \"sourcedId\": \"0fa51b17-d607-405e-a1d8-6d0a9d683b34\",\n            \"type\": \"academicSession\"\n        },\n        \"resultValueMin\": 0,\n        \"resultValueMax\": 4,\n        \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2022-08-30T20:34:28.208Z\"\n    }\n}"}],"_postman_id":"8c356b8f-e751-4a31-8a90-a483c7d0d34d"},{"name":"/LineItems/{{LineItem}}","id":"0fed8ddf-4584-461c-9e8c-fc05454d0db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lineItem\": {\n        \"title\": \"Sample Assignment\",\n        \"sourcedId\": \"{{LineItemSourcedID}}\",\n        \"description\": \"This is a test\",\n        \"assignDate\": \"2025-02-24T04:00:00.000Z\",\n        \"dueDate\": \"2025-02-24T04:00:00.000Z\",\n        \"resultValueMax\": 100,\n        \"category\": {\n            \"sourcedId\": \"{{CategorySourcedID}}\"\n        },\n        \"metadata\": {\n            \"vendorId\": \"Morgan\"\n        },\n        \"class\": {\n            \"sourcedId\": \"{{ClassSourcedID}}\"\n        }\n    }\n}"},"url":"{{URL}}/lineItems/{{LineItemSourcedID}}","description":"<p>Adds or updates the specified grade book assignment.</p>\n","urlObject":{"path":["lineItems","{{LineItemSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"6e3f9548-b7f6-4772-9eb2-cab73a6e4016","name":"/LineItems/{{LineItem}}","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lineItem\": {\n        \"title\": \"Sample Assignment\",\n        \"sourcedId\": \"{{LineItemSourcedID}}\",\n        \"description\": \"This is a test\",\n        \"assignDate\": \"2020-10-06T04:00:00.000Z\",\n        \"dueDate\": \"2020-10-06T04:00:00.000Z\",\n        \"resultValueMax\": 4.0,\n        \"category\": {\n            \"sourcedId\": \"2ebfe80b-0b6d-428e-8053-b2131409d53f\"\n        },\n        \"metadata\": {\n            \"vendorId\": \"Morgan\"\n        },\n        \"class\": {\n            \"sourcedId\": \"{{ClassSourcedID}}\"\n        }\n    }\n}"},"url":"{{URL}}/lineItems/{{LineItemSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|bd42ae8d-d7a1-415d-8929-f16d13b06bf2|"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:37:39 GMT"},{"key":"Content-Length","value":"515"}],"cookie":[],"responseTime":null,"body":"{\n    \"lineItem\": {\n        \"title\": \"Sample Assignment\",\n        \"description\": \"This is a test\",\n        \"assignDate\": \"2020-10-06T04:00:00.000Z\",\n        \"dueDate\": \"2020-10-06T04:00:00.000Z\",\n        \"class\": {\n            \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n            \"type\": \"academicSession\"\n        },\n        \"category\": {\n            \"sourcedId\": \"2ebfe80b-0b6d-428e-8053-b2131409d53f\",\n            \"type\": \"academicSession\"\n        },\n        \"resultValueMin\": 0,\n        \"resultValueMax\": 4,\n        \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"0001-01-01T05:00:00.000Z\",\n        \"metadata\": {\n            \"vendorId\": \"Morgan\"\n        }\n    }\n}"}],"_postman_id":"0fed8ddf-4584-461c-9e8c-fc05454d0db7"},{"name":"/Classes/{{Class}}/LineItems","event":[{"listen":"test","script":{"id":"e3ce58a7-3d7c-4129-8586-05bc96a4a520","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.lineItems[0].title).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].description).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].assignDate).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].dueDate).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].class.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].category.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.href).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].gradingPeriod.type).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].resultValueMin).to.be.a(\"number\");\r","    pm.expect(responseJson.lineItems[0].resultValueMax).to.be.an(\"number\");\r","    pm.expect(responseJson.lineItems[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.lineItems[0].dateLastModified).to.be.an(\"string\");\r","\r","})"],"type":"text/javascript"}}],"id":"4b325b69-79ec-4ac3-8417-bae8ea919c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/lineItems","description":"<p>Returns information about grade book assignments for a specific class section.</p>\n","urlObject":{"path":["classes","{{ClassSourcedID}}","lineItems"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fe93445c-4fcf-4dee-a04b-a0e13e94e499","name":"/Classes/{{Class}}/LineItems","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/lineItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|3fef3888-e9d2-489f-a280-36a03537ee80|"},{"key":"X-Total-Count","value":"1"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 30 Aug 2022 20:37:55 GMT"},{"key":"Content-Length","value":"938"}],"cookie":[],"responseTime":null,"body":"{\n    \"lineItems\": [\n        {\n            \"title\": \"Sample Assignment\",\n            \"description\": \"This is a test\",\n            \"assignDate\": \"2020-10-06T04:00:00.000Z\",\n            \"dueDate\": \"2020-10-06T04:00:00.000Z\",\n            \"class\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/classes/2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"sourcedId\": \"2f22f2de-f55d-4287-b171-46556bf3b7d4\",\n                \"type\": \"class\"\n            },\n            \"category\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/categories/2ebfe80b-0b6d-428e-8053-b2131409d53f\",\n                \"sourcedId\": \"2ebfe80b-0b6d-428e-8053-b2131409d53f\",\n                \"type\": \"category\"\n            },\n            \"gradingPeriod\": {\n                \"href\": \"https://sbweb6.office.mindex.com/stapiservicemorgan/ims/oneroster/v1p1/terms/0fa51b17-d607-405e-a1d8-6d0a9d683b34\",\n                \"sourcedId\": \"0fa51b17-d607-405e-a1d8-6d0a9d683b34\",\n                \"type\": \"academicSession\"\n            },\n            \"resultValueMin\": 0,\n            \"resultValueMax\": 4,\n            \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2022-08-30T20:37:55.612Z\"\n        }\n    ]\n}"}],"_postman_id":"4b325b69-79ec-4ac3-8417-bae8ea919c30"},{"name":"/Classes/{{Class}}/LineItems/{{LineItem}}/Results","event":[{"listen":"test","script":{"id":"41b657b5-8d72-4390-a039-c9e776ce2fc0","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.results[0].lineItem.href).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].lineItem.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].lineItem.type).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].student.href).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].student.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].scoreStatus).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].score).to.be.an(\"number\");\r","    pm.expect(responseJson.results[0].scoreDate).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].comment).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].dateLastModified).to.be.an(\"string\");\r","})"],"type":"text/javascript"}}],"id":"fb5f7f05-8d84-4f7b-b810-122c6a06561d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/lineItems/{{LineItemSourcedID}}/results","description":"<p>Returns information about grade book assignment scores for a single grade book assignment in a specific class section.</p>\n","urlObject":{"path":["classes","{{ClassSourcedID}}","lineItems","{{LineItemSourcedID}}","results"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"e7dca58f-1691-4e09-945e-de87cf9ce2e1","name":"/Classes/{{Class}}/LineItems/{{LineItem}}/Results","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/lineItems/{{LineItemSourcedID}}/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|b5d8b757-f17e-4deb-bd4f-03ea9885f1f0|C81600|CD2"},{"key":"X-Total-Count","value":"2"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Dec 2021 21:22:03 GMT"},{"key":"Content-Length","value":"1245"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"lineItem\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/lineItems/f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"type\": \"lineItem\"\n            },\n            \"student\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd\",\n                \"sourcedId\": \"89a297b0-41ef-46e2-8aae-04246c618dcd\",\n                \"type\": \"user\"\n            },\n            \"scoreStatus\": \"submitted\",\n            \"score\": 4,\n            \"scoreDate\": \"2020-10-06\",\n            \"comment\": \"\",\n            \"sourcedId\": \"MM-89a297b0-41ef-46e2-8aae-04246c618dcd-f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-12-01\"\n        },\n        {\n            \"lineItem\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/lineItems/f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"type\": \"lineItem\"\n            },\n            \"student\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/8a852eac-f4cc-46a0-b284-309e3fd438f7\",\n                \"sourcedId\": \"8a852eac-f4cc-46a0-b284-309e3fd438f7\",\n                \"type\": \"user\"\n            },\n            \"scoreStatus\": \"submitted\",\n            \"score\": 4,\n            \"scoreDate\": \"2020-10-06\",\n            \"comment\": \"\",\n            \"sourcedId\": \"MM-8a852eac-f4cc-46a0-b284-309e3fd438f7-f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-12-01\"\n        }\n    ]\n}"}],"_postman_id":"fb5f7f05-8d84-4f7b-b810-122c6a06561d"}],"id":"fb625e94-5b4c-4bd5-ae81-0205568ca38d","description":"<p>The LineItems object returns information from the SchoolTool grade book about the assignment specified in the call. LineItemID is provided by the vendor.</p>\n<p>Calls must reference the grade book assignment ID, provided by the vendor, in the URL. For PUTs, the body must include all required fields (as indicated below).</p>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Title</td>\n<td>Y</td>\n<td>String</td>\n<td>Assignment name</td>\n</tr>\n<tr>\n<td>Description</td>\n<td></td>\n<td>String</td>\n<td>Assignment description</td>\n</tr>\n<tr>\n<td>assignDate</td>\n<td>Y</td>\n<td>DateTime</td>\n<td>Assignment date</td>\n</tr>\n<tr>\n<td>dueDate</td>\n<td>Y</td>\n<td>DateTime</td>\n<td>Assignment date (this field will be used as the “assignment date” fort the SchoolTool assignment)</td>\n</tr>\n<tr>\n<td>class<ul><li>href</li><li>sourcedId</li><li>type</li></ul></td>\n<td>Partially: sourcedId is required</td>\n<td>Array<ul><li>URI</li><li>GUID</li><li>Enum (GUIDType)</li></ul></td>\n<td>Description:<ul><li>References the class (course section) to which the assignment belongs</li><li>The unique identifier (GUID_ID) of the class section to which the assignment score belongs</li><li>Always returns “class”</li></ul></td>\n</tr>\n<tr>\n<td>category<ul><li>href</li><li>sourcedId</li><li>type</li></ul></td>\n<td>Partially:  sourcedId is required</td>\n<td>Array<ul><li>URI</li><li>GUID</li><li>Enum (GUIDType)</li></ul></td>\n<td>Description:<ul><li>References the grade book category to which the assignment belongs</li><li>The unique identifier (GUID_ID) of the grade book category to which the assignment belongs</li><li>Always returns “category”</li></ul></td>\n</tr>\n<tr>\n<td>gradingPeriod<ul><li>href</li><li>sourcedId</li><li>type</li></ul></td>\n<td>Partially: sourcedId is required</td>\n<td>Array<ul><li>URI</li><li>GUID</li><li>Enum (GUIDType)</li></ul></td>\n<td>Description:<ul><li>References the marking period to which the assignment belongs</li><li>The unique identifier (GUID_ID) of the marking period to which the assignment belongs</li><li>Always returns “academicSession”</li></ul></td>\n</tr>\n<tr>\n<td>resultValueMin</td>\n<td>Y</td>\n<td>Float</td>\n<td>This value should always be “0”</td>\n</tr>\n<tr>\n<td>resultValueMax</td>\n<td>Y</td>\n<td>Float</td>\n<td>The “Max points” value of the assignment as specified in the teacher’s SchoolTool grade book</td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td></td>\n<td>GUID</td>\n<td>The unique identifier (GUID_ID) of the assignment (this must be provided by the vendor; SchoolTool’s GUID value will not be populated without this and should match the vendor’s value to sync properly)</td>\n</tr>\n<tr>\n<td>status</td>\n<td></td>\n<td>Enum (StatusType)</td>\n<td>If including this field, always use “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td>DateTime</td>\n<td></td>\n<td>If including this field, it is recommended to use the current date.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"fb625e94-5b4c-4bd5-ae81-0205568ca38d"},{"name":"Results (Assignment Scores)","item":[{"name":"/Classes/{{Class}}/Results","event":[{"listen":"test","script":{"id":"a8b55cfd-47c2-4b81-9ab1-49bdca012ea3","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.results[0].lineItem.href).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].lineItem.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].lineItem.type).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].student.href).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].student.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].scoreStatus).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].score).to.be.an(\"number\");\r","    pm.expect(responseJson.results[0].scoreDate).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].comment).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].status).to.be.an(\"string\");\r","    pm.expect(responseJson.results[0].dateLastModified).to.be.an(\"string\");\r","})"],"type":"text/javascript"}}],"id":"a6766e68-69db-4da0-9ea0-d4a8f278f6de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/results/","description":"<p>Returns information about grade book assignment scores for all students in a specific class section.</p>\n","urlObject":{"path":["classes","{{ClassSourcedID}}","results",""],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1106aee9-9e1d-49d8-84e8-69ee616668d2","name":"/Classes/{{Class}}/Results","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/results/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|5232cb35-1a78-44ed-aa12-f260c1e62055|C81600|CD2"},{"key":"X-Total-Count","value":"2"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Dec 2021 21:22:27 GMT"},{"key":"Content-Length","value":"1245"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"lineItem\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/lineItems/f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"type\": \"lineItem\"\n            },\n            \"student\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd\",\n                \"sourcedId\": \"89a297b0-41ef-46e2-8aae-04246c618dcd\",\n                \"type\": \"user\"\n            },\n            \"scoreStatus\": \"submitted\",\n            \"score\": 4,\n            \"scoreDate\": \"2020-10-06\",\n            \"comment\": \"\",\n            \"sourcedId\": \"MM-89a297b0-41ef-46e2-8aae-04246c618dcd-f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-12-01\"\n        },\n        {\n            \"lineItem\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/lineItems/f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"type\": \"lineItem\"\n            },\n            \"student\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/8a852eac-f4cc-46a0-b284-309e3fd438f7\",\n                \"sourcedId\": \"8a852eac-f4cc-46a0-b284-309e3fd438f7\",\n                \"type\": \"user\"\n            },\n            \"scoreStatus\": \"submitted\",\n            \"score\": 4,\n            \"scoreDate\": \"2020-10-06\",\n            \"comment\": \"\",\n            \"sourcedId\": \"MM-8a852eac-f4cc-46a0-b284-309e3fd438f7-f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-12-01\"\n        }\n    ]\n}"}],"_postman_id":"a6766e68-69db-4da0-9ea0-d4a8f278f6de"},{"name":"/Classes/{{Class}}/Students/{{Student}}/Results","event":[{"listen":"test","script":{"id":"fb5bff22-6421-41c1-a551-4beb90a397f5","exec":["const responseJson = pm.response.json();\r","\r","pm.test(\"Status: 200 OK\", () => {\r","  pm.expect(pm.response.code).to.eql(200);\r","});\r","\r","pm.test(\"Validating Schema\",() => {\r","  pm.expect(responseJson).to.be.an(\"object\");\r","    pm.expect(responseJson.classes[0].title).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].classCode).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].classType).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].course.href).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].course.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].course.type).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].school.type).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].school.sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].school.type).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].terms[0].href).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].terms[0].sourcedId).to.be.an(\"string\");\r","    pm.expect(responseJson.classes[0].terms[0].type).to.be.an(\"string\");\r","})"],"type":"text/javascript"}}],"id":"79ec78c6-ed88-446c-99eb-d8c1afd4a086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/students/{{StudentSourcedID}}/results","description":"<p>Returns information about grade book assignment scores for a single student in a specific class section.</p>\n","urlObject":{"path":["classes","{{ClassSourcedID}}","students","{{StudentSourcedID}}","results"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"0cbf1dcf-2491-40bc-94e3-aba8a269ecab","name":"/Classes/{{Class}}/Students/{{Student}}/Results","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"}],"url":"{{URL}}/classes/{{ClassSourcedID}}/students/{{StudentSourcedID}}/results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|d684d345-6329-4fee-aa41-d8274c709f62|C81600|CD2"},{"key":"X-Total-Count","value":"2"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 01 Dec 2021 21:22:39 GMT"},{"key":"Content-Length","value":"1245"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"lineItem\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/lineItems/f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"type\": \"lineItem\"\n            },\n            \"student\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/89a297b0-41ef-46e2-8aae-04246c618dcd\",\n                \"sourcedId\": \"89a297b0-41ef-46e2-8aae-04246c618dcd\",\n                \"type\": \"user\"\n            },\n            \"scoreStatus\": \"submitted\",\n            \"score\": 4,\n            \"scoreDate\": \"2020-10-06\",\n            \"comment\": \"\",\n            \"sourcedId\": \"MM-89a297b0-41ef-46e2-8aae-04246c618dcd-f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-12-01\"\n        },\n        {\n            \"lineItem\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/lineItems/f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n                \"type\": \"lineItem\"\n            },\n            \"student\": {\n                \"href\": \"https://sbweb2.office.mindex.com/stapiservice/ims/oneroster/v1p1/users/8a852eac-f4cc-46a0-b284-309e3fd438f7\",\n                \"sourcedId\": \"8a852eac-f4cc-46a0-b284-309e3fd438f7\",\n                \"type\": \"user\"\n            },\n            \"scoreStatus\": \"submitted\",\n            \"score\": 4,\n            \"scoreDate\": \"2020-10-06\",\n            \"comment\": \"\",\n            \"sourcedId\": \"MM-8a852eac-f4cc-46a0-b284-309e3fd438f7-f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"status\": \"active\",\n            \"dateLastModified\": \"2021-12-01\"\n        }\n    ]\n}"}],"_postman_id":"79ec78c6-ed88-446c-99eb-d8c1afd4a086"},{"name":"/Results/{{LineItem}}","id":"a1684749-1cfd-4bfb-b393-4dcd2e0f3b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"result\": {\n    \"sourcedId\": \"MM-{{StudentSourcedID}}-{{LineItemSourcedID}}\",\n    \"status\": \"active\",\n    \"score\": 4.0,\n    \"scoreStatus\": \"submitted\",\n    \"dateLastModified\": \"2020-01-30T23:59:00.000Z\",\n    \"scoreDate\": \"2020-01-30T23:59:00.000Z\",\n    \"lineItem\": {\n    \"sourcedId\": \"{{LineItemSourcedID}}\"\n    },\n    \"student\": {\n    \"sourcedId\": \"{{StudentSourcedID}}\"\n    },\n    \"comment\": \"This one is within range\"\n    }\n}"},"url":"{{URL}}/Results/{{LineItemSourcedID}}","description":"<p>Adds or updates students' scores for the specified grade book assignment.</p>\n","urlObject":{"path":["Results","{{LineItemSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"96b4a04d-cac0-4ad6-af41-711a164da67d","name":"/Results/{{LineItem}}","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"result\": {\n    \"sourcedId\": \"MM-{{StudentSourcedID}}-{{LineItemSourcedID}}\",\n    \"status\": \"active\",\n    \"score\": 4.0,\n    \"scoreStatus\": \"submitted\",\n    \"dateLastModified\": \"2020-01-30T23:59:00.000Z\",\n    \"scoreDate\": \"2020-01-30T23:59:00.000Z\",\n    \"lineItem\": {\n    \"sourcedId\": \"{{LineItemSourcedID}}\"\n    },\n    \"student\": {\n    \"sourcedId\": \"{{StudentSourcedID}}\"\n    },\n    \"comment\": \"This one is within range\"\n    }\n}"},"url":"{{URL}}/Results/{{LineItemSourcedID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-StackifyID","value":"V1|be8e475a-291d-47c3-9312-ce4d0be50527|"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 26 Jan 2022 18:23:54 GMT"},{"key":"Content-Length","value":"430"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"lineItem\": {\n            \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n            \"type\": \"academicSession\"\n        },\n        \"student\": {\n            \"sourcedId\": \"b4e5a04d-3953-45bf-a642-75c97096a504\",\n            \"type\": \"academicSession\"\n        },\n        \"scoreStatus\": \"submitted\",\n        \"score\": 4,\n        \"scoreDate\": \"2020-01-30\",\n        \"comment\": \"This one is within range\",\n        \"sourcedId\": \"MM-b4e5a04d-3953-45bf-a642-75c97096a504-f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\",\n        \"status\": \"active\",\n        \"dateLastModified\": \"2020-01-30\"\n    }\n}"}],"_postman_id":"a1684749-1cfd-4bfb-b393-4dcd2e0f3b5a"},{"name":"/Results/{{Result}}","id":"842ac9c5-c1c5-4b76-83f3-c255b2ad4b9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\"result\": {\n    \"sourcedId\": \"{{ResultsSourcedID}}\",\n    \"status\": \"active\",\n    \"score\": 3.0,\n    \"scoreStatus\": \"submitted\",\n    \"dateLastModified\": \"2020-10-06\",\n    \"lineItem\": {\n    \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\"\n    },\n    \"student\": {\n    \"sourcedId\": \"c022f5da-9568-49a5-96b7-c218c943682f\"\n    },\n    \"comment\": \"this is a new comment\"\n    }\n}"},"url":"{{URL}}/results/{{ResultsSourcedID}}","description":"<p>Deletes students' scores for the specified grade book assignment.</p>\n","urlObject":{"path":["results","{{ResultsSourcedID}}"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"166909b0-dc79-481d-88b0-82ec35a26714","name":"/Results/{{Result}}","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer  {{ApiServiceToken}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"result\": {\n        \"sourcedId\": \"{{ResultsSourcedID}}\",\n        \"status\": \"active\",\n        \"score\": 3.0,\n        \"scoreStatus\": \"submitted\",\n        \"dateLastModified\": \"2020-10-06\",\n        \"lineItem\": {\n            \"sourcedId\": \"f94f64e8-cbba-4c46-8c1b-9a69ba8b7020\"\n        },\n        \"student\": {\n            \"sourcedId\": \"c022f5da-9568-49a5-96b7-c218c943682f\"\n        },\n        \"comment\": \"this is a new comment\"\n    }\n}"},"url":"{{URL}}/results/{{ResultsSourcedID}}"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.0"},{"key":"X-StackifyID","value":"P2|405acc8e-cfb8-46bd-a99c-5f2d6d85040a|C81600|CD2"},{"key":"Set-Cookie","value":".Stackify.Rum=405acc8e-cfb8-46bd-a99c-5f2d6d85040a; path=/"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 26 Aug 2021 15:26:00 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"842ac9c5-c1c5-4b76-83f3-c255b2ad4b9a"}],"id":"634be4c0-7e8c-461f-9090-85ab794a6046","description":"<p>The Results object provides a means of adding, updating, or deleting scores for grade book assignments. Each call references a single student’s score for the specified assignment.</p>\n<p>Calls must reference the grade book assignment score ID, provided by the vendor, in the URL. For PUTs, the body must include all required fields (as indicated below).</p>\n<p>Body must contain all fields marked as required (see Fields table, below).</p>\n<p><code>PUT</code>: used to add or update assignment scores</p>\n<p><code>DELETE</code>: used to remove assignment scores</p>\n<p><strong>HTTP Status Codes:</strong></p>\n<ul>\n<li>200: Successful UPDATE</li>\n<li>201: Successful INSERT</li>\n<li>400: Failure (missing required fields, lineItem doesn’t exist, student doesn’t exist, gradebook is not set up)</li>\n</ul>\n<h3 id=\"fields\">Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><br /><br />lineItem<br /><br /><ul><li><p>href</p></li><li><p>sourcedId</p></li><li><p>type</p></li></ul><br /><br /></td>\n<td>Partially: sourcedId is required</td>\n<td><br /><br />Array<br /><br /><ul><li><p>URI</p></li><li><p>GUID</p></li><li><p>Enum (String)</p></li></ul><br /><br /></td>\n<td><br /><br />Description:<br /><br /><ul><li><p>References the line item (assignment) to which the score belongs</p></li><li><p>The unique identifier (GUID_ID) of the assignment to which the score belongs</p></li><li><p>Always returns “lineItem”</p></li></ul><br /><br /></td>\n</tr>\n<tr>\n<td><br /><br />student<br /><br /><ul><li><p>href</p></li><li><p>sourcedId</p></li><li><p>type</p></li></ul><br /><br /></td>\n<td>Partially: sourcedId is required</td>\n<td><br /><br />Array<br /><br /><ul><li><p>URI</p></li><li><p>GUID</p></li><li><p>Enum (String)</p></li></ul><br /><br /></td>\n<td><br /><br />Description:<br /><br /><ul><li><p>References the student to which the score belongs</p></li><li><p>The GUID_ID of the student to which the score belongs</p></li><li><p>Always returns “user”</p></li></ul><br /><br /></td>\n</tr>\n<tr>\n<td>score</td>\n<td>Y</td>\n<td>Double</td>\n<td>The numeric score</td>\n</tr>\n<tr>\n<td>scoreStatus</td>\n<td>Y</td>\n<td>Enum (String)</td>\n<td><br /><br />Status of the assignment score. Possible values:<br /><br /><ul><li><p>“exempt” (this will flag the assignment as “Exempt” in the SchoolTool grade book if the teacher has an attribute of “Exempt” submitted, even if a score is sent in the PUT)</p></li><li><p>“not submitted” (for assignments with this status, SchoolTool will respect the value set in Maintenance &gt; Grading &gt; Building School Level Grading Options to determine how the score should be imported. Options include: Always Remove Score (this will set the scores to blank, regardless of whether or not the PUT included a score for this assignment), Always Use Score (this will import any scores included in the PUT; assignments with no score will be set to blank), and Always Set Score to Zero (this will set any \"not submitted\" assignment scores to zero, regardless of wherher or not the PUT included a score for this assignment).</p></li><li><p>“partially graded” (the score included in the PUT will be entered into the SchoolTool grade book)</p></li><li><p>“submitted” (the score included in the PUT will be entered into the SchoolTool grade book)</p></li></ul><br /><br /></td>\n</tr>\n<tr>\n<td>scoreDate</td>\n<td></td>\n<td>DateTime</td>\n<td>Date the score was entered.</td>\n</tr>\n<tr>\n<td>comment</td>\n<td></td>\n<td>String</td>\n<td>Text comment accompanying the score (this will populate the Assignment Notes field)</td>\n</tr>\n<tr>\n<td>sourcedId</td>\n<td>Y</td>\n<td>String</td>\n<td>The GUID_ID of the individual assignment score</td>\n</tr>\n<tr>\n<td>status</td>\n<td></td>\n<td>Enum (String)</td>\n<td>If including this field, always use “active”</td>\n</tr>\n<tr>\n<td>dateLastModified</td>\n<td></td>\n<td>DateTime</td>\n<td>If including this field, it is recommended to use the current date.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"634be4c0-7e8c-461f-9090-85ab794a6046"}],"id":"b344cd81-629f-418f-be4a-0f347e19b765","description":"<p>These calls are used to retrieve information about SchoolTool grade books, including:</p>\n<ul>\n<li>grade book categories</li>\n<li>assignments (Line Items)</li>\n<li>students' assignment scores (Results)</li>\n</ul>\n","_postman_id":"b344cd81-629f-418f-be4a-0f347e19b765"}]}