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": "642645ec-a49d-4532-b176-fc458fecc0f9",
"IsNewUser": true,
"UserName": "sample string 3",
"PrivacyPolicyApprove": true,
"ServerTime": "2026-07-30T19:12:56.5597892+00:00",
"Registration": {
"Id": "c6ee3451-6fd1-4ba3-b0cb-e81a0a4562ee",
"UserId": "2acaadde-5ce0-4dc2-8519-5f7f1da300ca",
"IsCurrent": true,
"CenterId": "f140f20f-6497-40a3-9de4-c5a9d4d0100b",
"CenterZone": 5,
"ContractId": "sample string 6",
"CurrentContentItemId": "181d8847-8f3e-49c5-873d-112f84860ef1",
"EndDate": "2026-07-30T19:12:56.5285395+00:00",
"StartDate": "2026-07-30T19:12:56.5285395+00:00",
"SchedulePreferenceDate": "2026-07-30T19:12:56.5285395+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-30T19:12:56.5285395+00:00"
},
"Bookmarks": {
"sample string 1": {
"Id": "143785ad-1d7a-43d4-ba05-c7333f210ccc",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "9e6309f0-050a-497e-a329-f85986ff2228",
"Sequence": 1,
"AncestorCategoryId": "c7844435-8093-4208-8421-23d442a3c587",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "9009dff3-95f7-4cf7-b184-b10c34b1840c",
"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": "9009dff3-95f7-4cf7-b184-b10c34b1840c",
"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": "143785ad-1d7a-43d4-ba05-c7333f210ccc",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "9e6309f0-050a-497e-a329-f85986ff2228",
"Sequence": 1,
"AncestorCategoryId": "c7844435-8093-4208-8421-23d442a3c587",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "9009dff3-95f7-4cf7-b184-b10c34b1840c",
"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": "9009dff3-95f7-4cf7-b184-b10c34b1840c",
"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": "9e9b45ca-e582-4240-9ece-d4edb5f3c778",
"CategoryId": "bc1b7459-e543-4a68-b1e8-98e79254d69d",
"DisclaimerConfirmed": true
},
"Lessons": [
{
"Id": "7d2e41a2-b0b7-4321-8aa0-527dbb8a71e0",
"Score": 1.0,
"State": 1
},
{
"Id": "7d2e41a2-b0b7-4321-8aa0-527dbb8a71e0",
"Score": 1.0,
"State": 1
}
],
"Surveys": [
{
"Id": "c967bfb4-f594-42bb-abb0-53cbcc8257fe",
"Questions": [
{
"Id": "c2eccd43-f34d-49a1-b31f-b06131edc7be",
"Answers": "sample string 2"
},
{
"Id": "c2eccd43-f34d-49a1-b31f-b06131edc7be",
"Answers": "sample string 2"
}
]
},
{
"Id": "c967bfb4-f594-42bb-abb0-53cbcc8257fe",
"Questions": [
{
"Id": "c2eccd43-f34d-49a1-b31f-b06131edc7be",
"Answers": "sample string 2"
},
{
"Id": "c2eccd43-f34d-49a1-b31f-b06131edc7be",
"Answers": "sample string 2"
}
]
}
],
"Sessions": [
{
"Id": "08ccfebf-9639-4761-9056-1e0c91b05f23",
"ContentItemId": "a9a90178-74af-452e-b603-5e5acb261ec3",
"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-30T19:12:56.5285395+00:00",
"RescheduleDate": "2026-07-30T19:12:56.5285395+00:00"
},
{
"Id": "08ccfebf-9639-4761-9056-1e0c91b05f23",
"ContentItemId": "a9a90178-74af-452e-b603-5e5acb261ec3",
"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-30T19:12:56.5285395+00:00",
"RescheduleDate": "2026-07-30T19:12:56.5285395+00:00"
}
],
"TotalRescheduleCount": 4,
"StudentLevelInfo": {
"StartLevel": "sample string 1",
"EndLevel": "sample string 2",
"CurrentLevel": "sample string 3"
}
}
text/json
Sample:
{
"UserId": "642645ec-a49d-4532-b176-fc458fecc0f9",
"IsNewUser": true,
"UserName": "sample string 3",
"PrivacyPolicyApprove": true,
"ServerTime": "2026-07-30T19:12:56.6535945+00:00",
"Registration": {
"Id": "c6ee3451-6fd1-4ba3-b0cb-e81a0a4562ee",
"UserId": "2acaadde-5ce0-4dc2-8519-5f7f1da300ca",
"IsCurrent": true,
"CenterId": "f140f20f-6497-40a3-9de4-c5a9d4d0100b",
"CenterZone": 5,
"ContractId": "sample string 6",
"CurrentContentItemId": "181d8847-8f3e-49c5-873d-112f84860ef1",
"EndDate": "2026-07-30T19:12:56.5285395+00:00",
"StartDate": "2026-07-30T19:12:56.5285395+00:00",
"SchedulePreferenceDate": "2026-07-30T19:12:56.5285395+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-30T19:12:56.5285395+00:00"
},
"Bookmarks": {
"sample string 1": {
"Id": "143785ad-1d7a-43d4-ba05-c7333f210ccc",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "9e6309f0-050a-497e-a329-f85986ff2228",
"Sequence": 1,
"AncestorCategoryId": "c7844435-8093-4208-8421-23d442a3c587",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "9009dff3-95f7-4cf7-b184-b10c34b1840c",
"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": "9009dff3-95f7-4cf7-b184-b10c34b1840c",
"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": "143785ad-1d7a-43d4-ba05-c7333f210ccc",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "9e6309f0-050a-497e-a329-f85986ff2228",
"Sequence": 1,
"AncestorCategoryId": "c7844435-8093-4208-8421-23d442a3c587",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "9009dff3-95f7-4cf7-b184-b10c34b1840c",
"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": "9009dff3-95f7-4cf7-b184-b10c34b1840c",
"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": "9e9b45ca-e582-4240-9ece-d4edb5f3c778",
"CategoryId": "bc1b7459-e543-4a68-b1e8-98e79254d69d",
"DisclaimerConfirmed": true
},
"Lessons": [
{
"Id": "7d2e41a2-b0b7-4321-8aa0-527dbb8a71e0",
"Score": 1.0,
"State": 1
},
{
"Id": "7d2e41a2-b0b7-4321-8aa0-527dbb8a71e0",
"Score": 1.0,
"State": 1
}
],
"Surveys": [
{
"Id": "c967bfb4-f594-42bb-abb0-53cbcc8257fe",
"Questions": [
{
"Id": "c2eccd43-f34d-49a1-b31f-b06131edc7be",
"Answers": "sample string 2"
},
{
"Id": "c2eccd43-f34d-49a1-b31f-b06131edc7be",
"Answers": "sample string 2"
}
]
},
{
"Id": "c967bfb4-f594-42bb-abb0-53cbcc8257fe",
"Questions": [
{
"Id": "c2eccd43-f34d-49a1-b31f-b06131edc7be",
"Answers": "sample string 2"
},
{
"Id": "c2eccd43-f34d-49a1-b31f-b06131edc7be",
"Answers": "sample string 2"
}
]
}
],
"Sessions": [
{
"Id": "08ccfebf-9639-4761-9056-1e0c91b05f23",
"ContentItemId": "a9a90178-74af-452e-b603-5e5acb261ec3",
"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-30T19:12:56.5285395+00:00",
"RescheduleDate": "2026-07-30T19:12:56.5285395+00:00"
},
{
"Id": "08ccfebf-9639-4761-9056-1e0c91b05f23",
"ContentItemId": "a9a90178-74af-452e-b603-5e5acb261ec3",
"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-30T19:12:56.5285395+00:00",
"RescheduleDate": "2026-07-30T19:12:56.5285395+00:00"
}
],
"TotalRescheduleCount": 4,
"StudentLevelInfo": {
"StartLevel": "sample string 1",
"EndLevel": "sample string 2",
"CurrentLevel": "sample string 3"
}
}