GET users/{userIdentifier}/sessions
Gets the user sessions asynchronous.
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user passes at least one of the following conditions: Authenticated user matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user is a staff member and is assigned to the same center as a user who matches identifier given in "userIdentifier, studentIdentifier" uri parameter.
- Authenticated user who is either StaffMember, Student, Administrator, ProspectWithTrial, User
- Authenticated user who is either StaffMember, Student, QA, ISUSTeacher, Administrator, FocusTool, ProspectWithTrial, User
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier |
The user identifier. |
PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.TeacherSessionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Contact | string |
None. |
|
| Photo | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| PartnerId | globally unique identifier |
Required |
|
| ContentItemId | globally unique identifier |
Required |
|
| TeacherId | globally unique identifier |
Required |
|
| MeetingUrl | string |
Required |
|
| StartDateTime | date |
Required |
|
| EndDateTime | date |
Required |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Contact": "sample string 2",
"Photo": "sample string 3",
"StartDate": 4,
"EndDate": 5,
"PartnerId": "3c011ba3-ddf0-4a13-bdc1-c2bda0661e41",
"ContentItemId": "fd023a0a-65fe-437b-b0de-bf8d45e9f235",
"TeacherId": "7aee4399-b1e7-4a3e-994e-bafbbfbb3062",
"MeetingUrl": "sample string 9",
"StartDateTime": "2026-01-29T11:39:00.1219738+00:00",
"EndDateTime": "2026-01-29T11:39:00.1219738+00:00"
}