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
Name | Description | Additional information |
---|---|---|
id | ID of the session machine. |
Type: |
name |
Type: String |
|
skip |
Type: Number |
|
take |
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" } ] }