GET v2/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.View.UserStateViewModel
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

IsNewUser

boolean

None.

UserName

string

None.

PrivacyPolicyApprove

boolean

None.

ServerTime

date

None.

Registration

Collection of 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.

StudentSpeakPlusLevelInfo

string

None.

Response Formats

application/json

Sample:
{
  "UserId": "a62bada3-2364-4b55-af09-85d478903b3e",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-09-15T12:42:24.5591177+00:00",
  "Registration": [
    {
      "Id": "db6c4ba4-8a38-4171-9f75-4e4dfaa72da7",
      "UserId": "2513db0e-3c09-4154-97ad-b040f0bfd317",
      "IsCurrent": true,
      "CenterId": "f8cd8bdf-4bcd-45c6-bb18-eff56a391206",
      "CenterZone": 5,
      "ContractId": "sample string 6",
      "CurrentContentItemId": "9efc431c-7ef2-4e71-be5e-a4836377c516",
      "EndDate": "2026-09-15T12:42:24.5591177+00:00",
      "StartDate": "2026-09-15T12:42:24.5591177+00:00",
      "SchedulePreferenceDate": "2026-09-15T12:42:24.5591177+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"
    },
    {
      "Id": "db6c4ba4-8a38-4171-9f75-4e4dfaa72da7",
      "UserId": "2513db0e-3c09-4154-97ad-b040f0bfd317",
      "IsCurrent": true,
      "CenterId": "f8cd8bdf-4bcd-45c6-bb18-eff56a391206",
      "CenterZone": 5,
      "ContractId": "sample string 6",
      "CurrentContentItemId": "9efc431c-7ef2-4e71-be5e-a4836377c516",
      "EndDate": "2026-09-15T12:42:24.5591177+00:00",
      "StartDate": "2026-09-15T12:42:24.5591177+00:00",
      "SchedulePreferenceDate": "2026-09-15T12:42:24.5591177+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-15T12:42:24.5591177+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "04503a95-8169-4b70-96ca-ece39d75a89d",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "fc88e1b8-6994-4737-be4b-9a9c2d92489c",
      "Sequence": 1,
      "AncestorCategoryId": "d360859d-2411-418d-b62c-316ece6b7d8e",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "8b7d845c-544f-4a79-bb27-e210ed4bb6a8",
          "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": "8b7d845c-544f-4a79-bb27-e210ed4bb6a8",
          "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": "04503a95-8169-4b70-96ca-ece39d75a89d",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "fc88e1b8-6994-4737-be4b-9a9c2d92489c",
      "Sequence": 1,
      "AncestorCategoryId": "d360859d-2411-418d-b62c-316ece6b7d8e",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "8b7d845c-544f-4a79-bb27-e210ed4bb6a8",
          "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": "8b7d845c-544f-4a79-bb27-e210ed4bb6a8",
          "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": "f3ec9135-8514-4f0d-a14d-25b67ac12b15",
    "CategoryId": "dcea69a3-92d3-4a8a-9411-3a58cd999e19",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "b44a538a-2455-44c2-a65e-240c3e1ed27e",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "b44a538a-2455-44c2-a65e-240c3e1ed27e",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "645fe15f-c1f6-497f-8849-4735922fe469",
      "Questions": [
        {
          "Id": "275cc75f-054d-4ce1-8433-264fc2691dc7",
          "Answers": "sample string 2"
        },
        {
          "Id": "275cc75f-054d-4ce1-8433-264fc2691dc7",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "645fe15f-c1f6-497f-8849-4735922fe469",
      "Questions": [
        {
          "Id": "275cc75f-054d-4ce1-8433-264fc2691dc7",
          "Answers": "sample string 2"
        },
        {
          "Id": "275cc75f-054d-4ce1-8433-264fc2691dc7",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "1460411e-98b1-478a-ad56-f8410f79b1f0",
      "ContentItemId": "e43c1489-ed18-4eb5-b4ff-8c816f40a181",
      "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-15T12:42:24.5591177+00:00",
      "RescheduleDate": "2026-09-15T12:42:24.5591177+00:00"
    },
    {
      "Id": "1460411e-98b1-478a-ad56-f8410f79b1f0",
      "ContentItemId": "e43c1489-ed18-4eb5-b4ff-8c816f40a181",
      "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-15T12:42:24.5591177+00:00",
      "RescheduleDate": "2026-09-15T12:42:24.5591177+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  },
  "StudentSpeakPlusLevelInfo": "sample string 5"
}

text/json

Sample:
{
  "UserId": "a62bada3-2364-4b55-af09-85d478903b3e",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-09-15T12:42:24.6059977+00:00",
  "Registration": [
    {
      "Id": "db6c4ba4-8a38-4171-9f75-4e4dfaa72da7",
      "UserId": "2513db0e-3c09-4154-97ad-b040f0bfd317",
      "IsCurrent": true,
      "CenterId": "f8cd8bdf-4bcd-45c6-bb18-eff56a391206",
      "CenterZone": 5,
      "ContractId": "sample string 6",
      "CurrentContentItemId": "9efc431c-7ef2-4e71-be5e-a4836377c516",
      "EndDate": "2026-09-15T12:42:24.5591177+00:00",
      "StartDate": "2026-09-15T12:42:24.5591177+00:00",
      "SchedulePreferenceDate": "2026-09-15T12:42:24.5591177+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"
    },
    {
      "Id": "db6c4ba4-8a38-4171-9f75-4e4dfaa72da7",
      "UserId": "2513db0e-3c09-4154-97ad-b040f0bfd317",
      "IsCurrent": true,
      "CenterId": "f8cd8bdf-4bcd-45c6-bb18-eff56a391206",
      "CenterZone": 5,
      "ContractId": "sample string 6",
      "CurrentContentItemId": "9efc431c-7ef2-4e71-be5e-a4836377c516",
      "EndDate": "2026-09-15T12:42:24.5591177+00:00",
      "StartDate": "2026-09-15T12:42:24.5591177+00:00",
      "SchedulePreferenceDate": "2026-09-15T12:42:24.5591177+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-15T12:42:24.5591177+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "04503a95-8169-4b70-96ca-ece39d75a89d",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "fc88e1b8-6994-4737-be4b-9a9c2d92489c",
      "Sequence": 1,
      "AncestorCategoryId": "d360859d-2411-418d-b62c-316ece6b7d8e",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "8b7d845c-544f-4a79-bb27-e210ed4bb6a8",
          "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": "8b7d845c-544f-4a79-bb27-e210ed4bb6a8",
          "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": "04503a95-8169-4b70-96ca-ece39d75a89d",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "fc88e1b8-6994-4737-be4b-9a9c2d92489c",
      "Sequence": 1,
      "AncestorCategoryId": "d360859d-2411-418d-b62c-316ece6b7d8e",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "8b7d845c-544f-4a79-bb27-e210ed4bb6a8",
          "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": "8b7d845c-544f-4a79-bb27-e210ed4bb6a8",
          "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": "f3ec9135-8514-4f0d-a14d-25b67ac12b15",
    "CategoryId": "dcea69a3-92d3-4a8a-9411-3a58cd999e19",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "b44a538a-2455-44c2-a65e-240c3e1ed27e",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "b44a538a-2455-44c2-a65e-240c3e1ed27e",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "645fe15f-c1f6-497f-8849-4735922fe469",
      "Questions": [
        {
          "Id": "275cc75f-054d-4ce1-8433-264fc2691dc7",
          "Answers": "sample string 2"
        },
        {
          "Id": "275cc75f-054d-4ce1-8433-264fc2691dc7",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "645fe15f-c1f6-497f-8849-4735922fe469",
      "Questions": [
        {
          "Id": "275cc75f-054d-4ce1-8433-264fc2691dc7",
          "Answers": "sample string 2"
        },
        {
          "Id": "275cc75f-054d-4ce1-8433-264fc2691dc7",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "1460411e-98b1-478a-ad56-f8410f79b1f0",
      "ContentItemId": "e43c1489-ed18-4eb5-b4ff-8c816f40a181",
      "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-15T12:42:24.5591177+00:00",
      "RescheduleDate": "2026-09-15T12:42:24.5591177+00:00"
    },
    {
      "Id": "1460411e-98b1-478a-ad56-f8410f79b1f0",
      "ContentItemId": "e43c1489-ed18-4eb5-b4ff-8c816f40a181",
      "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-15T12:42:24.5591177+00:00",
      "RescheduleDate": "2026-09-15T12:42:24.5591177+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  },
  "StudentSpeakPlusLevelInfo": "sample string 5"
}