Update UserOBS
put
                    /userOBS
Send a request to this endpoint to update one or more UserOBS. An application object will be created for each JSON object provided in the request body
                Request
Header Parameters
                    - 
                            Authorization(required): 
                            
                            OAuth token
Supported Media Types
                            - application/json
A list of UserOBS objects.
                        
                            
                        
                           Root Schema : List<UserOBS>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<UserOBS>- 
            Array of: 
                object  UserOBS
            
            Title:UserOBSUserOBS Entity
Nested Schema : UserOBS
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    UserOBSUserOBS Entity
    
    
    
    
        Show Source
        - 
                
                    
                    CreateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this association was created.
- 
                
                    
                    CreateUser: string
                    
                    
                     
                    
                
                
                The name of the user that created this association.
- 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date this association was last updated.
- 
                
                    
                    LastUpdateUser: string
                    
                    
                     
                    
                
                
                The name of the user that last updated this association.
- 
                
                    
                    OBSName: string
                    
                    
                     
                    
                
                
                The name of the person/role in the organization, sometimes referred to as the "responsible manager".
- 
                
                    
                    OBSObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the OBS to which the user is granted access.
- 
                
                    
                    ProfileName: string
                    
                    
                     
                    
                
                
                The name of security profile.
- 
                
                    
                    ProjectProfileObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the project profile with which the user is granted access to the project and OBS. See the ProjectProfile class for a constant defining the fixed profile of Project Superuser.
- 
                
                    
                    UserName: string
                    
                    
                     
                    
                
                
                The user's login name.
- 
                
                    
                    UserObjectId: integer
                    
                    
                     (int32) 
                    
                
                
                The unique ID of the user who is assigned to the project OBS.
Response
Supported Media Types
                - application/json
200 Response
OK.
                            
                            
                                Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
boolean400 Response
Bad Request.
                            
                            
                            
                            
                        401 Response
Unauthorized.
                            
                            
                            
                            
                        403 Response
Forbidden.
                            
                            
                            
                            
                        404 Response
Not Found.
                            
                            
                            
                            
                        405 Response
Invalid Input.
                            
                            
                            
                            
                        500 Response
Internal Server Error.