NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Search for directory groups within a domain based on the substring of a distinguished name. (e.g. CN=User,DC=acme,DC=com) The search filter pattern can optionally support multiple (up to 100 maximum) search pattern separated by '|' (url encoded %7C). In this case, the search results will be returned as the union of all matching criteria. (e.g. CN=Ann,CN=Users,DC=acme,DC=com|CN=Bob,CN=Users,DC=acme,DC=com) | GET /api/v1/directory/domains/<domain-id>/groups
                           (Deprecated) | 
| List members of a directory groupA member group could be either direct member of the group specified by group_id or nested member of it. Both direct member groups and nested member groups are returned. | GET /api/v1/directory/domains/<domain-id>/groups/<group-id>/member-groups
                           (Deprecated) |