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": "60765c9e-852d-4914-af9a-d5cdff4698dd",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-05-26T05:58:57.8334384+00:00",
  "Registration": {
    "Id": "da1d39df-bc96-4bfb-ac91-1c015cd65a35",
    "UserId": "ca7b6348-1718-4a91-bf21-aa749bb65fc6",
    "IsCurrent": true,
    "CenterId": "e31e56b1-b004-4ebc-9d7c-e02203e41de4",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "a552f4b8-30b8-4341-bbb4-fd5974d57dad",
    "EndDate": "2026-05-26T05:58:57.8334384+00:00",
    "StartDate": "2026-05-26T05:58:57.8334384+00:00",
    "SchedulePreferenceDate": "2026-05-26T05:58:57.8334384+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-05-26T05:58:57.8334384+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "1b8b5969-dd18-4474-8ba9-c77c04fa7f21",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "2b9b3ac8-7d09-4f36-b99a-82bf1a9b03c4",
      "Sequence": 1,
      "AncestorCategoryId": "e4643b33-0e3a-494a-8ef5-262fbbdf006f",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "ed403d75-fa15-4924-95be-b42d9a5ea45a",
          "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": "ed403d75-fa15-4924-95be-b42d9a5ea45a",
          "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": "1b8b5969-dd18-4474-8ba9-c77c04fa7f21",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "2b9b3ac8-7d09-4f36-b99a-82bf1a9b03c4",
      "Sequence": 1,
      "AncestorCategoryId": "e4643b33-0e3a-494a-8ef5-262fbbdf006f",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "ed403d75-fa15-4924-95be-b42d9a5ea45a",
          "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": "ed403d75-fa15-4924-95be-b42d9a5ea45a",
          "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": "f5db9b2f-89c1-4b01-9c2d-018bd61979aa",
    "CategoryId": "923786fc-da5b-4700-9785-6366618687fb",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "9e6cf04d-84d0-41ae-ac7a-8df623a29d60",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "9e6cf04d-84d0-41ae-ac7a-8df623a29d60",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "c9acfd3e-a9cd-4fbe-9382-c018532ff436",
      "Questions": [
        {
          "Id": "04574538-b59f-43f5-918d-cf0dbb2545c0",
          "Answers": "sample string 2"
        },
        {
          "Id": "04574538-b59f-43f5-918d-cf0dbb2545c0",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "c9acfd3e-a9cd-4fbe-9382-c018532ff436",
      "Questions": [
        {
          "Id": "04574538-b59f-43f5-918d-cf0dbb2545c0",
          "Answers": "sample string 2"
        },
        {
          "Id": "04574538-b59f-43f5-918d-cf0dbb2545c0",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "42b381f9-45db-43b4-8b1e-7283e079290f",
      "ContentItemId": "6b193a20-d45c-4af0-b5ee-197ce760adaf",
      "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-05-26T05:58:57.8334384+00:00",
      "RescheduleDate": "2026-05-26T05:58:57.8334384+00:00"
    },
    {
      "Id": "42b381f9-45db-43b4-8b1e-7283e079290f",
      "ContentItemId": "6b193a20-d45c-4af0-b5ee-197ce760adaf",
      "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-05-26T05:58:57.8334384+00:00",
      "RescheduleDate": "2026-05-26T05:58:57.8334384+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}

text/json

Sample:
{
  "UserId": "60765c9e-852d-4914-af9a-d5cdff4698dd",
  "IsNewUser": true,
  "UserName": "sample string 3",
  "PrivacyPolicyApprove": true,
  "ServerTime": "2026-05-26T05:58:57.864689+00:00",
  "Registration": {
    "Id": "da1d39df-bc96-4bfb-ac91-1c015cd65a35",
    "UserId": "ca7b6348-1718-4a91-bf21-aa749bb65fc6",
    "IsCurrent": true,
    "CenterId": "e31e56b1-b004-4ebc-9d7c-e02203e41de4",
    "CenterZone": 5,
    "ContractId": "sample string 6",
    "CurrentContentItemId": "a552f4b8-30b8-4341-bbb4-fd5974d57dad",
    "EndDate": "2026-05-26T05:58:57.8334384+00:00",
    "StartDate": "2026-05-26T05:58:57.8334384+00:00",
    "SchedulePreferenceDate": "2026-05-26T05:58:57.8334384+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-05-26T05:58:57.8334384+00:00"
  },
  "Bookmarks": {
    "sample string 1": {
      "Id": "1b8b5969-dd18-4474-8ba9-c77c04fa7f21",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "2b9b3ac8-7d09-4f36-b99a-82bf1a9b03c4",
      "Sequence": 1,
      "AncestorCategoryId": "e4643b33-0e3a-494a-8ef5-262fbbdf006f",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "ed403d75-fa15-4924-95be-b42d9a5ea45a",
          "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": "ed403d75-fa15-4924-95be-b42d9a5ea45a",
          "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": "1b8b5969-dd18-4474-8ba9-c77c04fa7f21",
      "Description": "sample string 2",
      "Duration": 1,
      "IsSkippable": true,
      "Url": "sample string 3",
      "CourseId": "2b9b3ac8-7d09-4f36-b99a-82bf1a9b03c4",
      "Sequence": 1,
      "AncestorCategoryId": "e4643b33-0e3a-494a-8ef5-262fbbdf006f",
      "TypeId": 5,
      "TypeName": "sample string 6",
      "Hierarchy": [
        {
          "Id": "ed403d75-fa15-4924-95be-b42d9a5ea45a",
          "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": "ed403d75-fa15-4924-95be-b42d9a5ea45a",
          "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": "f5db9b2f-89c1-4b01-9c2d-018bd61979aa",
    "CategoryId": "923786fc-da5b-4700-9785-6366618687fb",
    "DisclaimerConfirmed": true
  },
  "Lessons": [
    {
      "Id": "9e6cf04d-84d0-41ae-ac7a-8df623a29d60",
      "Score": 1.0,
      "State": 1
    },
    {
      "Id": "9e6cf04d-84d0-41ae-ac7a-8df623a29d60",
      "Score": 1.0,
      "State": 1
    }
  ],
  "Surveys": [
    {
      "Id": "c9acfd3e-a9cd-4fbe-9382-c018532ff436",
      "Questions": [
        {
          "Id": "04574538-b59f-43f5-918d-cf0dbb2545c0",
          "Answers": "sample string 2"
        },
        {
          "Id": "04574538-b59f-43f5-918d-cf0dbb2545c0",
          "Answers": "sample string 2"
        }
      ]
    },
    {
      "Id": "c9acfd3e-a9cd-4fbe-9382-c018532ff436",
      "Questions": [
        {
          "Id": "04574538-b59f-43f5-918d-cf0dbb2545c0",
          "Answers": "sample string 2"
        },
        {
          "Id": "04574538-b59f-43f5-918d-cf0dbb2545c0",
          "Answers": "sample string 2"
        }
      ]
    }
  ],
  "Sessions": [
    {
      "Id": "42b381f9-45db-43b4-8b1e-7283e079290f",
      "ContentItemId": "6b193a20-d45c-4af0-b5ee-197ce760adaf",
      "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-05-26T05:58:57.8334384+00:00",
      "RescheduleDate": "2026-05-26T05:58:57.8334384+00:00"
    },
    {
      "Id": "42b381f9-45db-43b4-8b1e-7283e079290f",
      "ContentItemId": "6b193a20-d45c-4af0-b5ee-197ce760adaf",
      "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-05-26T05:58:57.8334384+00:00",
      "RescheduleDate": "2026-05-26T05:58:57.8334384+00:00"
    }
  ],
  "TotalRescheduleCount": 4,
  "StudentLevelInfo": {
    "StartLevel": "sample string 1",
    "EndLevel": "sample string 2",
    "CurrentLevel": "sample string 3"
  }
}