List Desktop Pool Entitlements

List Desktop Pool Entitlements

This API supports Pagination and Filters.
For Pagination, optional query params of 'page' and 'size' need to be sent.
For Filters, refer to 'EntitlementInfo' model description to find supported filters on specific field.
For full information on using Filters, refer to 'Horizon Server REST Pagination and Filter Guide' of 'VMware Horizon Server API' in documentation.

Request
URI
GET
https://{api_host}//localhost/rest/entitlements/v1/desktop-pools
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "ad_user_or_group_ids": [
            "S-1-1-1-3965912346-1012345398-3123456564-123",
            "S-1-2-3-3123456786-1012345398-3123456784-124"
        ],
        "id": "855ea6c5-720a-41e1-96f4-958c90e6e424"
    }
]

401

User is not authenticated

Operation doesn't return any data structure