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.StaffMemberViewModelName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
FullName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UserId": "3ec7e782-6ab4-42b3-b4c8-518e749c2934", "FullName": "sample string 2" }, { "UserId": "3ec7e782-6ab4-42b3-b4c8-518e749c2934", "FullName": "sample string 2" } ]