-
XSD Schema
You can use this XSD schema to validate the user-relationship file. <?xml version="1.0"?> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="Relationships"> <xs:complexType> <xs:sequence> <xs:element name="Parent-Child"…
-
Sample user-relationship.xml file
<Relationships> <Parent-Child> <ChildId>{OrgDefinedId-ForChild}</ChildId> <ParentId>{OrgDefinedId-ForParent}</ParentId> </Parent-Child> <Parent-Child> <ChildId>{OrgDefinedId-ForChild2}</ChildId> <ParentId>{OrgDefinedId-ForParent2}</ParentId> </Parent-Child> </Relationships>
-
Sample user-relationship.xml file to delete all existing relationships
Warning: Given that user-relationship.xml files are a snapshot of current relationships in the database; this action deletes all existing relationships. <Relationships> </Relationships>
-
Use IPSIS LIS 2.0 Integration with Brightspace Parent & Guardian
Make sure you have a strategy to uniquely define sourceId for parents/guardians in Brightspace, as user-relationship is a mapping of unique sourceId between parents/guardians and children. When you send replacePerson requests to create users, ensure that you send parent/guardian sourceId information in the agent section of…
-
Use IPSIS OneRoster with Brightspace Parent & Guardian
IPSIS OneRoster can send user relationships between a parent/legal guardian and child to Brightspace. Brightspace Parent & Guardian IPSIS OneRoster integration is only available to clients in the US, Canada, Australia, and Ireland. Currently only the following roles are considered relevant for relationship: * Parent *…