NSX-T Data Center REST API

Get all users and groups with their roles

Get all users and groups with their roles. If the root_path is
provided 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/aaa/role-bindings
/api/v1/aaa/role-bindings
Request Headers:
n/a
Query Parameters:
RoleBindingRequestParameters+
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/aaa/role-bindings?page_size=2

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RoleBindingListResult+

Example Response:

{ }

Required Permissions:

read

Feature:

users_role_assignments

Additional Errors: