Name | Description | Type | Additional information |
---|---|---|---|
PersonId |
The unique ID of the person |
integer |
None. |
FirstName |
The users first name. It can only be used when first name is displayed without last name. Otherwise must be used. |
string |
None. |
LastName |
The users last name. |
string |
None. |
Language |
The users preferred language. |
string |
None. |
ProfileImageUrl |
The absolute URL to the user uploaded profile image. |
string |
None. |
Children |
DEPRECATED Use GET restapi/personal/children/v1 to get the list of children |
Collection of Itslearning.RestApi.Entities.Child |
None. |
iCalUrl |
The iCal URL to the person's calendar. Calendar feed returns events from all courses. |
string |
None. |
CanAccessMessageSystem |
True if user can access the internal messages system |
boolean |
None. |
CanAccessCalendar |
True if user can access the itslearning calendar system |
boolean |
None. |
CanAccessPersonalSettings |
True if user can access personal settings. Need this in order to change profile picture. |
boolean |
None. |
CanAccessInstantMessageSystem |
True if user can access the internal instant messages system |
boolean |
None. |
TimeZoneId |
Id of timezone that can be used in .net framework: TimeZoneInfo tzi = TimeZoneInfo.FindSystemTimeZoneById(TimeZoneId). |
string |
None. |
Use12HTimeFormat |
True if user uses 12h time format. |
boolean |
None. |
SyncKey |
The unique person synchronization identifier. Returned only if API client has access to extended data. |
string |
None. |
CanAccessCourses |
True if user can courses. |
boolean |
None. |
iCalFavoriteOnlyUrl |
The iCal URL to the person's calendar. Calendar feed returns events only from favourite courses. |
string |
None. |
HasHigherEducationLanguage |
If the user should see Higher Education language. |
boolean |
None. |
FullName |
The users full name. |
string |
None. |