GET centers/{centerId}/staffMembers
Returns staff members by center id..
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| centerId |
Center id. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Staff members list.
Collection of PearsonEnglish.LearningServices.Core.Models.Views.StaffMemberViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| FullName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"UserId": "c1182df4-9ac4-4664-bd2d-e5bd149b572f",
"FullName": "sample string 2"
},
{
"UserId": "c1182df4-9ac4-4664-bd2d-e5bd149b572f",
"FullName": "sample string 2"
}
]