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
Example:
{
    "id":"11445C48-D0BB-4581-AC5A-793DC6405FB8",
    "membershipId":1235891
}
Security
Back to Top

Response

Supported Media Types

201 Response

New supervisor account resource created.
Body ()
Root Schema : SupervisorAccountResponse
Type: object
Supervisor Account Response object comprising parameters for the Supervisor accounts.
Show Source
Nested Schema : createdInLearnCenter
Type: object
Specifies the link of the LearnCenter where the supervisor account was created.
Show Source
Nested Schema : membership
Type: object
Membership object comprising the membership links.
Show Source
Nested Schema : supervisees
Type: object
Object comprising the links to the supervisees.
Show Source
Nested Schema : supervisorRoles
Type: object
Supervisor roles object comprising links to supervisor roles.
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