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": "2511d219-bc82-4176-8052-75aea5f0885d",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-09-01T00:33:48.2872251+00:00",
  "Registration": {
    "Id": "523d98e8-9210-4826-b665-eba5039f9c65",
    "UserId": "64bac01c-e664-4d77-adb7-d98b2e410244",
    "IsCurrent": true,
    "CenterId": "24c9449d-3f72-4d1f-94d3-160e4ada51ce",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "e6290f89-72e3-44bb-a3ef-660f05d555e5",
    "EndDate": "2026-09-01T00:33:48.2872251+00:00",
    "StartDate": "2026-09-01T00:33:48.2872251+00:00",
    "SchedulePreferenceDate": "2026-09-01T00:33:48.2872251+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-01T00:33:48.2872251+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "77281613-d5f3-4867-813a-2e09f9ea7a3d",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "ec68b33a-ea04-4928-bf57-64ba862f4e71",
      "Sequence": 1,
      "AncestorCategoryId": "3e66a4b8-4a7e-453b-a63e-dd996a3cb0b2",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "01f4eb6d-4431-49ef-b272-00798fcd93f3",
          "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": "01f4eb6d-4431-49ef-b272-00798fcd93f3",
          "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": "77281613-d5f3-4867-813a-2e09f9ea7a3d",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "ec68b33a-ea04-4928-bf57-64ba862f4e71",
      "Sequence": 1,
      "AncestorCategoryId": "3e66a4b8-4a7e-453b-a63e-dd996a3cb0b2",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "01f4eb6d-4431-49ef-b272-00798fcd93f3",
          "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": "01f4eb6d-4431-49ef-b272-00798fcd93f3",
          "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": "0813984d-0ba4-4246-a33c-8bf6379ea9d0",
    "CategoryId": "2ef6ccb4-570a-4881-873d-b1bcbfb14c8d",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "ffe72a9c-2067-433a-8d3b-56a762bfb067",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "ffe72a9c-2067-433a-8d3b-56a762bfb067",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "73221fe4-b51b-4ebe-97d0-610fd3ac6359",
      "Questions": [
        {
          "Id": "d956c660-4cc0-40e3-8ed8-088fdc8097ca",
          "Answers": "sample string 2"
        },
        {
          "Id": "d956c660-4cc0-40e3-8ed8-088fdc8097ca",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "73221fe4-b51b-4ebe-97d0-610fd3ac6359",
      "Questions": [
        {
          "Id": "d956c660-4cc0-40e3-8ed8-088fdc8097ca",
          "Answers": "sample string 2"
        },
        {
          "Id": "d956c660-4cc0-40e3-8ed8-088fdc8097ca",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "d7407911-0fe9-4ab9-86c0-a5c22d3bdce3",
      "ContentItemId": "3e1c9d5b-962d-4f4c-be0f-d4466bb021a2",
      "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-01T00:33:48.2872251+00:00",
      "RescheduleDate": "2026-09-01T00:33:48.2872251+00:00"
    },
    {
      "Id": "d7407911-0fe9-4ab9-86c0-a5c22d3bdce3",
      "ContentItemId": "3e1c9d5b-962d-4f4c-be0f-d4466bb021a2",
      "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-01T00:33:48.2872251+00:00",
      "RescheduleDate": "2026-09-01T00:33:48.2872251+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}

text/json

Sample:
{
  "UserId": "2511d219-bc82-4176-8052-75aea5f0885d",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-09-01T00:33:48.3341048+00:00",
  "Registration": {
    "Id": "523d98e8-9210-4826-b665-eba5039f9c65",
    "UserId": "64bac01c-e664-4d77-adb7-d98b2e410244",
    "IsCurrent": true,
    "CenterId": "24c9449d-3f72-4d1f-94d3-160e4ada51ce",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "e6290f89-72e3-44bb-a3ef-660f05d555e5",
    "EndDate": "2026-09-01T00:33:48.2872251+00:00",
    "StartDate": "2026-09-01T00:33:48.2872251+00:00",
    "SchedulePreferenceDate": "2026-09-01T00:33:48.2872251+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-01T00:33:48.2872251+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "77281613-d5f3-4867-813a-2e09f9ea7a3d",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "ec68b33a-ea04-4928-bf57-64ba862f4e71",
      "Sequence": 1,
      "AncestorCategoryId": "3e66a4b8-4a7e-453b-a63e-dd996a3cb0b2",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "01f4eb6d-4431-49ef-b272-00798fcd93f3",
          "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": "01f4eb6d-4431-49ef-b272-00798fcd93f3",
          "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": "77281613-d5f3-4867-813a-2e09f9ea7a3d",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "ec68b33a-ea04-4928-bf57-64ba862f4e71",
      "Sequence": 1,
      "AncestorCategoryId": "3e66a4b8-4a7e-453b-a63e-dd996a3cb0b2",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "01f4eb6d-4431-49ef-b272-00798fcd93f3",
          "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": "01f4eb6d-4431-49ef-b272-00798fcd93f3",
          "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": "0813984d-0ba4-4246-a33c-8bf6379ea9d0",
    "CategoryId": "2ef6ccb4-570a-4881-873d-b1bcbfb14c8d",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "ffe72a9c-2067-433a-8d3b-56a762bfb067",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "ffe72a9c-2067-433a-8d3b-56a762bfb067",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "73221fe4-b51b-4ebe-97d0-610fd3ac6359",
      "Questions": [
        {
          "Id": "d956c660-4cc0-40e3-8ed8-088fdc8097ca",
          "Answers": "sample string 2"
        },
        {
          "Id": "d956c660-4cc0-40e3-8ed8-088fdc8097ca",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "73221fe4-b51b-4ebe-97d0-610fd3ac6359",
      "Questions": [
        {
          "Id": "d956c660-4cc0-40e3-8ed8-088fdc8097ca",
          "Answers": "sample string 2"
        },
        {
          "Id": "d956c660-4cc0-40e3-8ed8-088fdc8097ca",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "d7407911-0fe9-4ab9-86c0-a5c22d3bdce3",
      "ContentItemId": "3e1c9d5b-962d-4f4c-be0f-d4466bb021a2",
      "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-01T00:33:48.2872251+00:00",
      "RescheduleDate": "2026-09-01T00:33:48.2872251+00:00"
    },
    {
      "Id": "d7407911-0fe9-4ab9-86c0-a5c22d3bdce3",
      "ContentItemId": "3e1c9d5b-962d-4f4c-be0f-d4466bb021a2",
      "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-01T00:33:48.2872251+00:00",
      "RescheduleDate": "2026-09-01T00:33:48.2872251+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}