Get all Users
get
                    /API/OData/FormSubmission/1/User
Request
Supported Media Types
                - application/json
- application/xml
Query Parameters
                - 
                        $count: boolean
                        
                        Indicates whether the total count of items within a collection are returned in the result.Default Value:false
- 
                        $expand: string
                        
                        Indicates the related entities to be represented inline. The maximum depth is 2.
- 
                        $filter: string
                        
                        Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.
- 
                        $orderby: string
                        
                        Specifies the order in which items are returned. The maximum number of expressions is 5.
- 
                        $select: string
                        
                        Limits the properties returned in the result.
- 
                        $skip: integer(int32)
                        
                        Excludes the specified number of items of the queried collection from the result.
- 
                        $top: integer(int32)
                        
                        Limits the number of items returned from a collection. The maximum value is 20000.
Response
Supported Media Types
                - application/json
- application/xml
200 Response
Users successfully retrieved