GET SessionMachines({id})/TenantReferences

Get references to all tenants whose users may use a session machine. Note: if the session machine is statically allocated to a user, this API may not reflect the actual availability of the machine, as only the original user may access the machine regardless of whether the delivery group is shared or private.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the session machine.

Type:

name

See Filtering, Arranging, and Paging.

Type: String

skip

See Filtering, Arranging, and Paging.

Type: Number

take

See Filtering, Arranging, and Paging.

Type: Number

Response Information

A list of tenant references.

Response type

CollectionResultModel<ReferenceModel>

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:SessionMachines(77b50020-4252-453c-815b-ce9b9412d543)/TenantReferences]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Href": "[api:Tenants(91ade655-feb5-47d3-9585-a5827ad50132)]",
      "Name": "Tenant 1",
      "Id": "91ade655-feb5-47d3-9585-a5827ad50132"
    }
  ]
}