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

NameDescriptionTypeAdditional information
userIdentifier

user's identifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

Body Parameters

None.

Response Information

Resource Description

PearsonEnglish.LearningServices.Core.Models.Views.UserStateBackwardCompatibleViewModel
NameDescriptionTypeAdditional 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": "83b06278-6827-4c8a-8085-ad980ef45ce1",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-08-19T13:57:49.0672426+00:00",
  "Registration": {
    "Id": "170c5691-a9c5-4119-a40f-164f002d5ad5",
    "UserId": "e2d4fab6-b393-4af9-a7b1-85750e0a4a76",
    "IsCurrent": true,
    "CenterId": "4bcfb5a4-6b04-4535-a0fe-8a805653afb8",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "770e02dd-904c-49d6-a57f-29cb2eb63137",
    "EndDate": "2026-08-19T13:57:49.0672426+00:00",
    "StartDate": "2026-08-19T13:57:49.0672426+00:00",
    "SchedulePreferenceDate": "2026-08-19T13:57:49.0672426+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-08-19T13:57:49.0672426+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "c0c28f3c-0815-444d-912a-3f4b8e75de45",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "6606d7b1-d31e-4c5f-87ae-91def2db764b",
      "Sequence": 1,
      "AncestorCategoryId": "6de1a5f1-4ebf-4275-8146-9f789da054ab",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "8fbf1f11-534c-4192-a2a9-6a95a68f7b3f",
          "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": "8fbf1f11-534c-4192-a2a9-6a95a68f7b3f",
          "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": "c0c28f3c-0815-444d-912a-3f4b8e75de45",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "6606d7b1-d31e-4c5f-87ae-91def2db764b",
      "Sequence": 1,
      "AncestorCategoryId": "6de1a5f1-4ebf-4275-8146-9f789da054ab",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "8fbf1f11-534c-4192-a2a9-6a95a68f7b3f",
          "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": "8fbf1f11-534c-4192-a2a9-6a95a68f7b3f",
          "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": "3e7a9f72-0d7c-42d4-bdce-f1b89aee6283",
    "CategoryId": "b1d312cd-1935-460b-84d7-5fb509dc19db",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "53930662-7b55-4066-b8ad-561f2183c3d0",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "53930662-7b55-4066-b8ad-561f2183c3d0",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "3b5990cd-143c-4214-bd09-afd1b5b3f4f1",
      "Questions": [
        {
          "Id": "5bb3a9bb-5080-472c-aabe-ad9e790227c6",
          "Answers": "sample string 2"
        },
        {
          "Id": "5bb3a9bb-5080-472c-aabe-ad9e790227c6",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "3b5990cd-143c-4214-bd09-afd1b5b3f4f1",
      "Questions": [
        {
          "Id": "5bb3a9bb-5080-472c-aabe-ad9e790227c6",
          "Answers": "sample string 2"
        },
        {
          "Id": "5bb3a9bb-5080-472c-aabe-ad9e790227c6",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "c0db98f2-3b12-43ca-b831-84a554ee8a20",
      "ContentItemId": "1ed0abe4-4c09-498c-a77c-15046f03630a",
      "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-08-19T13:57:49.0672426+00:00",
      "RescheduleDate": "2026-08-19T13:57:49.0672426+00:00"
    },
    {
      "Id": "c0db98f2-3b12-43ca-b831-84a554ee8a20",
      "ContentItemId": "1ed0abe4-4c09-498c-a77c-15046f03630a",
      "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-08-19T13:57:49.0672426+00:00",
      "RescheduleDate": "2026-08-19T13:57:49.0672426+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}

text/json

Sample:
{
  "UserId": "83b06278-6827-4c8a-8085-ad980ef45ce1",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-08-19T13:57:49.0984923+00:00",
  "Registration": {
    "Id": "170c5691-a9c5-4119-a40f-164f002d5ad5",
    "UserId": "e2d4fab6-b393-4af9-a7b1-85750e0a4a76",
    "IsCurrent": true,
    "CenterId": "4bcfb5a4-6b04-4535-a0fe-8a805653afb8",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "770e02dd-904c-49d6-a57f-29cb2eb63137",
    "EndDate": "2026-08-19T13:57:49.0672426+00:00",
    "StartDate": "2026-08-19T13:57:49.0672426+00:00",
    "SchedulePreferenceDate": "2026-08-19T13:57:49.0672426+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-08-19T13:57:49.0672426+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "c0c28f3c-0815-444d-912a-3f4b8e75de45",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "6606d7b1-d31e-4c5f-87ae-91def2db764b",
      "Sequence": 1,
      "AncestorCategoryId": "6de1a5f1-4ebf-4275-8146-9f789da054ab",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "8fbf1f11-534c-4192-a2a9-6a95a68f7b3f",
          "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": "8fbf1f11-534c-4192-a2a9-6a95a68f7b3f",
          "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": "c0c28f3c-0815-444d-912a-3f4b8e75de45",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "6606d7b1-d31e-4c5f-87ae-91def2db764b",
      "Sequence": 1,
      "AncestorCategoryId": "6de1a5f1-4ebf-4275-8146-9f789da054ab",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "8fbf1f11-534c-4192-a2a9-6a95a68f7b3f",
          "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": "8fbf1f11-534c-4192-a2a9-6a95a68f7b3f",
          "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": "3e7a9f72-0d7c-42d4-bdce-f1b89aee6283",
    "CategoryId": "b1d312cd-1935-460b-84d7-5fb509dc19db",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "53930662-7b55-4066-b8ad-561f2183c3d0",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "53930662-7b55-4066-b8ad-561f2183c3d0",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "3b5990cd-143c-4214-bd09-afd1b5b3f4f1",
      "Questions": [
        {
          "Id": "5bb3a9bb-5080-472c-aabe-ad9e790227c6",
          "Answers": "sample string 2"
        },
        {
          "Id": "5bb3a9bb-5080-472c-aabe-ad9e790227c6",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "3b5990cd-143c-4214-bd09-afd1b5b3f4f1",
      "Questions": [
        {
          "Id": "5bb3a9bb-5080-472c-aabe-ad9e790227c6",
          "Answers": "sample string 2"
        },
        {
          "Id": "5bb3a9bb-5080-472c-aabe-ad9e790227c6",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "c0db98f2-3b12-43ca-b831-84a554ee8a20",
      "ContentItemId": "1ed0abe4-4c09-498c-a77c-15046f03630a",
      "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-08-19T13:57:49.0672426+00:00",
      "RescheduleDate": "2026-08-19T13:57:49.0672426+00:00"
    },
    {
      "Id": "c0db98f2-3b12-43ca-b831-84a554ee8a20",
      "ContentItemId": "1ed0abe4-4c09-498c-a77c-15046f03630a",
      "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-08-19T13:57:49.0672426+00:00",
      "RescheduleDate": "2026-08-19T13:57:49.0672426+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}