Getting a List of Machines Associated With a Specific User

App Broker 2020 R1

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.

Get a List of Machines Associated With a Specific User

Endpoint Example

Response Body Example

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

[

   {

      "name": "WIN-7X64",

      "requestType": "userMapped"

   }

]