GET api/SplashtopPrem/groups/{id}/users
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SplashtopPremUser| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| account | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"account": "sample string 2"
},
{
"id": 1,
"account": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfSplashtopController.SplashtopPremUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iMOE_Back_End.Controllers">
<SplashtopController.SplashtopPremUser>
<account>sample string 2</account>
<id>1</id>
</SplashtopController.SplashtopPremUser>
<SplashtopController.SplashtopPremUser>
<account>sample string 2</account>
<id>1</id>
</SplashtopController.SplashtopPremUser>
</ArrayOfSplashtopController.SplashtopPremUser>