-
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"…
-
Enable Brightspace Parent & Guardian in Organization tools
From the Admin Tools menu, click Organization Tools. On the Tool Availability page, set the Availability toggle for Brightspace Parent & Guardian to on.
-
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>
-
About parent/guardian-child user relationships
Your institution is responsible for maintaining the accuracy of user relationships in your Student Information System (SIS). Consult with your advisers to ensure you adhere to your institution’s privacy and security policies, and applicable laws. For example, your institution or jurisdiction might have a policy or law that…
-
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>
-
Viewing parent/guardian-child relationships
Only authorized users with the role permission See Parent/Guardian Child Relationships for '{RoleName}' can see parent/guardian-child relationships. From the Admin Tools menu, select Users. Search for a user and click on their name to view user details. Select the Relationships tab to view a list of related users.
-
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 D2L Standard CSV with Brightspace Parent & Guardian
Create parent/guardian users and relationships between the learner and the parent/guardian using D2L Standard CSV Users (Version 1.1 – including relationship) CSV file format.
-
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 *…
-
Notifications for upcoming due dates
To notify parents and guardians about their child's upcoming work, you can enable the visibility of the Update alerts icon in the Brightspace Parent & Guardian web application. When visible, this icon indicates there are notifications for upcoming assignments and quizzes that are due in the next 2 days. Note: This…