Skip to main content

Getting a List of Machines Associated With a Specific User

This section describes the App Broker REST API endpoint to get a list of machines associated with a specific user. This information is used by App Broker to deploy packages to that user.

Endpoint Example:

[GET] http://localhost/esd/api/users/domain=FLEX/user=JohnDoe/machines

Response Body Example:

[
{
"name": "WIN-7X64",
"requestType": "userMapped"
}
]