Update all properties of a supervisee

put

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

Request

Supported Media Types
Path Parameters
Body ()
Supervisee object that needs to be updated.
Root Schema : SuperviseeRequest
Type: object
Show Source
  • Default Value: false
    When an Admin changes the supervisor in TEE, it will then synchronize with the LearnCenter. If an Admin maps a user to a supervisor in the LearnCenter, it will be set to 0 for Integrated and so if the Admin makes a change in TEE, it will not affect the LearnCenter supervisor mapping.If the value is set to 1 then any changes made in TEE will reflect in LearnCenter.
    Example: false
  • Example: 11445C48-D0BB-4581-AC5A-793DC6405FB8
  • Example: 123123
Security
Back to Top

Response

Supported Media Types

200 Response

Resource updated.

400 Response

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

401 Response

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

404 Response

Resource not found.

422 Response

Request may contain validation errors.

500 Response

Internal server error.
Back to Top