GET users/{userIdentifier}/state
Gets the User's state information.
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 is a staff member and is assigned to the online center as a user who matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user 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 |
user's identifier |
PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.UserStateBackwardCompatibleViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| IsNewUser | boolean |
None. |
|
| UserName | string |
None. |
|
| PrivacyPolicyApprove | boolean |
None. |
|
| ServerTime | date |
None. |
|
| Registration | PearsonEnglish.LearningServices.Core.Models.Views.RegistrationViewModel |
None. |
|
| TimeZone | PearsonEnglish.LearningServices.Core.Models.Views.TimeZoneViewModel |
None. |
|
| Bookmarks | Dictionary of string [key] and PearsonEnglish.LearningServices.Core.Models.Views.ContentItemViewModel [value] |
None. |
|
| CurrentCourse | PearsonEnglish.LearningServices.Core.Models.CurrentCourse |
None. |
|
| Lessons | Collection of PearsonEnglish.LearningServices.Core.Models.Views.ContentItemResultViewModel |
None. |
|
| Surveys | Collection of PearsonEnglish.LearningServices.Core.Models.Views.UserSurveyViewModel |
None. |
|
| Sessions | Collection of PearsonEnglish.LearningServices.Core.Models.Views.UserSessionStateViewModel |
None. |
|
| TotalRescheduleCount | integer |
None. |
|
| StudentLevelInfo | PearsonEnglish.LearningServices.Core.Models.StudentLevelInfo |
None. |
Response Formats
application/json
Sample:
{
"UserId": "666ec01c-4c64-4738-ad1f-bf28cfa2d74a",
"IsNewUser": true,
"UserName": "sample string 3",
"PrivacyPolicyApprove": true,
"ServerTime": "2026-07-01T10:22:30.6938019+00:00",
"Registration": {
"Id": "8d409d23-d665-4c4d-926d-472a2683d984",
"UserId": "377c6076-d106-46b4-b5b5-23b38144e62c",
"IsCurrent": true,
"CenterId": "e82df137-1e12-41f1-8cc4-ffee03da945b",
"CenterZone": 5,
"ContractId": "sample string 6",
"CurrentContentItemId": "9ab721c7-a2b9-46ae-9f8a-4fd348fe5815",
"EndDate": "2026-07-01T10:22:30.678181+00:00",
"StartDate": "2026-07-01T10:22:30.678181+00:00",
"SchedulePreferenceDate": "2026-07-01T10:22:30.678181+00:00",
"TypeName": "sample string 10",
"WorkbookType": 0,
"EnglishAnytime": true,
"AllowSelfBooking": true,
"RegistrationStatus": "sample string 12",
"CourseStatus": "sample string 13",
"StudentCurrentContractStatus": "sample string 14",
"OnlineClassAccess": true,
"InCenterClassAccess": true,
"IsMembership": true,
"IsPromo": true,
"OnboardingAccess": true,
"IsCrossCenterBooking": true,
"IsTeen": true,
"IsGroupContract": true,
"IsB2B": true,
"ServiceType": 1,
"LabTeacherReferenceId": "sample string 24",
"ConsultantReferenceId": "sample string 25"
},
"TimeZone": {
"Name": "sample string 1",
"IanaName": "sample string 2",
"LocalUtcOffset": "00:00:00.1234567",
"LocalDateTime": "2026-07-01T10:22:30.678181+00:00"
},
"Bookmarks": {
"sample string 1": {
"Id": "0de19e43-d762-466e-9c57-1ff05fd9cc13",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "3924c64b-94f4-4707-a15a-edfdbfeba173",
"Sequence": 1,
"AncestorCategoryId": "3721f23d-44e8-43ca-ae39-34978795ecfa",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "f3ef19ca-42c8-4cf5-8b25-d73aea2b55ae",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
},
{
"Id": "f3ef19ca-42c8-4cf5-8b25-d73aea2b55ae",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
}
],
"ContentOptimizationLevelId": 7,
"ContentOptimizationLevelName": "sample string 8"
},
"sample string 2": {
"Id": "0de19e43-d762-466e-9c57-1ff05fd9cc13",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "3924c64b-94f4-4707-a15a-edfdbfeba173",
"Sequence": 1,
"AncestorCategoryId": "3721f23d-44e8-43ca-ae39-34978795ecfa",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "f3ef19ca-42c8-4cf5-8b25-d73aea2b55ae",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
},
{
"Id": "f3ef19ca-42c8-4cf5-8b25-d73aea2b55ae",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
}
],
"ContentOptimizationLevelId": 7,
"ContentOptimizationLevelName": "sample string 8"
}
},
"CurrentCourse": {
"Id": "bdb15d04-28ea-4999-8e6c-fbef0b6b7421",
"CategoryId": "77db9111-bed2-458f-bc82-fe5f9c10713a",
"DisclaimerConfirmed": true
},
"Lessons": [
{
"Id": "24dffb2f-8bf2-438d-b3d2-87c99b067b5a",
"Score": 1.0,
"State": 1
},
{
"Id": "24dffb2f-8bf2-438d-b3d2-87c99b067b5a",
"Score": 1.0,
"State": 1
}
],
"Surveys": [
{
"Id": "82da4cf7-9e23-4436-b6e6-d6d6c5bcc989",
"Questions": [
{
"Id": "82baa047-bd93-47a2-8951-9b6e49cfd2ad",
"Answers": "sample string 2"
},
{
"Id": "82baa047-bd93-47a2-8951-9b6e49cfd2ad",
"Answers": "sample string 2"
}
]
},
{
"Id": "82da4cf7-9e23-4436-b6e6-d6d6c5bcc989",
"Questions": [
{
"Id": "82baa047-bd93-47a2-8951-9b6e49cfd2ad",
"Answers": "sample string 2"
},
{
"Id": "82baa047-bd93-47a2-8951-9b6e49cfd2ad",
"Answers": "sample string 2"
}
]
}
],
"Sessions": [
{
"Id": "c48c53a8-cd2e-4ba2-a3d1-fa75d324fc49",
"ContentItemId": "8f622c3b-3359-4476-a6c2-00a2f1464402",
"Status": "sample string 3",
"TeacherFeedbacks": [
{
"Type": "sample string 1",
"Value1": "sample string 2",
"Value2": "sample string 3"
},
{
"Type": "sample string 1",
"Value1": "sample string 2",
"Value2": "sample string 3"
}
],
"RatingDate": "2026-07-01T10:22:30.678181+00:00",
"RescheduleDate": "2026-07-01T10:22:30.678181+00:00"
},
{
"Id": "c48c53a8-cd2e-4ba2-a3d1-fa75d324fc49",
"ContentItemId": "8f622c3b-3359-4476-a6c2-00a2f1464402",
"Status": "sample string 3",
"TeacherFeedbacks": [
{
"Type": "sample string 1",
"Value1": "sample string 2",
"Value2": "sample string 3"
},
{
"Type": "sample string 1",
"Value1": "sample string 2",
"Value2": "sample string 3"
}
],
"RatingDate": "2026-07-01T10:22:30.678181+00:00",
"RescheduleDate": "2026-07-01T10:22:30.678181+00:00"
}
],
"TotalRescheduleCount": 4,
"StudentLevelInfo": {
"StartLevel": "sample string 1",
"EndLevel": "sample string 2",
"CurrentLevel": "sample string 3"
}
}
text/json
Sample:
{
"UserId": "666ec01c-4c64-4738-ad1f-bf28cfa2d74a",
"IsNewUser": true,
"UserName": "sample string 3",
"PrivacyPolicyApprove": true,
"ServerTime": "2026-07-01T10:22:30.7251213+00:00",
"Registration": {
"Id": "8d409d23-d665-4c4d-926d-472a2683d984",
"UserId": "377c6076-d106-46b4-b5b5-23b38144e62c",
"IsCurrent": true,
"CenterId": "e82df137-1e12-41f1-8cc4-ffee03da945b",
"CenterZone": 5,
"ContractId": "sample string 6",
"CurrentContentItemId": "9ab721c7-a2b9-46ae-9f8a-4fd348fe5815",
"EndDate": "2026-07-01T10:22:30.678181+00:00",
"StartDate": "2026-07-01T10:22:30.678181+00:00",
"SchedulePreferenceDate": "2026-07-01T10:22:30.678181+00:00",
"TypeName": "sample string 10",
"WorkbookType": 0,
"EnglishAnytime": true,
"AllowSelfBooking": true,
"RegistrationStatus": "sample string 12",
"CourseStatus": "sample string 13",
"StudentCurrentContractStatus": "sample string 14",
"OnlineClassAccess": true,
"InCenterClassAccess": true,
"IsMembership": true,
"IsPromo": true,
"OnboardingAccess": true,
"IsCrossCenterBooking": true,
"IsTeen": true,
"IsGroupContract": true,
"IsB2B": true,
"ServiceType": 1,
"LabTeacherReferenceId": "sample string 24",
"ConsultantReferenceId": "sample string 25"
},
"TimeZone": {
"Name": "sample string 1",
"IanaName": "sample string 2",
"LocalUtcOffset": "00:00:00.1234567",
"LocalDateTime": "2026-07-01T10:22:30.678181+00:00"
},
"Bookmarks": {
"sample string 1": {
"Id": "0de19e43-d762-466e-9c57-1ff05fd9cc13",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "3924c64b-94f4-4707-a15a-edfdbfeba173",
"Sequence": 1,
"AncestorCategoryId": "3721f23d-44e8-43ca-ae39-34978795ecfa",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "f3ef19ca-42c8-4cf5-8b25-d73aea2b55ae",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
},
{
"Id": "f3ef19ca-42c8-4cf5-8b25-d73aea2b55ae",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
}
],
"ContentOptimizationLevelId": 7,
"ContentOptimizationLevelName": "sample string 8"
},
"sample string 2": {
"Id": "0de19e43-d762-466e-9c57-1ff05fd9cc13",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "3924c64b-94f4-4707-a15a-edfdbfeba173",
"Sequence": 1,
"AncestorCategoryId": "3721f23d-44e8-43ca-ae39-34978795ecfa",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "f3ef19ca-42c8-4cf5-8b25-d73aea2b55ae",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
},
{
"Id": "f3ef19ca-42c8-4cf5-8b25-d73aea2b55ae",
"Type": "sample string 2",
"Sequence": 1,
"Path": "sample string 3",
"Attributes": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"ChildCategories": []
}
],
"ContentOptimizationLevelId": 7,
"ContentOptimizationLevelName": "sample string 8"
}
},
"CurrentCourse": {
"Id": "bdb15d04-28ea-4999-8e6c-fbef0b6b7421",
"CategoryId": "77db9111-bed2-458f-bc82-fe5f9c10713a",
"DisclaimerConfirmed": true
},
"Lessons": [
{
"Id": "24dffb2f-8bf2-438d-b3d2-87c99b067b5a",
"Score": 1.0,
"State": 1
},
{
"Id": "24dffb2f-8bf2-438d-b3d2-87c99b067b5a",
"Score": 1.0,
"State": 1
}
],
"Surveys": [
{
"Id": "82da4cf7-9e23-4436-b6e6-d6d6c5bcc989",
"Questions": [
{
"Id": "82baa047-bd93-47a2-8951-9b6e49cfd2ad",
"Answers": "sample string 2"
},
{
"Id": "82baa047-bd93-47a2-8951-9b6e49cfd2ad",
"Answers": "sample string 2"
}
]
},
{
"Id": "82da4cf7-9e23-4436-b6e6-d6d6c5bcc989",
"Questions": [
{
"Id": "82baa047-bd93-47a2-8951-9b6e49cfd2ad",
"Answers": "sample string 2"
},
{
"Id": "82baa047-bd93-47a2-8951-9b6e49cfd2ad",
"Answers": "sample string 2"
}
]
}
],
"Sessions": [
{
"Id": "c48c53a8-cd2e-4ba2-a3d1-fa75d324fc49",
"ContentItemId": "8f622c3b-3359-4476-a6c2-00a2f1464402",
"Status": "sample string 3",
"TeacherFeedbacks": [
{
"Type": "sample string 1",
"Value1": "sample string 2",
"Value2": "sample string 3"
},
{
"Type": "sample string 1",
"Value1": "sample string 2",
"Value2": "sample string 3"
}
],
"RatingDate": "2026-07-01T10:22:30.678181+00:00",
"RescheduleDate": "2026-07-01T10:22:30.678181+00:00"
},
{
"Id": "c48c53a8-cd2e-4ba2-a3d1-fa75d324fc49",
"ContentItemId": "8f622c3b-3359-4476-a6c2-00a2f1464402",
"Status": "sample string 3",
"TeacherFeedbacks": [
{
"Type": "sample string 1",
"Value1": "sample string 2",
"Value2": "sample string 3"
},
{
"Type": "sample string 1",
"Value1": "sample string 2",
"Value2": "sample string 3"
}
],
"RatingDate": "2026-07-01T10:22:30.678181+00:00",
"RescheduleDate": "2026-07-01T10:22:30.678181+00:00"
}
],
"TotalRescheduleCount": 4,
"StudentLevelInfo": {
"StartLevel": "sample string 1",
"EndLevel": "sample string 2",
"CurrentLevel": "sample string 3"
}
}