Creates a new supervisor account

post

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

Request

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

Response

Supported Media Types

201 Response

New supervisor account resource created.
Body ()
Root Schema : SupervisorAccountResponse
Type: object
Show Source
Nested Schema : createdInLearnCenter
Type: object
Show Source
Nested Schema : membership
Type: object
Show Source
Nested Schema : supervisorRoles
Type: object
Show Source
Nested Schema : supervisorsees
Type: object
Show Source

400 Response

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

409 Response

Another resource with the same identifier already exists.

500 Response

Internal server error.
Back to Top