User
Overview
This is an entity that provides information about users in itslearning application. All users (teachers, students, parents) are present. The entity itself contains key data such as name, title, username and status. The entity is linked to several other entities that provide additional information such as users 'type' and, if applicable, their grades, course membership, learning objective mastery.
Which users are included?
- All user accounts are included
- Users can be active (UserStatus = active) and allowed to access itslearning.
- Users can be in the 'trash can' (UserStatus = tashcan) and not allowed to access itslearning.
- Users can be in 'deleted' (UserStatus = deleted) and not allowed to access itslearning.
- The entity shows the latest version of each user.
Usage in itslearning
Users can be added through an SIS integration or directly though the administrator interface.
User Admin Interface
The 'User' entity has key information about the user such as name, username, date of last login. In addition the entity acts as a link to many different entities that describe the academic progress, learning platform activity and status of the user.
- Each user has a profile associated with the customer (site). This is their 'SiteProfile'.
- Users belong to an organisation (e.g. a school in a district).
- Users can belong to one or more courses shown through the 'CourseMembership' relationship.
- Users have grades for assessments they have taken show though the 'UserGrade' relationship.
- Users can have evidence of mastery (understanding) learning of learning objectives through the 'LearningObjectiveProgress' relationship.
- Users can be assessed in learning objectives through the 'LearningObjectiveAssessment' relationship.
- We track the user's access to itslearning though the 'UserSession' relationship.
- We track the user's access to courses through the 'UserCourseSession' relationship, and to elements through 'UserElementSession'.
Relationships
User is linked to:
- UserElementSession
- SiteProfile
- UserLogin
- OrganizationMembership - users are members of organisations
- CourseMembership - users are members of organisations
- LearningObjectiveAssessment
- LearningObjectiveProgress
- UserGrade
- UserCourseSession - users visits in the courses
- UserElementSession - users visits to the elements
- UserSession - users itslearning logons
Diagram
Entity Details
Name | Data type | Nullable | Description |
---|---|---|---|
Name | Data type | Nullable | Description |
UserId | Edm.Int32 | false | Id of a user |
UserTitle | Edm.String | User's title | |
UserName | Edm.String | Username in the platform | |
LoginStatus | Edm.String | Status of login to the platform | |
FirstLoginDate | Edm.DateTime | First login date to the platform | |
LastLoginDate | Edm.DateTime | Last login date to the platform | |
UserStatus | Edm.String | User status (active / trashcan / deleted) | |
ActivationDate | Edm.DateTime | User's creation date | |
DeactivationDate | Edm.DateTime | User's deletion date | |
UserLastName | Edm.String | User's last name | |
UserFirstName | Edm.String | User's first name | |
UserLastFirstName | Edm.String | User's first and last name combined | |
SiteProfileId | Edm.Int32 | User's site profile id | |
ExternalUserId | Edm.String | External user id (if exists) | |
T_ModifiedDate | Edm.DateTime | false | Date and time the entity was last modified in data warehouse |
Request body
https:
//reporting.itslearning.com/odata/engine7/Users?$top=10
Response body - XML
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
feed
xml:base
=
"https://reporting.itslearning.com/odata/engine7"
xmlns
=
"http://www.w3.org/2005/Atom"
xmlns:d
=
"http://schemas.microsoft.com/ado/2007/08/dataservices"
xmlns:m="
http://schemas.microsoft.com/ado/2007/08/dataservices
/metadata"
xmlns:georss
=
"http://www.georss.org/georss"
xmlns:gml
=
"http://www.opengis.net/gml"
>
<
id
>
http://schemas.datacontract.org/2004/07/
</
id
>
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users"
/>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(-3)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-3)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-3)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-3)/SiteProfile"
/
>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-3)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(-3)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(-3)/Cou
rseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(-3)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(-3)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>-3</
d
:UserId>
<
d
:UserTitle>Other</
d
:UserTitle>
<
d
:UserName
m:null
=
"true"
/>
<
d
:LoginStatus>NOT LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:null
=
"true"
/>
<
d
:LastLoginDate
m:null
=
"true"
/>
<
d
:UserStatus>Other</
d
:UserStatus>
<
d
:ActivationDate
m:null
=
"true"
/>
<
d
:DeactivationDate
m:null
=
"true"
/>
<
d
:UserLastName>Other</
d
:UserLastName>
<
d
:UserFirstName>Other</
d
:UserFirstName>
<
d
:UserLastFirstName>Other</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>-1</
d
:SiteProfileId>
<
d
:ExternalUserId
m:null
=
"true"
/>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(-2)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-2)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-2)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-2)/SiteProfile"
/
>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-2)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(-2)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(-2)/Cou
rseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(-2)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(-2)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>-2</
d
:UserId>
<
d
:UserTitle>Other</
d
:UserTitle>
<
d
:UserName
m:null
=
"true"
/>
<
d
:LoginStatus>LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:null
=
"true"
/>
<
d
:LastLoginDate
m:null
=
"true"
/>
<
d
:UserStatus>Other</
d
:UserStatus>
<
d
:ActivationDate
m:null
=
"true"
/>
<
d
:DeactivationDate
m:null
=
"true"
/>
<
d
:UserLastName>Other</
d
:UserLastName>
<
d
:UserFirstName>Other</
d
:UserFirstName>
<
d
:UserLastFirstName>Other</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>-1</
d
:SiteProfileId>
<
d
:ExternalUserId
m:null
=
"true"
/>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(-1)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-1)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-1)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-1)/SiteProfile"
/
>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(-1)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(-1)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(-1)/Cou
rseMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(-1)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(-1)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>-1</
d
:UserId>
<
d
:UserTitle>Other</
d
:UserTitle>
<
d
:UserName
m:null
=
"true"
/>
<
d
:LoginStatus>Other</
d
:LoginStatus>
<
d
:FirstLoginDate
m:null
=
"true"
/>
<
d
:LastLoginDate
m:null
=
"true"
/>
<
d
:UserStatus>Other</
d
:UserStatus>
<
d
:ActivationDate
m:null
=
"true"
/>
<
d
:DeactivationDate
m:null
=
"true"
/>
<
d
:UserLastName>Other</
d
:UserLastName>
<
d
:UserFirstName>Other</
d
:UserFirstName>
<
d
:UserLastFirstName>Other</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>-1</
d
:SiteProfileId>
<
d
:ExternalUserId
m:null
=
"true"
/>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(1)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(1)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(1)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(1)/SiteProfile"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(1)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(1)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(1)/Cour
seMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(1)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(1)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>1</
d
:UserId>
<
d
:UserTitle>Admin,Admin</
d
:UserTitle>
<
d
:UserName>admin</
d
:UserName>
<
d
:LoginStatus>LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:FirstLoginDate>
<
d
:LastLoginDate
m:type
=
"Edm.DateTime"
>2016-12-14T00:00:00</
d
:LastLoginDate>
<
d
:UserStatus>Active</
d
:UserStatus>
<
d
:ActivationDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:ActivationDate>
<
d
:DeactivationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeactivationDate>
<
d
:UserLastName>Admin</
d
:UserLastName>
<
d
:UserFirstName>Admin</
d
:UserFirstName>
<
d
:UserLastFirstName>Admin,Admin</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>7</
d
:SiteProfileId>
<
d
:ExternalUserId>BorisLovesCookiesToo</
d
:ExternalUserId>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(2)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(2)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(2)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(2)/SiteProfile"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(2)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(2)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(2)/Cour
seMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(2)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(2)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>2</
d
:UserId>
<
d
:UserTitle>dmitri,adov</
d
:UserTitle>
<
d
:UserName>dmitri.adov.teacher</
d
:UserName>
<
d
:LoginStatus>LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:FirstLoginDate>
<
d
:LastLoginDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:LastLoginDate>
<
d
:UserStatus>Active</
d
:UserStatus>
<
d
:ActivationDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:ActivationDate>
<
d
:DeactivationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeactivationDate>
<
d
:UserLastName>adov</
d
:UserLastName>
<
d
:UserFirstName>dmitri</
d
:UserFirstName>
<
d
:UserLastFirstName>dmitri,adov</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>9</
d
:SiteProfileId>
<
d
:ExternalUserId></
d
:ExternalUserId>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(3)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(3)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(3)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(3)/SiteProfile"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(3)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(3)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(3)/Cour
seMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(3)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(3)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>3</
d
:UserId>
<
d
:UserTitle>Tatiana,Teacher</
d
:UserTitle>
<
d
:UserName>t.teach</
d
:UserName>
<
d
:LoginStatus>LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:FirstLoginDate>
<
d
:LastLoginDate
m:type
=
"Edm.DateTime"
>2014-10-01T00:00:00</
d
:LastLoginDate>
<
d
:UserStatus>Active</
d
:UserStatus>
<
d
:ActivationDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:ActivationDate>
<
d
:DeactivationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeactivationDate>
<
d
:UserLastName>Teacher</
d
:UserLastName>
<
d
:UserFirstName>Tatiana</
d
:UserFirstName>
<
d
:UserLastFirstName>Tatiana,Teacher</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>9</
d
:SiteProfileId>
<
d
:ExternalUserId></
d
:ExternalUserId>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(4)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(4)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(4)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(4)/SiteProfile"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(4)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(4)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(4)/Cour
seMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(4)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(4)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>4</
d
:UserId>
<
d
:UserTitle>dmitri,adov</
d
:UserTitle>
<
d
:UserName>dmitri.adov.student</
d
:UserName>
<
d
:LoginStatus>LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:FirstLoginDate>
<
d
:LastLoginDate
m:type
=
"Edm.DateTime"
>2015-08-25T00:00:00</
d
:LastLoginDate>
<
d
:UserStatus>Active</
d
:UserStatus>
<
d
:ActivationDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:ActivationDate>
<
d
:DeactivationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeactivationDate>
<
d
:UserLastName>adov</
d
:UserLastName>
<
d
:UserFirstName>dmitri</
d
:UserFirstName>
<
d
:UserLastFirstName>dmitri,adov</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>10</
d
:SiteProfileId>
<
d
:ExternalUserId></
d
:ExternalUserId>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(5)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(5)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(5)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(5)/SiteProfile"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(5)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(5)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(5)/Cour
seMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(5)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(5)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>5</
d
:UserId>
<
d
:UserTitle>Bent Audun,Hesvik</
d
:UserTitle>
<
d
:UserName>bah</
d
:UserName>
<
d
:LoginStatus>LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:FirstLoginDate>
<
d
:LastLoginDate
m:type
=
"Edm.DateTime"
>2016-12-06T00:00:00</
d
:LastLoginDate>
<
d
:UserStatus>Active</
d
:UserStatus>
<
d
:ActivationDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:ActivationDate>
<
d
:DeactivationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeactivationDate>
<
d
:UserLastName>Hesvik</
d
:UserLastName>
<
d
:UserFirstName>Bent Audun</
d
:UserFirstName>
<
d
:UserLastFirstName>Bent Audun,Hesvik</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>9</
d
:SiteProfileId>
<
d
:ExternalUserId></
d
:ExternalUserId>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(6)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(6)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(6)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(6)/SiteProfile"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(6)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(6)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(6)/Cour
seMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(6)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(6)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>6</
d
:UserId>
<
d
:UserTitle>Tatiana,Student</
d
:UserTitle>
<
d
:UserName>tatiana.student</
d
:UserName>
<
d
:LoginStatus>LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:FirstLoginDate>
<
d
:LastLoginDate
m:type
=
"Edm.DateTime"
>2015-08-25T00:00:00</
d
:LastLoginDate>
<
d
:UserStatus>Active</
d
:UserStatus>
<
d
:ActivationDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:ActivationDate>
<
d
:DeactivationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeactivationDate>
<
d
:UserLastName>Student</
d
:UserLastName>
<
d
:UserFirstName>Tatiana</
d
:UserFirstName>
<
d
:UserLastFirstName>Tatiana,Student</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>10</
d
:SiteProfileId>
<
d
:ExternalUserId></
d
:ExternalUserId>
</
m
:properties>
</
content
>
</
entry
>
<
entry
>
<
id
>
https://reporting.itslearning.com/odata/engine7/Users
(7)</
id
>
<
category
term
=
"Itslearning.Reporting.Data.Models.User"
scheme
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"
/>
<
link
rel
=
"edit"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(7)"
/>
<
link
rel
=
"self"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(7)"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/SiteProfile"
type
=
"application/atom+xml;type=entry"
title
=
"SiteProfile"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(7)/SiteProfile"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/UserLogins"
type
=
"application/atom+xml;type=feed"
title
=
"UserLogins"
href
=
"https://reporting.itslearning.com/odata/engine7/Users(7)/UserLogins"
/>
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/OrganizationMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"OrganizationMemberships"
href="
https://reporting.itslearning.com/odata/engine7/U
sers(7)/OrganizationMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/CourseMemberships"
type
=
"application/atom+xml;type=feed"
title
=
"CourseMemberships"
href="
https://reporting.itslearning.com/odata/engine7/Users
(7)/Cour
seMemberships" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveAssessments"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveAssessments"
href="
https://reporting.itslearning.com/odata
/engine7/Users(7)/LearningObjectiveAssessments" />
<
link
rel
=
"http://schemas.microsoft.com/ado/2007/08/dataservices/related/LearningObjectiveProgress"
type
=
"application/atom+xml;type=feed"
title
=
"LearningObjectiveProgress"
href="
https://reporting.itslearning.com/odata/engin
e7/Users(7)/LearningObjectiveProgress" />
<
title
/>
<
updated
>2016-12-20T14:24:39Z</
updated
>
<
author
>
<
name
/>
</
author
>
<
content
type
=
"application/xml"
>
<
m
:properties>
<
d
:UserId
m:type
=
"Edm.Int32"
>7</
d
:UserId>
<
d
:UserTitle>Daniel,Hesvik</
d
:UserTitle>
<
d
:UserName>daniel</
d
:UserName>
<
d
:LoginStatus>LOGGED IN</
d
:LoginStatus>
<
d
:FirstLoginDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:FirstLoginDate>
<
d
:LastLoginDate
m:type
=
"Edm.DateTime"
>2014-12-20T00:00:00</
d
:LastLoginDate>
<
d
:UserStatus>Active</
d
:UserStatus>
<
d
:ActivationDate
m:type
=
"Edm.DateTime"
>2010-12-16T00:00:00</
d
:ActivationDate>
<
d
:DeactivationDate
m:type
=
"Edm.DateTime"
>9999-12-31T00:00:00</
d
:DeactivationDate>
<
d
:UserLastName>Hesvik</
d
:UserLastName>
<
d
:UserFirstName>Daniel</
d
:UserFirstName>
<
d
:UserLastFirstName>Daniel,Hesvik</
d
:UserLastFirstName>
<
d
:SiteProfileId
m:type
=
"Edm.Int32"
>10</
d
:SiteProfileId>
<
d
:ExternalUserId></
d
:ExternalUserId>
</
m
:properties>
</
content
>
</
entry
>
</
feed
>
Response body - JSON (default output format)
{
"odata.metadata"
:
"https://reporting.itslearning.com/odata/engine7/$metadata#Users"
,
"value"
:[
{
"UserId"
:-
3
,
"UserTitle"
:
"Other"
,
"UserName"
:
null
,
"LoginStatus"
:
"NOT LOGGED IN"
,
"FirstLoginDate"
:
null
,
"LastLoginDate"
:
null
,
"UserStatus"
:
"Other"
,
"ActivationDate"
:
null
,
"DeactivationDate"
:
null
,
"UserLastName"
:
"Other"
,"UserFirst
Name
":"
Other
","
UserLastFirstName
":"
Other
","
SiteProfileId
":-1,"
ExternalUserId":
null
},{
"UserId"
:-
2
,
"UserTitle"
:
"Other"
,
"UserName"
:
null
,
"LoginStatus"
:
"LOGGED IN"
,
"FirstLoginDate"
:
null
,
"LastLoginDate"
:
null
,
"UserStatus"
:
"Other"
,
"ActivationDate"
:
null
,
"DeactivationDate"
:
null
,
"UserLastName"
:
"Other"
,"UserFirstName
":"
Other
","
UserLastFirstName
":"
Other
","
SiteProfileId
":-1,"
ExternalUserId":
null
},{
"UserId"
:-
1
,
"UserTitle"
:
"Other"
,
"UserName"
:
null
,
"LoginStatus"
:
"Other"
,
"FirstLoginDate"
:
null
,
"LastLoginDate"
:
null
,
"UserStatus"
:
"Other"
,
"ActivationDate"
:
null
,
"DeactivationDate"
:
null
,
"UserLastName"
:
"Other"
,
"UserFirstName"
:"O
ther
","
UserLastFirstName
":"
Other
","
SiteProfileId
":-1,"
ExternalUserId":
null
},{
"UserId"
:
1
,
"UserTitle"
:
"Admin,Admin"
,
"UserName"
:
"admin"
,
"LoginStatus"
:
"LOGGED IN"
,
"FirstLoginDate"
:
"2010-12-16T00:00:00"
,
"LastLoginDate"
:
"2016-12-14T00:00:00"
,
"UserStatus"
:
"Active"
,
"ActivationDate"
:
"2010-12-16T00:00:00"
,"
DeactivationDate
":"
9999
-
12
-31T00:
00
:
00
","
UserLastName
":"
Admin
","
UserFirstName
":"
Admin
","
UserLastFirstName
":"
Admin,Admin
","
SiteProfileId
":7,"
ExternalUserId
":"
BorisLovesCookiesToo"
},{
"UserId"
:
2
,
"UserTitle"
:
"dmitri,adov"
,
"UserName"
:
"dmitri.adov.teacher"
,
"LoginStatus"
:
"LOGGED IN"
,
"FirstLoginDate"
:
"2010-12-16T00:00:00"
,
"LastLoginDate"
:
"2010-12-16T00:00:00"
,
"UserStatus"
:
"Active"
,
"ActivationDate"
:"
2010
-
12
-
16T00:
00
:
00
","
DeactivationDate
":"
9999
-
12
-31T00:
00
:
00
","
UserLastName
":"
adov
","
UserFirstName
":"
dmitri
","
UserLastFirstName
":"
dmitri,adov
","
SiteProfileId
":9,"
ExternalUserId
":"
"
},{
"UserId"
:
3
,
"UserTitle"
:
"Tatiana,Teacher"
,
"UserName"
:
"t.teach"
,
"LoginStatus"
:
"LOGGED IN"
,
"FirstLoginDate"
:
"2010-12-16T00:00:00"
,
"LastLoginDate"
:
"2014-10-01T00:00:00"
,
"UserStatus"
:
"Active"
,
"ActivationDate"
:"
2010
-
12
-16T00:
00
:
00
","
DeactivationDate
":"
9999
-
12
-31T00:
00
:
00
","
UserLastName
":"
Teacher
","
UserFirstName
":"
Tatiana
","
UserLastFirstName
":"
Tatiana,Teacher
","
SiteProfileId
":9,"
ExternalUserId
":"
"
},{
"UserId"
:
4
,
"UserTitle"
:
"dmitri,adov"
,
"UserName"
:
"dmitri.adov.student"
,
"LoginStatus"
:
"LOGGED IN"
,
"FirstLoginDate"
:
"2010-12-16T00:00:00"
,
"LastLoginDate"
:
"2015-08-25T00:00:00"
,
"UserStatus"
:
"Active"
,
"ActivationDate"
:"
2010
-
12
-
16T00:
00
:
00
","
DeactivationDate
":"
9999
-
12
-31T00:
00
:
00
","
UserLastName
":"
adov
","
UserFirstName
":"
dmitri
","
UserLastFirstName
":"
dmitri,adov
","
SiteProfileId
":10,"
ExternalUserId
":"
"
},{
"UserId"
:
5
,
"UserTitle"
:
"Bent Audun,Hesvik"
,
"UserName"
:
"bah"
,
"LoginStatus"
:
"LOGGED IN"
,
"FirstLoginDate"
:
"2010-12-16T00:00:00"
,
"LastLoginDate"
:
"2016-12-06T00:00:00"
,
"UserStatus"
:
"Active"
,
"ActivationDate"
:"
2010
-
12
-16T00:
00
:
0
0
","
DeactivationDate
":"
9999
-
12
-31T00:
00
:
00
","
UserLastName
":"
Hesvik
","
UserFirstName
":"
Bent Audun
","
UserLastFirstName
":"
Bent Audun,Hesvik
","
SiteProfileId
":9,"
ExternalUserId
":"
"
},{
"UserId"
:
6
,
"UserTitle"
:
"Tatiana,Student"
,
"UserName"
:
"tatiana.student"
,
"LoginStatus"
:
"LOGGED IN"
,
"FirstLoginDate"
:
"2010-12-16T00:00:00"
,
"LastLoginDate"
:
"2015-08-25T00:00:00"
,
"UserStatus"
:
"Active"
,
"ActivationDate"
:"
2010
-
12
-
16T00:
00
:
00
","
DeactivationDate
":"
9999
-
12
-31T00:
00
:
00
","
UserLastName
":"
Student
","
UserFirstName
":"
Tatiana
","
UserLastFirstName
":"
Tatiana,Student
","
SiteProfileId
":10,"
ExternalUserId
":"
"
},{
"UserId"
:
7
,
"UserTitle"
:
"Daniel,Hesvik"
,
"UserName"
:
"daniel"
,
"LoginStatus"
:
"LOGGED IN"
,
"FirstLoginDate"
:
"2010-12-16T00:00:00"
,
"LastLoginDate"
:
"2014-12-20T00:00:00"
,
"UserStatus"
:
"Active"
,
"ActivationDate"
:"
2010
-
12
-16T00:
00
:
00
","
DeactivationDate
":"
9999
-
12
-31T00:
00
:
00
","
UserLastName
":"
Hesvik
","
UserFirstName
":"
Daniel
","
UserLastFirstName
":"
Daniel,Hesvik
","
SiteProfileId
":10,"
ExternalUserId
":"
"
}
]
}