Get the owner for a group in LearnCenter using Owner Id.
get
                    /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/owners/{ownerId}
Request
Path Parameters
                - 
                    groupId: number
                    
                    Unique identifier of the Group.
 - 
                    learnCenterId: number
                    
                    Unique identifier of LearnCenter.
 - 
                    ownerId: number
                    
                    Unique identifier of the group owner.
 
Response
Supported Media Types
                - application/json
 
200 Response
Group owner details fetched.
                
                
                    Root Schema : User
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            city(optional): 
            string
            Example:
Redwood Shores - 
            company(optional): 
            string
            Example:
oracle - 
            country(optional): 
            string
            Example:
USA - 
            createdDate(optional): 
            string(datetime)
            Example:
2013-10-12T11:00:00-04:00 - 
            department(optional): 
            string
            Example:
sales - 
            email(optional): 
            string
            Example:
info@example.com - 
            email2(optional): 
            string
            Example:
 - 
            employeeId(optional): 
            string
            Example:
H123 - 
            fax(optional): 
            string
            Example:
n/a - 
            firstName(optional): 
            string
            Example:
cwal - 
            gender(optional): 
            string
            Allowed Values:
[ "male", "female" ]enum for gender are: male, femaleExample:male - 
            id(optional): 
            number
            Example:
123123 - 
            includeInSearchFlag(optional): 
            boolean
            Example:
false - 
            jobTitle(optional): 
            string
            Example:
sales manager - 
            lastAccesedDate(optional): 
            string(datetime)
            Example:
2015-11-12T11:00:00-04:00 - 
            lastName(optional): 
            string
            Example:
lace - 
            lastUpdatedByUser(optional): 
            array  lastUpdatedByUser
            
            
 - 
            lastUpdatedByUserId(optional): 
            number
            Example:
123123 - 
            lastUpdatedDate(optional): 
            string(datetime)
            Example:
2017-10-12T11:00:00-04:00 - 
            managerName(optional): 
            string
            Example:
n/a - 
            officeName(optional): 
            string
            Example:
n/a - 
            pager(optional): 
            string
            Example:
n/a - 
            pagerInteractive(optional): 
            string
            Example:
n/a - 
            passwordValidUntilDate(optional): 
            string(datetime)
            Example:
2016-10-12T11:00:00-04:00 - 
            phoneDaytime(optional): 
            string
            Example:
+1.800.392.2999 - 
            phoneEvening(optional): 
            string
            Example:
n/a - 
            phoneMobile(optional): 
            string
            Example:
+1.800.392.2999 - 
            postalCode(optional): 
            string
            Example:
94065 - 
            profession(optional): 
            string
            Example:
software engineer - 
            ssn(optional): 
            string
            Example:
n/a - 
            state(optional): 
            string
            Example:
CA - 
            street1(optional): 
            string
            Example:
500 Oracle Parkway - 
            street2(optional): 
            string
            Example:
suite 500 - 
            username(optional): 
            string
            Username of the userExample:
cwallace 
Nested Schema : UserLink
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            href(optional): 
            string
            Example:
{url}/learn.rest/v1/users/456 - 
            rel(optional): 
            string
            Example:
canonical 
401 Response
500 Response
Internal server error.