Name | Description | Type | Additional information |
---|---|---|---|
SourceLocationId |
The id of how the recipient have relation to the Instant Message Thread, if the recipient was added to the thread by a course or project |
integer |
None. |
SourceLocationType |
The type of the id of how the recipient have relation to the Instant Message Thread, if the recipient was added to the thread by a course or project |
Itslearning.RestApi.Entities.LocationRecipientType |
None. |
IsDeleted |
Flag indicates the recipient has been deleted yet. |
boolean |
None. |
CanReceive |
Flag indicates if the instant message is on or off for a participant. |
boolean |
None. |
RoleInHierarchyTitle |
Role in hierarchy for a participant as text. |
string |
None. |
RoleInHierarchy |
Role in hierarchy for a participant. |
Itsolutions.ItslUtils.Constants.HierarchyRole |
None. |
ExtraUserInformation |
Contains extra user information which can be different depending on customer settings. It can be either username, synchronization key, any of 5 custom strings or none. |
string |
None. |
PersonId |
The unique id for for the person, in scope of a site (itslearning customer). |
integer |
None. |
FirstName |
The person's first name. It can only be used when first name is displayed without last name. Otherwise must be used. |
string |
None. |
LastName |
The person's last name. It can only be used when last name is displayed without first name. Otherwise must be used. |
string |
None. |
FullName |
The person's full name formatted according to regional settings of a site. |
string |
None. |
ProfileUrl |
The url to view the person's profile in itslearning. |
string |
None. |
AdditionalInfo |
Additional information about the person. This can be context sensitive. For example when using the rest api method for message recipients search, this field can contain extra information about the person, that helps the user distinguish between persons with identical names. |
string |
None. |
ProfileImageUrl |
The absolute URL to the person's profile image. This can be null or empty if the person does not have a profile image. |
string |
None. |
ProfileImageUrlSmall |
The absolute URL to the person's profile image. This can be null or empty if the person does not have a profile image. |
string |
None. |