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": "da7c5f08-00d6-49ff-ae65-64ca33e49f0b",
"IsNewUser": true,
"UserName": "sample string 3",
"PrivacyPolicyApprove": true,
"ServerTime": "2026-05-26T19:49:22.1794278+00:00",
"Registration": {
"Id": "663dc516-6773-408a-91f1-017041ddd0e0",
"UserId": "e593b64b-a570-4e0b-b4cf-3530a82925eb",
"IsCurrent": true,
"CenterId": "27a33d5b-2943-4f34-9f6f-0edfb006269d",
"CenterZone": 5,
"ContractId": "sample string 6",
"CurrentContentItemId": "fa5ef5dc-7f40-4f5c-ab84-fd27fbb39a2e",
"EndDate": "2026-05-26T19:49:22.1637948+00:00",
"StartDate": "2026-05-26T19:49:22.1637948+00:00",
"SchedulePreferenceDate": "2026-05-26T19:49:22.1637948+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-05-26T19:49:22.1637948+00:00"
},
"Bookmarks": {
"sample string 1": {
"Id": "19389ca6-a9a1-480f-86ee-355c56250dd1",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "32472257-a816-4d2b-874d-10c2ebf39cb7",
"Sequence": 1,
"AncestorCategoryId": "c4262431-0e6c-4d5b-8e71-99d6883c8f23",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "86158636-87c1-4843-8917-15e99b94c707",
"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": "86158636-87c1-4843-8917-15e99b94c707",
"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": "19389ca6-a9a1-480f-86ee-355c56250dd1",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "32472257-a816-4d2b-874d-10c2ebf39cb7",
"Sequence": 1,
"AncestorCategoryId": "c4262431-0e6c-4d5b-8e71-99d6883c8f23",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "86158636-87c1-4843-8917-15e99b94c707",
"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": "86158636-87c1-4843-8917-15e99b94c707",
"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": "a09849d9-c8b8-44d7-8b3d-9278232f4e9d",
"CategoryId": "75000558-4a35-4af0-94b6-966189a99150",
"DisclaimerConfirmed": true
},
"Lessons": [
{
"Id": "a8065f9f-9440-44d7-b6d9-bcbd6ade13d9",
"Score": 1.0,
"State": 1
},
{
"Id": "a8065f9f-9440-44d7-b6d9-bcbd6ade13d9",
"Score": 1.0,
"State": 1
}
],
"Surveys": [
{
"Id": "c4fdaf4c-8c2e-4e18-ad31-3401c7a3be01",
"Questions": [
{
"Id": "c8366acc-22f6-4aab-9a98-96697e99703c",
"Answers": "sample string 2"
},
{
"Id": "c8366acc-22f6-4aab-9a98-96697e99703c",
"Answers": "sample string 2"
}
]
},
{
"Id": "c4fdaf4c-8c2e-4e18-ad31-3401c7a3be01",
"Questions": [
{
"Id": "c8366acc-22f6-4aab-9a98-96697e99703c",
"Answers": "sample string 2"
},
{
"Id": "c8366acc-22f6-4aab-9a98-96697e99703c",
"Answers": "sample string 2"
}
]
}
],
"Sessions": [
{
"Id": "969783e0-c0e8-4a98-9b66-89bb81373e4d",
"ContentItemId": "c634f768-6b33-4e95-8c46-15b672772168",
"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-05-26T19:49:22.1637948+00:00",
"RescheduleDate": "2026-05-26T19:49:22.1794278+00:00"
},
{
"Id": "969783e0-c0e8-4a98-9b66-89bb81373e4d",
"ContentItemId": "c634f768-6b33-4e95-8c46-15b672772168",
"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-05-26T19:49:22.1637948+00:00",
"RescheduleDate": "2026-05-26T19:49:22.1794278+00:00"
}
],
"TotalRescheduleCount": 4,
"StudentLevelInfo": {
"StartLevel": "sample string 1",
"EndLevel": "sample string 2",
"CurrentLevel": "sample string 3"
}
}
text/json
Sample:
{
"UserId": "da7c5f08-00d6-49ff-ae65-64ca33e49f0b",
"IsNewUser": true,
"UserName": "sample string 3",
"PrivacyPolicyApprove": true,
"ServerTime": "2026-05-26T19:49:22.1950559+00:00",
"Registration": {
"Id": "663dc516-6773-408a-91f1-017041ddd0e0",
"UserId": "e593b64b-a570-4e0b-b4cf-3530a82925eb",
"IsCurrent": true,
"CenterId": "27a33d5b-2943-4f34-9f6f-0edfb006269d",
"CenterZone": 5,
"ContractId": "sample string 6",
"CurrentContentItemId": "fa5ef5dc-7f40-4f5c-ab84-fd27fbb39a2e",
"EndDate": "2026-05-26T19:49:22.1637948+00:00",
"StartDate": "2026-05-26T19:49:22.1637948+00:00",
"SchedulePreferenceDate": "2026-05-26T19:49:22.1637948+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-05-26T19:49:22.1637948+00:00"
},
"Bookmarks": {
"sample string 1": {
"Id": "19389ca6-a9a1-480f-86ee-355c56250dd1",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "32472257-a816-4d2b-874d-10c2ebf39cb7",
"Sequence": 1,
"AncestorCategoryId": "c4262431-0e6c-4d5b-8e71-99d6883c8f23",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "86158636-87c1-4843-8917-15e99b94c707",
"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": "86158636-87c1-4843-8917-15e99b94c707",
"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": "19389ca6-a9a1-480f-86ee-355c56250dd1",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "32472257-a816-4d2b-874d-10c2ebf39cb7",
"Sequence": 1,
"AncestorCategoryId": "c4262431-0e6c-4d5b-8e71-99d6883c8f23",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "86158636-87c1-4843-8917-15e99b94c707",
"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": "86158636-87c1-4843-8917-15e99b94c707",
"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": "a09849d9-c8b8-44d7-8b3d-9278232f4e9d",
"CategoryId": "75000558-4a35-4af0-94b6-966189a99150",
"DisclaimerConfirmed": true
},
"Lessons": [
{
"Id": "a8065f9f-9440-44d7-b6d9-bcbd6ade13d9",
"Score": 1.0,
"State": 1
},
{
"Id": "a8065f9f-9440-44d7-b6d9-bcbd6ade13d9",
"Score": 1.0,
"State": 1
}
],
"Surveys": [
{
"Id": "c4fdaf4c-8c2e-4e18-ad31-3401c7a3be01",
"Questions": [
{
"Id": "c8366acc-22f6-4aab-9a98-96697e99703c",
"Answers": "sample string 2"
},
{
"Id": "c8366acc-22f6-4aab-9a98-96697e99703c",
"Answers": "sample string 2"
}
]
},
{
"Id": "c4fdaf4c-8c2e-4e18-ad31-3401c7a3be01",
"Questions": [
{
"Id": "c8366acc-22f6-4aab-9a98-96697e99703c",
"Answers": "sample string 2"
},
{
"Id": "c8366acc-22f6-4aab-9a98-96697e99703c",
"Answers": "sample string 2"
}
]
}
],
"Sessions": [
{
"Id": "969783e0-c0e8-4a98-9b66-89bb81373e4d",
"ContentItemId": "c634f768-6b33-4e95-8c46-15b672772168",
"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-05-26T19:49:22.1637948+00:00",
"RescheduleDate": "2026-05-26T19:49:22.1794278+00:00"
},
{
"Id": "969783e0-c0e8-4a98-9b66-89bb81373e4d",
"ContentItemId": "c634f768-6b33-4e95-8c46-15b672772168",
"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-05-26T19:49:22.1637948+00:00",
"RescheduleDate": "2026-05-26T19:49:22.1794278+00:00"
}
],
"TotalRescheduleCount": 4,
"StudentLevelInfo": {
"StartLevel": "sample string 1",
"EndLevel": "sample string 2",
"CurrentLevel": "sample string 3"
}
}