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": "2c824b38-f3c8-4b90-b9f1-1a39df7455b3",
"IsNewUser": true,
"UserName": "sample string 3",
"PrivacyPolicyApprove": true,
"ServerTime": "2026-04-17T07:36:20.715853+00:00",
"Registration": {
"Id": "417aeadb-ead2-458d-b1a1-a7526d988a4c",
"UserId": "9a7464dc-5010-470c-a460-d941964c6f2c",
"IsCurrent": true,
"CenterId": "b71deb67-b221-4e6f-a1b6-f4ff995a39ed",
"CenterZone": 5,
"ContractId": "sample string 6",
"CurrentContentItemId": "fd94578b-fec5-44fc-8a87-00411e5ced21",
"EndDate": "2026-04-17T07:36:20.7002271+00:00",
"StartDate": "2026-04-17T07:36:20.7002271+00:00",
"SchedulePreferenceDate": "2026-04-17T07:36:20.7002271+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-04-17T07:36:20.7002271+00:00"
},
"Bookmarks": {
"sample string 1": {
"Id": "16084c4d-df4e-47fb-b082-11bdc9313859",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "b64362b1-6fcf-46ca-a7a7-01fa3ead7fa9",
"Sequence": 1,
"AncestorCategoryId": "5851f376-cfbf-4cab-82dd-2c38db50c519",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "b1fb022c-97ff-4923-ade0-643de669018e",
"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": "b1fb022c-97ff-4923-ade0-643de669018e",
"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": "16084c4d-df4e-47fb-b082-11bdc9313859",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "b64362b1-6fcf-46ca-a7a7-01fa3ead7fa9",
"Sequence": 1,
"AncestorCategoryId": "5851f376-cfbf-4cab-82dd-2c38db50c519",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "b1fb022c-97ff-4923-ade0-643de669018e",
"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": "b1fb022c-97ff-4923-ade0-643de669018e",
"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": "1fc745ba-c280-4860-b52d-e8390dba2393",
"CategoryId": "d6573dc2-bd6b-4e39-b37c-4f51f6b94695",
"DisclaimerConfirmed": true
},
"Lessons": [
{
"Id": "39308120-bd10-4f2d-8e7d-205b2a0b009c",
"Score": 1.0,
"State": 1
},
{
"Id": "39308120-bd10-4f2d-8e7d-205b2a0b009c",
"Score": 1.0,
"State": 1
}
],
"Surveys": [
{
"Id": "13148c6e-f35e-4f5c-90d0-3545a6e3e436",
"Questions": [
{
"Id": "5bd7e22f-671e-40e1-b822-20a8e1e07dde",
"Answers": "sample string 2"
},
{
"Id": "5bd7e22f-671e-40e1-b822-20a8e1e07dde",
"Answers": "sample string 2"
}
]
},
{
"Id": "13148c6e-f35e-4f5c-90d0-3545a6e3e436",
"Questions": [
{
"Id": "5bd7e22f-671e-40e1-b822-20a8e1e07dde",
"Answers": "sample string 2"
},
{
"Id": "5bd7e22f-671e-40e1-b822-20a8e1e07dde",
"Answers": "sample string 2"
}
]
}
],
"Sessions": [
{
"Id": "f45454db-b9de-49b2-867e-53402d6de90e",
"ContentItemId": "15fb4dbe-1e8d-492c-a154-ff98fa211302",
"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-04-17T07:36:20.7002271+00:00",
"RescheduleDate": "2026-04-17T07:36:20.7002271+00:00"
},
{
"Id": "f45454db-b9de-49b2-867e-53402d6de90e",
"ContentItemId": "15fb4dbe-1e8d-492c-a154-ff98fa211302",
"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-04-17T07:36:20.7002271+00:00",
"RescheduleDate": "2026-04-17T07:36:20.7002271+00:00"
}
],
"TotalRescheduleCount": 4,
"StudentLevelInfo": {
"StartLevel": "sample string 1",
"EndLevel": "sample string 2",
"CurrentLevel": "sample string 3"
}
}
text/json
Sample:
{
"UserId": "2c824b38-f3c8-4b90-b9f1-1a39df7455b3",
"IsNewUser": true,
"UserName": "sample string 3",
"PrivacyPolicyApprove": true,
"ServerTime": "2026-04-17T07:36:20.7471031+00:00",
"Registration": {
"Id": "417aeadb-ead2-458d-b1a1-a7526d988a4c",
"UserId": "9a7464dc-5010-470c-a460-d941964c6f2c",
"IsCurrent": true,
"CenterId": "b71deb67-b221-4e6f-a1b6-f4ff995a39ed",
"CenterZone": 5,
"ContractId": "sample string 6",
"CurrentContentItemId": "fd94578b-fec5-44fc-8a87-00411e5ced21",
"EndDate": "2026-04-17T07:36:20.7002271+00:00",
"StartDate": "2026-04-17T07:36:20.7002271+00:00",
"SchedulePreferenceDate": "2026-04-17T07:36:20.7002271+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-04-17T07:36:20.7002271+00:00"
},
"Bookmarks": {
"sample string 1": {
"Id": "16084c4d-df4e-47fb-b082-11bdc9313859",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "b64362b1-6fcf-46ca-a7a7-01fa3ead7fa9",
"Sequence": 1,
"AncestorCategoryId": "5851f376-cfbf-4cab-82dd-2c38db50c519",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "b1fb022c-97ff-4923-ade0-643de669018e",
"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": "b1fb022c-97ff-4923-ade0-643de669018e",
"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": "16084c4d-df4e-47fb-b082-11bdc9313859",
"Description": "sample string 2",
"Duration": 1,
"IsSkippable": true,
"Url": "sample string 3",
"CourseId": "b64362b1-6fcf-46ca-a7a7-01fa3ead7fa9",
"Sequence": 1,
"AncestorCategoryId": "5851f376-cfbf-4cab-82dd-2c38db50c519",
"TypeId": 5,
"TypeName": "sample string 6",
"Hierarchy": [
{
"Id": "b1fb022c-97ff-4923-ade0-643de669018e",
"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": "b1fb022c-97ff-4923-ade0-643de669018e",
"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": "1fc745ba-c280-4860-b52d-e8390dba2393",
"CategoryId": "d6573dc2-bd6b-4e39-b37c-4f51f6b94695",
"DisclaimerConfirmed": true
},
"Lessons": [
{
"Id": "39308120-bd10-4f2d-8e7d-205b2a0b009c",
"Score": 1.0,
"State": 1
},
{
"Id": "39308120-bd10-4f2d-8e7d-205b2a0b009c",
"Score": 1.0,
"State": 1
}
],
"Surveys": [
{
"Id": "13148c6e-f35e-4f5c-90d0-3545a6e3e436",
"Questions": [
{
"Id": "5bd7e22f-671e-40e1-b822-20a8e1e07dde",
"Answers": "sample string 2"
},
{
"Id": "5bd7e22f-671e-40e1-b822-20a8e1e07dde",
"Answers": "sample string 2"
}
]
},
{
"Id": "13148c6e-f35e-4f5c-90d0-3545a6e3e436",
"Questions": [
{
"Id": "5bd7e22f-671e-40e1-b822-20a8e1e07dde",
"Answers": "sample string 2"
},
{
"Id": "5bd7e22f-671e-40e1-b822-20a8e1e07dde",
"Answers": "sample string 2"
}
]
}
],
"Sessions": [
{
"Id": "f45454db-b9de-49b2-867e-53402d6de90e",
"ContentItemId": "15fb4dbe-1e8d-492c-a154-ff98fa211302",
"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-04-17T07:36:20.7002271+00:00",
"RescheduleDate": "2026-04-17T07:36:20.7002271+00:00"
},
{
"Id": "f45454db-b9de-49b2-867e-53402d6de90e",
"ContentItemId": "15fb4dbe-1e8d-492c-a154-ff98fa211302",
"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-04-17T07:36:20.7002271+00:00",
"RescheduleDate": "2026-04-17T07:36:20.7002271+00:00"
}
],
"TotalRescheduleCount": 4,
"StudentLevelInfo": {
"StartLevel": "sample string 1",
"EndLevel": "sample string 2",
"CurrentLevel": "sample string 3"
}
}