GET users/me
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember, Student, Administrator, ProspectWithoutTrial, ProspectWithTrial, User, Prospect
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.MeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SsdsId | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| FullName | string |
None. |
|
| UserName | string |
None. |
|
| CenterId | globally unique identifier |
None. |
|
| CenterName | string |
None. |
|
| TerritoryName | string |
None. |
|
| Type | string |
None. |
|
| string |
None. |
||
| Role | PearsonEnglish.LearningServices.Core.Models.Views.RoleViewModel |
None. |
|
| AvatarUris | Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "e63f53bf-9d69-4148-b2a4-a256321e8dbd",
"SsdsId": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 5",
"UserName": "sample string 6",
"CenterId": "aa13450e-c51b-461d-951a-bf4e172e7493",
"CenterName": "sample string 7",
"TerritoryName": "sample string 8",
"Type": "sample string 9",
"Email": "sample string 10",
"Role": {
"Id": "f1ac25d8-0943-4ce2-be6d-0752afc2dc30",
"RoleCode": "sample string 2",
"LoweredRoleName": "sample string 3",
"Description": "sample string 4"
},
"AvatarUris": {
"Small": "sample string 1"
}
}