Teams API Documentation
List of Team Computers
GET
/organization-management/v1/seats
Query Parameters
Name | Type | Description |
---|---|---|
page* | 1 | |
per_page* | 100 |
Headers
Name | Type | Description |
---|---|---|
Authorization* | HMAC {key}:{signature}:{nonce}:{timestamp} | |
Content-Type | application/json |
Start Team Computer
POST
/organization-management/v1/machines/{machine-id}/start
Query Parameters
Name | Type | Description |
---|---|---|
page* | 1 | |
per_page* | 100 |
Headers
Name | Type | Description |
---|---|---|
Authorization* | HMAC {key}:{signature}:{nonce}:{timestamp} | |
Content-Type | application/json |
Stop Team Computer
POST
/organization-management/v1/machines/{machine-id}/stop
Query Parameters
Name | Type | Description |
---|---|---|
page* | 1 | |
per_page* | 100 |
Headers
Name | Type | Description |
---|---|---|
Authorization* | HMAC {key}:{signature}:{nonce}:{timestamp} | |
Content-Type | application/json |
Get Access Link for Team Computer
POST
/organization-management/v1/machines/{machine-id}/access
Query Parameters
Name | Type | Description |
---|---|---|
page* | 1 | |
per_page* | 100 |
Headers
Name | Type | Description |
---|---|---|
Authorization* | HMAC {key}:{signature}:{nonce}:{timestamp} | |
Content-Type | application/json |
Request Body
Name | Type | Description |
---|---|---|
expires_in | integer | minutes |
Last updated