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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

FullName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UserId": "82c9a81a-f617-471b-8a6a-49458108144f",
    "FullName": "sample string 2"
  },
  {
    "UserId": "82c9a81a-f617-471b-8a6a-49458108144f",
    "FullName": "sample string 2"
  }
]