List AD User Or Group Summary
This API supports Pagination and Filters.
For full information on using Filters, refer to 'Horizon Server REST Pagination and Filter Guide' of 'VMware Horizon Server API' in code.vmware.com
Presence of this query param indicates to filter only groups or only users. If passed as "true", then only groups are returned. If passed as "false", then only users are returned. If not passed passed at all, then both types are returned.
page, if passed should be > 0.
1
size, if passed should be > 0.
10
filter expression built using fields with 'supported filters' as described in output model schema of this API.
[object Object]
OK
[
{
"container": "example.com/Users",
"description": "Test User account",
"display_name": "example.com\\\\testuser",
"distinguished_name": "CN=Test User,CN=Users,DC=example,DC=com",
"domain": "example.com",
"email": "[email protected]",
"first_name": "Test",
"group": false,
"guid": "5F5A45D9-15C0-4654-8FCF-D589C0EF3ECA",
"id": "S-1-5-21-1111111111-2222222222-3333333333-500",
"kiosk_user": false,
"last_name": "User",
"login_name": "testuser",
"long_display_name": "[email protected] (Test User)",
"name": "Test User",
"phone": "1-877-486-9273",
"user_display_name": "Test User",
"user_principal_name": "[email protected]"
}
]
Bad Request
User is not authenticated