Gets details of supervisor account
get
                    /learn.rest/v1/learnCenters/{learnCenterId}/supervisorAccounts/{supervisorAccountId}
Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    learnCenterId: number
                    
                    Unique identifier of a LearnCenter.
 - 
                    supervisorAccountId: number
                    
                    Unique identifier of a Supervisor Account.
 
Response
Supported Media Types
                - application/xml
 - application/json
 
200 Response
Supervisor account fetched.
                
                
                    Root Schema : SupervisorAccountResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            createdInLearnCenter(optional): 
            object  createdInLearnCenter
            
            
 - 
            createdInLearnCenterId(optional): 
            number
            Example:
178409 - 
            id(optional): 
            string(guid)
            Example:
31D132DB-33E2-4EE3-870C-06ED25F6CE00 - 
            links(optional): 
            array  links
            
            
 - 
            membership(optional): 
            object  membership
            
            
 - 
            membershipId(optional): 
            number
            Example:
1914 - 
            supervisorRoles(optional): 
            object  supervisorRoles
            
            
 - 
            supervisorsees(optional): 
            object  supervisorsees
            
            
 
Nested Schema : LearnCenterLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:
{url}/learn.rest/v1/learnCenters/178409 - 
            rel(optional): 
            string
            Example:
canonical 
Nested Schema : SupervisorAccountLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:
{url}/learn.rest/v1/learnCenters/{learnCenterId}/supervisorAccounts/31D132DB-33E2-4EE3-870C-06ED25F6CE00 - 
            rel(optional): 
            string
            Example:
canonical 
Nested Schema : MembershipLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:
{url}/learn.rest/v1/memberships/456 - 
            rel(optional): 
            string
            Example:
canonical 
Nested Schema : SupervisorAccountSupervisorRolesLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:
{url}/learn.rest/v1/learnCenters/178409/supervisorAccounts/00B6ECA6-CAEC-4C7E-A4D8-DFF98AB42D21/supervisorRoles - 
            rel(optional): 
            string
            Example:
canonical 
Nested Schema : SuperviseesLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:
{url}/learn.rest/v1/learnCenters/178409/supervisorAccounts/31D132DB-33E2-4EE3-870C-06ED25F6CE00/supervisees - 
            rel(optional): 
            string
            Example:
canonical 
401 Response
404 Response
Resource not found.
                
                
                500 Response
Internal server error.