-
Why is "Email" returned as null in the Enrollment.ClasslistUser list result after calling GET /d2...
Why is "Email" returned as null in the Enrollment.ClasslistUser list result after calling GET /d2l/api/le/(version)/(orgUnitId)/classlist/? These same users have email which shows up in User.UserData and User.UserProfile. But for some reason it does not get populated in Enrollment.ClasslistUser. This is what I get:…
-
How is a department added to a course offering?
A course offering is created using the CreateCourseOffering data structure (below) but this has no entry for "Department", which is included in the CourseOffering data structure, when the course offering is pulled from brightspace. How is department added to the offering via the REST API? I see no way in the reference at…
-
Why is "Email" returned as null in the Enrollment.ClasslistUser list result after calling GET /d2...
These same users have email which shows up in User.UserData and User.UserProfile. But for some reason it does not get populated in Enrollment.ClasslistUser. This is what I get: 'Identifier' = {str} '187' 'ProfileIdentifier' = {str} 'lylQOAujgs' 'DisplayName' = {str} 'Lastname, Firstname' 'Username' = {NoneType} None…
-
How is a department added to a course offering?
A course offering is created using the CreateCourseOffering data structure (below) but this has no entry for "Department", which is included in the CourseOffering data structure, when the course offering is pulled from brightspace. How is department added to the offering via the REST API? I see no way in the reference at…
-
Why is "Email" returned as null in the Enrollment.ClasslistUser list result after calling GET /d2l/
These same users have email which shows up in User.UserData and User.UserProfile. But for some reason it does not get populated in Enrollment.ClasslistUser. This is what I get: 'Identifier' = {str} '187''ProfileIdentifier' = {str} 'lylQOAujgs''DisplayName' = {str} 'Lastname, Firstname''Username' = {NoneType}…
-
How is a department added to a course offering?
A course offering is created using the CreateCourseOffering data structure (below) but this has no entry for "Department", which is included in the CourseOffering data structure, when the course offering is pulled from brightspace. How is department added to the offering via the REST API? I see no way in the reference at…