Updates a group user mapped item
put
                    /learn.rest/v1/learnCenters/{learnCenterId}/groups/{groupId}/Users/{userId}
Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    groupId(required): number
                    
                    Unique identifier of a Group.
 - 
                    learnCenterId(required): number
                    
                    Unique identifier of LearnCenter.
 - 
                    userId(required): number
                    
                    Unique identifier of a user.
 
Group mapped item object that needs to be updated.
                
                
                
                Root Schema : GroupUserMappedItemRequest
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectRequest Payload for creating group user mapping.
    
    
    
    
    Show Source
        - 
            ExcludeFlag(required): 
            boolean
            You can manually exclude Users from Dynamic Groups so that they are never automatically included even if they match the conditions for becoming members of the Dynamic Group.Example:
true 
Example:
    
    
{
    "ExcludeFlag":true
}Response
Supported Media Types
                - application/json
 
200 Response
updated a mapping of group to an item.
                
                
                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.