Get a list of supervisor accounts mapped to a supervisor role in a LearnCenter.

get

/learn.rest/v1/learnCenters/{learnCenterId}/supervisorRoles/{supervisorRoleId}/supervisorAccounts

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Supervisor accounts collection fetched.
Body ()
Root Schema : SupervisorRoleSupervisorAccountsResponse
Type: object
Response object comprising the parameters of the Suppervisor account and role.
Show Source
Nested Schema : SupervisorRoleSupervisorAccountResponse
Type: object
Response object comprising the parameters for the supervisor role and account.
Show Source
Nested Schema : supervisorAccount
Type: object
Object comprising supervisor account links.
Show Source
Nested Schema : supervisorRole
Type: object
Object comprising links to the Supervisor Roles.
Show Source

401 Response

Authentication refused for provided credentials or the token is invalid.
Headers

500 Response

Internal server error.
Back to Top