...
| Field | Field Definition and Notes | Valid Values |
|---|---|---|
| sourcedId | Unique identifier for the user. This could be generated from the Student Information System, or could be the same as the org identifier value. | Any consecutive character combination is supported. |
| status | This could be generated from the Student Information System, or could be the same as the org identifier value. | active Tobedeleted |
| name | Name of the organization. | All characters supported. |
| type | Type of organization. | school, district, local, state |
| identifier | Org ID that will be used for display purposes. For schools, this is often referred to as the “School ID”. | Any consecutive character combination is supported, though this is generally a numeric value. |
| parentSourcedId | SourcedId of an Org representing the Parent organization. For a district-only implementation, schools will have a parentSourcedId value of their district’s org sourcedId. The district org will be a unique row in the csv file. | Must be the sourcedId of a valid org record. |
| Additional Metadata fields if applicable | If additional Org Metadata fields are configured, these appear on the downloaded template. This data is mapped to specific ADAM fields (for example, Ship Reports to Schools information). Data passed in these areas that are also accessible via the organization profile in ADAM retain the most recent edit - either via UI or via the sync, whichever is most recent. |
...