Get Page 3
Endpoint to get organizations details
Authorized Roles : PROVIDER
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/provider/orgs
                            COPY
                    Query Parameters
                                    
            
            
                                    integer
                
                
            
        
        
                page            
                            Optional
                    Zero-based page index (0..N)
            
            
                                    integer
                
                
            
        
        
                size            
                            Optional
                    The size of the page to be returned
                            
                                    string of 
                
            
            
                                    array
                
                
            
        
        
                sort            
                            Optional
                    Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        PagedModelTenantDTO                    
                
                of type(s)
                
                    application/vnd.vmware.dms-v1+json                
            
        
        {
    "links": [
        {
            "rel": "string",
            "href": "string",
            "hreflang": "string",
            "media": "string",
            "title": "string",
            "type": "string",
            "deprecation": "string",
            "profile": "string",
            "name": "string"
        }
    ],
    "content": [
        {
            "id": "string",
            "companyName": "string",
            "email": "string",
            "instanceMode": "string",
            "deleted": false,
            "orgType": "string",
            "ldapOrgDetails": {
                "id": "string",
                "ldapServerDetailsId": "string",
                "ldapType": "string",
                "ldapServerDetails": {
                    "id": "string",
                    "type": "string",
                    "hostAddress": "string",
                    "port": 0,
                    "firstNameAttribute": "string",
                    "lastNameAttribute": "string",
                    "domain": "string",
                    "baseDn": "string",
                    "searchFilter": "string",
                    "loginAttribute": "string",
                    "thumbprint": "string",
                    "deleted": false,
                    "userName": "string",
                    "password": "string",
                    "sslEnabled": false,
                    "sslCert": {
                        "privateKey": "string",
                        "certificate": "string",
                        "parentCert": "string"
                    },
                    "createdTimestamp": "string"
                },
                "adminGroups": [
                    "string"
                ],
                "userGroups": [
                    "string"
                ],
                "providerGroups": [
                    "string"
                ],
                "deleted": false,
                "createdTimestamp": "string"
            },
            "dbFqdnSuffix": "string",
            "links": [
                {
                    "rel": "string",
                    "href": "string",
                    "hreflang": "string",
                    "media": "string",
                    "title": "string",
                    "type": "string",
                    "deprecation": "string",
                    "profile": "string",
                    "name": "string"
                }
            ]
        }
    ],
    "page": {
        "size": 0,
        "totalElements": 0,
        "totalPages": 0,
        "number": 0
    }
}
                400            
            
        Bad Request
Operation doesn't return any data structure
            
            
                    Organization Operations
        
                                            
                            
                                    POST                                
                                
                                        Create 3                                    
                                
                                    GET                                
                                
                                        Export Db Server Certificate                                    
                                
                                    GET                                
                                
                                        Get Page 3                                    
                                
                                    GET                                
                                
                                        Get Tenant                                    
                                
                                    PUT                                
                                
                                        Update Tenant                                    
                                