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": "2f68abfd-bc8e-4d85-a7fb-4100dc069745",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-09-19T14:48:26.9289276+00:00",
  "Registration": {
    "Id": "067189a4-54b1-46cd-847a-e2d55e4e2f40",
    "UserId": "844a8e35-1d94-4134-88e5-8b6d2ca1c317",
    "IsCurrent": true,
    "CenterId": "bf598839-49db-489e-8b3c-4da920f82ac5",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "bdf8b4b1-91da-4424-a016-0455a1495d45",
    "EndDate": "2026-09-19T14:48:26.9289276+00:00",
    "StartDate": "2026-09-19T14:48:26.9289276+00:00",
    "SchedulePreferenceDate": "2026-09-19T14:48:26.9289276+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-19T14:48:26.9289276+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "0569e905-bfd4-4537-8138-30e5de21cee7",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "ee7b9051-a5d1-4f95-bb77-9f8e1e2b9537",
      "Sequence": 1,
      "AncestorCategoryId": "0f1b139d-7f26-4535-98c4-bac9edad6de8",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "076d3d5c-ecb8-4359-8d35-b6963013a293",
          "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": "076d3d5c-ecb8-4359-8d35-b6963013a293",
          "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": "0569e905-bfd4-4537-8138-30e5de21cee7",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "ee7b9051-a5d1-4f95-bb77-9f8e1e2b9537",
      "Sequence": 1,
      "AncestorCategoryId": "0f1b139d-7f26-4535-98c4-bac9edad6de8",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "076d3d5c-ecb8-4359-8d35-b6963013a293",
          "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": "076d3d5c-ecb8-4359-8d35-b6963013a293",
          "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": "807ce1da-8915-4168-b56e-cc40bfae4e69",
    "CategoryId": "52e123b8-ed6a-4839-a50a-5d9ccee6a975",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "58eeddcc-faa4-402d-99bd-f22a43e4b107",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "58eeddcc-faa4-402d-99bd-f22a43e4b107",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "f92df00d-e47b-4512-b3a0-ce540dcea02b",
      "Questions": [
        {
          "Id": "8b444ef3-c741-4cfa-b8c9-63b3246834d8",
          "Answers": "sample string 2"
        },
        {
          "Id": "8b444ef3-c741-4cfa-b8c9-63b3246834d8",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "f92df00d-e47b-4512-b3a0-ce540dcea02b",
      "Questions": [
        {
          "Id": "8b444ef3-c741-4cfa-b8c9-63b3246834d8",
          "Answers": "sample string 2"
        },
        {
          "Id": "8b444ef3-c741-4cfa-b8c9-63b3246834d8",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "f23ab9c8-e5c5-4ed8-b8ca-3cec0ae62f5d",
      "ContentItemId": "e5c98d6d-6a6f-4c90-b6c0-a122e779f5c3",
      "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-19T14:48:26.9289276+00:00",
      "RescheduleDate": "2026-09-19T14:48:26.9289276+00:00"
    },
    {
      "Id": "f23ab9c8-e5c5-4ed8-b8ca-3cec0ae62f5d",
      "ContentItemId": "e5c98d6d-6a6f-4c90-b6c0-a122e779f5c3",
      "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-19T14:48:26.9289276+00:00",
      "RescheduleDate": "2026-09-19T14:48:26.9289276+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}

text/json

Sample:
{
  "UserId": "2f68abfd-bc8e-4d85-a7fb-4100dc069745",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-09-19T14:48:26.9758024+00:00",
  "Registration": {
    "Id": "067189a4-54b1-46cd-847a-e2d55e4e2f40",
    "UserId": "844a8e35-1d94-4134-88e5-8b6d2ca1c317",
    "IsCurrent": true,
    "CenterId": "bf598839-49db-489e-8b3c-4da920f82ac5",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "bdf8b4b1-91da-4424-a016-0455a1495d45",
    "EndDate": "2026-09-19T14:48:26.9289276+00:00",
    "StartDate": "2026-09-19T14:48:26.9289276+00:00",
    "SchedulePreferenceDate": "2026-09-19T14:48:26.9289276+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-19T14:48:26.9289276+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "0569e905-bfd4-4537-8138-30e5de21cee7",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "ee7b9051-a5d1-4f95-bb77-9f8e1e2b9537",
      "Sequence": 1,
      "AncestorCategoryId": "0f1b139d-7f26-4535-98c4-bac9edad6de8",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "076d3d5c-ecb8-4359-8d35-b6963013a293",
          "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": "076d3d5c-ecb8-4359-8d35-b6963013a293",
          "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": "0569e905-bfd4-4537-8138-30e5de21cee7",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "ee7b9051-a5d1-4f95-bb77-9f8e1e2b9537",
      "Sequence": 1,
      "AncestorCategoryId": "0f1b139d-7f26-4535-98c4-bac9edad6de8",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "076d3d5c-ecb8-4359-8d35-b6963013a293",
          "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": "076d3d5c-ecb8-4359-8d35-b6963013a293",
          "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": "807ce1da-8915-4168-b56e-cc40bfae4e69",
    "CategoryId": "52e123b8-ed6a-4839-a50a-5d9ccee6a975",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "58eeddcc-faa4-402d-99bd-f22a43e4b107",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "58eeddcc-faa4-402d-99bd-f22a43e4b107",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "f92df00d-e47b-4512-b3a0-ce540dcea02b",
      "Questions": [
        {
          "Id": "8b444ef3-c741-4cfa-b8c9-63b3246834d8",
          "Answers": "sample string 2"
        },
        {
          "Id": "8b444ef3-c741-4cfa-b8c9-63b3246834d8",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "f92df00d-e47b-4512-b3a0-ce540dcea02b",
      "Questions": [
        {
          "Id": "8b444ef3-c741-4cfa-b8c9-63b3246834d8",
          "Answers": "sample string 2"
        },
        {
          "Id": "8b444ef3-c741-4cfa-b8c9-63b3246834d8",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "f23ab9c8-e5c5-4ed8-b8ca-3cec0ae62f5d",
      "ContentItemId": "e5c98d6d-6a6f-4c90-b6c0-a122e779f5c3",
      "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-19T14:48:26.9289276+00:00",
      "RescheduleDate": "2026-09-19T14:48:26.9289276+00:00"
    },
    {
      "Id": "f23ab9c8-e5c5-4ed8-b8ca-3cec0ae62f5d",
      "ContentItemId": "e5c98d6d-6a6f-4c90-b6c0-a122e779f5c3",
      "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-19T14:48:26.9289276+00:00",
      "RescheduleDate": "2026-09-19T14:48:26.9289276+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}