GET staffmembers/{userIdentifier}/profile
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 who is either StaffMember, Student
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.StaffMemberProfileViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| SsdsId | string |
None. |
|
| string |
None. |
||
| MobileTelephone | string |
None. |
|
| HomeTelephone | string |
None. |
|
| WorkTelephone | string |
None. |
|
| City | string |
None. |
|
| Birthdate | date |
None. |
|
| UserId | globally unique identifier |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| NationalityId | globally unique identifier |
None. |
|
| CenterId | globally unique identifier |
None. |
|
| PhotoUris | Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value] |
None. |
|
| Gender | PearsonEnglish.LearningServices.Core.Models.Enums.Gender |
None. |
|
| CenterName | string |
None. |
|
| CenterReferenceId | string |
None. |
|
| WorkMotivation | string |
None. |
|
| AboutMe | string |
None. |
|
| Nationality | string |
None. |
|
| SocialNetworkAddress1 | string |
None. |
|
| SocialNetworkAddress2 | string |
None. |
|
| SocialNetworkAddress3 | string |
None. |
|
| SocialNetworkAddress4 | string |
None. |
|
| SocialNetworkId1 | globally unique identifier |
None. |
|
| SocialNetworkId2 | globally unique identifier |
None. |
|
| SocialNetworkId3 | globally unique identifier |
None. |
|
| SocialNetworkId4 | globally unique identifier |
None. |
|
| SocialNetwork1 | string |
None. |
|
| SocialNetwork2 | string |
None. |
|
| SocialNetwork3 | string |
None. |
|
| SocialNetwork4 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"SsdsId": "sample string 2",
"Email": "sample string 3",
"MobileTelephone": "sample string 4",
"HomeTelephone": "sample string 5",
"WorkTelephone": "sample string 6",
"City": "sample string 7",
"Birthdate": "2025-12-10",
"UserId": "63c456b6-fe26-4d2f-88e5-aeddaf0bc511",
"LastName": "sample string 9",
"FirstName": "sample string 10",
"NationalityId": "50c291ef-91ed-45b4-a260-50308d08a71d",
"CenterId": "bd1cbc40-5ea2-4964-8ae0-3d0a2a7a5523",
"PhotoUris": {
"Small": "sample string 1"
},
"Gender": 0,
"CenterName": "sample string 12",
"CenterReferenceId": "sample string 13",
"WorkMotivation": "sample string 14",
"AboutMe": "sample string 15",
"Nationality": "sample string 16",
"SocialNetworkAddress1": "sample string 17",
"SocialNetworkAddress2": "sample string 18",
"SocialNetworkAddress3": "sample string 19",
"SocialNetworkAddress4": "sample string 20",
"SocialNetworkId1": "3e3a676b-8d57-487f-8020-fbbee7e99644",
"SocialNetworkId2": "4a6e1d88-8bd5-440f-b62b-cf315969024a",
"SocialNetworkId3": "9338f3d3-e5a9-4536-bcc8-ee06f73ab8b3",
"SocialNetworkId4": "d1f469a9-9fec-4e3d-9563-6eff675c9d16",
"SocialNetwork1": "sample string 21",
"SocialNetwork2": "sample string 22",
"SocialNetwork3": "sample string 23",
"SocialNetwork4": "sample string 24"
}