PUT 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
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
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. |
Request 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-11-09",
"UserId": "90765b6f-553e-40ed-8f10-899484488544",
"LastName": "sample string 9",
"FirstName": "sample string 10",
"NationalityId": "a9ffbd80-71dc-45a4-8d65-12bf8eefe981",
"CenterId": "c58fc97a-363b-4b6b-9006-9b422f131da4",
"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": "6b547e7f-7f90-4e0d-b364-3e73e5ca02cc",
"SocialNetworkId2": "c58415c0-2c35-482f-9066-240aa1975d52",
"SocialNetworkId3": "30709864-4154-4c76-a1b9-e5c7e03f2e39",
"SocialNetworkId4": "c8e4dda3-6078-4603-a9a9-9ec650bc53af",
"SocialNetwork1": "sample string 21",
"SocialNetwork2": "sample string 22",
"SocialNetwork3": "sample string 23",
"SocialNetwork4": "sample string 24"
}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.