entitlement_list
Retrieve paginated lists of Active Directory users and groups entitled to a desktop pool, showing who can access it. Use pool_list to get valid pool IDs.
Instructions
[READ] List the AD users/groups entitled to a desktop pool (who can access it). Paginated.
A wrong pool id returns a teaching 404. Use pool_list for pool ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (default 50). | |
| offset | No | Page offset. | |
| target | No | Horizon target from config.yaml; omit to use the default. | |
| pool_id | Yes | The desktop-pool id (from pool_list). |