Creates a new supervisee

post

/learn.rest/v1/learnCenters/{learnCenterId}/supervisorAccounts/{supervisorAccountId}/supervisees

Request

Supported Media Types
Path Parameters
Body ()
Supervisor role object that needs to be created.
Root Schema : SuperviseeRequest
Type: object
Show Source
Security
Back to Top

Response

Supported Media Types

201 Response

New supervisee created.
Body ()
Root Schema : SuperviseeResponse
Type: object
Show Source
Nested Schema : supervisorAccount
Type: object
Show Source
Nested Schema : user
Type: object
Show Source

400 Response

Request has incorrect syntax or does not contain a field that is required.

401 Response

Authentication refused for provided credentials or token invalid.
Headers

404 Response

Resource not found.

422 Response

Request may contain validation errors.

500 Response

Internal server error.
Back to Top