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": "4d5dfa94-5acc-4386-9efd-2b05dd56aaf3",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-09-23T00:17:17.6245342+00:00",
  "Registration": {
    "Id": "0563fdae-f8fb-4dbd-973e-430fc9813a66",
    "UserId": "072f525d-1b6d-4022-8123-359538a44139",
    "IsCurrent": true,
    "CenterId": "8e941185-bb52-459f-84aa-e9e473b7c497",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "104b7fdf-c8c0-474e-898a-2794437cf34b",
    "EndDate": "2026-09-23T00:17:17.6245342+00:00",
    "StartDate": "2026-09-23T00:17:17.6245342+00:00",
    "SchedulePreferenceDate": "2026-09-23T00:17:17.6245342+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-09-23T00:17:17.6245342+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "503d4162-84c3-41dc-9113-e795c3c443d2",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "bd16f84a-a19d-4131-946c-c0ed7852a497",
      "Sequence": 1,
      "AncestorCategoryId": "1d1d2827-797e-4889-9867-60c8dc50a7fa",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "42228805-a023-4e60-906f-428a798fb699",
          "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": "42228805-a023-4e60-906f-428a798fb699",
          "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": "503d4162-84c3-41dc-9113-e795c3c443d2",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "bd16f84a-a19d-4131-946c-c0ed7852a497",
      "Sequence": 1,
      "AncestorCategoryId": "1d1d2827-797e-4889-9867-60c8dc50a7fa",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "42228805-a023-4e60-906f-428a798fb699",
          "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": "42228805-a023-4e60-906f-428a798fb699",
          "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": "31581a48-c4b6-48e2-b80b-d95dc421c62e",
    "CategoryId": "a7df4659-3a43-42e9-973e-b6eea1516e10",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "aa761f22-71b8-4ef7-84a0-3da2404982d5",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "aa761f22-71b8-4ef7-84a0-3da2404982d5",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "5e7eeb7c-d9a6-46ac-9b54-b3296c97ce53",
      "Questions": [
        {
          "Id": "84c9464b-3823-4b5f-88aa-24fb31caf86d",
          "Answers": "sample string 2"
        },
        {
          "Id": "84c9464b-3823-4b5f-88aa-24fb31caf86d",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "5e7eeb7c-d9a6-46ac-9b54-b3296c97ce53",
      "Questions": [
        {
          "Id": "84c9464b-3823-4b5f-88aa-24fb31caf86d",
          "Answers": "sample string 2"
        },
        {
          "Id": "84c9464b-3823-4b5f-88aa-24fb31caf86d",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "7ff0b792-8e16-43e5-8b43-a302f0f6af5b",
      "ContentItemId": "68253462-7299-4321-bce6-91bd3f506766",
      "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-09-23T00:17:17.6245342+00:00",
      "RescheduleDate": "2026-09-23T00:17:17.6245342+00:00"
    },
    {
      "Id": "7ff0b792-8e16-43e5-8b43-a302f0f6af5b",
      "ContentItemId": "68253462-7299-4321-bce6-91bd3f506766",
      "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-09-23T00:17:17.6245342+00:00",
      "RescheduleDate": "2026-09-23T00:17:17.6245342+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}

text/json

Sample:
{
  "UserId": "4d5dfa94-5acc-4386-9efd-2b05dd56aaf3",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-09-23T00:17:17.6714084+00:00",
  "Registration": {
    "Id": "0563fdae-f8fb-4dbd-973e-430fc9813a66",
    "UserId": "072f525d-1b6d-4022-8123-359538a44139",
    "IsCurrent": true,
    "CenterId": "8e941185-bb52-459f-84aa-e9e473b7c497",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "104b7fdf-c8c0-474e-898a-2794437cf34b",
    "EndDate": "2026-09-23T00:17:17.6245342+00:00",
    "StartDate": "2026-09-23T00:17:17.6245342+00:00",
    "SchedulePreferenceDate": "2026-09-23T00:17:17.6245342+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-09-23T00:17:17.6245342+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "503d4162-84c3-41dc-9113-e795c3c443d2",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "bd16f84a-a19d-4131-946c-c0ed7852a497",
      "Sequence": 1,
      "AncestorCategoryId": "1d1d2827-797e-4889-9867-60c8dc50a7fa",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "42228805-a023-4e60-906f-428a798fb699",
          "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": "42228805-a023-4e60-906f-428a798fb699",
          "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": "503d4162-84c3-41dc-9113-e795c3c443d2",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "bd16f84a-a19d-4131-946c-c0ed7852a497",
      "Sequence": 1,
      "AncestorCategoryId": "1d1d2827-797e-4889-9867-60c8dc50a7fa",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "42228805-a023-4e60-906f-428a798fb699",
          "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": "42228805-a023-4e60-906f-428a798fb699",
          "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": "31581a48-c4b6-48e2-b80b-d95dc421c62e",
    "CategoryId": "a7df4659-3a43-42e9-973e-b6eea1516e10",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "aa761f22-71b8-4ef7-84a0-3da2404982d5",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "aa761f22-71b8-4ef7-84a0-3da2404982d5",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "5e7eeb7c-d9a6-46ac-9b54-b3296c97ce53",
      "Questions": [
        {
          "Id": "84c9464b-3823-4b5f-88aa-24fb31caf86d",
          "Answers": "sample string 2"
        },
        {
          "Id": "84c9464b-3823-4b5f-88aa-24fb31caf86d",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "5e7eeb7c-d9a6-46ac-9b54-b3296c97ce53",
      "Questions": [
        {
          "Id": "84c9464b-3823-4b5f-88aa-24fb31caf86d",
          "Answers": "sample string 2"
        },
        {
          "Id": "84c9464b-3823-4b5f-88aa-24fb31caf86d",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "7ff0b792-8e16-43e5-8b43-a302f0f6af5b",
      "ContentItemId": "68253462-7299-4321-bce6-91bd3f506766",
      "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-09-23T00:17:17.6245342+00:00",
      "RescheduleDate": "2026-09-23T00:17:17.6245342+00:00"
    },
    {
      "Id": "7ff0b792-8e16-43e5-8b43-a302f0f6af5b",
      "ContentItemId": "68253462-7299-4321-bce6-91bd3f506766",
      "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-09-23T00:17:17.6245342+00:00",
      "RescheduleDate": "2026-09-23T00:17:17.6245342+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}