NSX-T Data Center REST API
Get all users and groups with their roles
Get all users and groups with their roles from CSP. If the root_path isprovided then only return role bindings that start-with or are
sub-trees of the provided root path. Also filter the roles_for_paths
such that only those roles_for_paths appear that start-with or are
sub-tree of the provided root path.
Request:
Method:
              GET
            URI Path(s):
              
                /policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/aaa/role-bindings
                
              
            Request Headers:
                n/a
            Query Parameters:
    RoleBindingRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/orgs/default/projects/default/vpcs/vpc-1/aaa/role-bindings?page_size=2Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    RoleBindingListResult+